2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "yazl",
|
|
|
|
"version": "2.4.2",
|
|
|
|
"description": "yet another zip library for node",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test/test.js"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thejoshwolfe/yazl.git"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"zip",
|
|
|
|
"stream",
|
|
|
|
"archive",
|
|
|
|
"file"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"author": "Josh Wolfe <thejoshwolfe@gmail.com>",
|
|
|
|
"license": "MIT",
|
2016-10-10 03:43:44 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/thejoshwolfe/yazl/issues"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"homepage": "https://github.com/thejoshwolfe/yazl",
|
2016-10-10 03:43:44 +02:00
|
|
|
"dependencies": {
|
|
|
|
"buffer-crc32": "~0.2.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"bl": "~0.9.3",
|
|
|
|
"yauzl": "~2.3.1"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
2016-11-03 01:33:53 +01:00
|
|
|
]
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|