77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"_from": "node-stream-zip@^1.9.1",
|
|
"_id": "node-stream-zip@1.14.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SKXyiBy9DBemsPHf/piHT00Y+iPK+zwru1G6+8UdOBzITnmmPMHYBMV6M1znyzyhDhUFQW0HEmbGiPqtp51M6Q==",
|
|
"_location": "/node-stream-zip",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "node-stream-zip@^1.9.1",
|
|
"name": "node-stream-zip",
|
|
"escapedName": "node-stream-zip",
|
|
"rawSpec": "^1.9.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.9.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native/@react-native-community/cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.14.0.tgz",
|
|
"_shasum": "fdf9b86d10d55c1e50aa1be4fea88bae256c4eba",
|
|
"_spec": "node-stream-zip@^1.9.1",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native/node_modules/@react-native-community/cli",
|
|
"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.10.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.14.0"
|
|
}
|