mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "node-stream-zip",
|
|
"version": "1.2.1",
|
|
"description": "node.js library for reading and extraction of ZIP archives",
|
|
"keywords": [
|
|
"zip",
|
|
"archive",
|
|
"unzip",
|
|
"stream"
|
|
],
|
|
"homepage": "https://github.com/antelle/node-stream-zip",
|
|
"author": {
|
|
"name": "Antelle",
|
|
"email": "antelle.net@gmail.com",
|
|
"url": "https://github.com/antelle"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antelle/node-stream-zip/issues",
|
|
"email": "antelle.net@gmail.com"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/antelle/node-stream-zip/blob/master/MIT-LICENSE.txt"
|
|
}
|
|
],
|
|
"files": [
|
|
"node_stream_zip.js"
|
|
],
|
|
"scripts": {
|
|
"test": "nodeunit test/tests.js"
|
|
},
|
|
"main": "node_stream_zip.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antelle/node-stream-zip.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"devDependencies": {},
|
|
"gitHead": "527b59025358dd69ee8d71c4e34798deff3375d3",
|
|
"_id": "node-stream-zip@1.2.1",
|
|
"_shasum": "98882b14651694added2c5a567ec150d59a30985",
|
|
"_from": "node-stream-zip@>=1.2.1 <2.0.0",
|
|
"_npmVersion": "2.5.1",
|
|
"_nodeVersion": "0.12.0",
|
|
"_npmUser": {
|
|
"name": "antelle",
|
|
"email": "antelle.net@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "antelle",
|
|
"email": "antelle.net@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "98882b14651694added2c5a567ec150d59a30985",
|
|
"tarball": "http://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.2.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.2.1.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|