You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
728 B
33 lines
728 B
2 months ago
|
{
|
||
|
"name": "jszip",
|
||
|
"version": "2.5.0",
|
||
|
"homepage": "http://stuartk.com/jszip",
|
||
|
"authors": [
|
||
|
"Stuart Knightley <stuart@stuartk.com>"
|
||
|
],
|
||
|
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
|
||
|
"main": "dist/jszip.js",
|
||
|
"keywords": [
|
||
|
"zip",
|
||
|
"deflate",
|
||
|
"inflate"
|
||
|
],
|
||
|
"license": "MIT or GPLv3",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"_release": "2.5.0",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v2.5.0",
|
||
|
"commit": "39c69fde2d3779889dbf874d3c3ee9d556614fe2"
|
||
|
},
|
||
|
"_source": "git://github.com/Stuk/jszip.git",
|
||
|
"_target": "^2.5.0",
|
||
|
"_originalSource": "jszip",
|
||
|
"_direct": true
|
||
|
}
|