forked from CITKParus/P8-ExchangeService
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"_from": "node-stream-zip",
|
|
"_id": "node-stream-zip@1.15.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
|
|
"_location": "/node-stream-zip",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "node-stream-zip",
|
|
"name": "node-stream-zip",
|
|
"escapedName": "node-stream-zip",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
|
|
"_shasum": "158adb88ed8004c6c49a396b50a6a5de3bca33ea",
|
|
"_spec": "node-stream-zip",
|
|
"_where": "C:\\Users\\fukil\\wrk\\CITK_PARUS\\1",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "node.js library for reading and extraction of ZIP archives",
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.6",
|
|
"eslint": "^7.19.0",
|
|
"nodeunit": "^0.11.3",
|
|
"prettier": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"node_stream_zip.js",
|
|
"node_stream_zip.d.ts"
|
|
],
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/antelle"
|
|
},
|
|
"homepage": "https://github.com/antelle/node-stream-zip",
|
|
"keywords": [
|
|
"zip",
|
|
"archive",
|
|
"unzip",
|
|
"stream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "node_stream_zip.js",
|
|
"name": "node-stream-zip",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antelle/node-stream-zip.git"
|
|
},
|
|
"scripts": {
|
|
"check-types": "tsc node_stream_zip.d.ts",
|
|
"lint": "eslint node_stream_zip.js test/tests.js",
|
|
"test": "nodeunit test/tests.js"
|
|
},
|
|
"types": "node_stream_zip.d.ts",
|
|
"version": "1.15.0"
|
|
}
|