Files
jibo-cli/node_modules/extract-zip/package.json

71 lines
1.7 KiB
JSON
Raw Normal View History

{
"_from": "extract-zip@>=1.4.1 <2.0.0",
"_id": "extract-zip@1.6.0",
"_inBundle": false,
"_integrity": "sha512-hF7/5BdEvVgrJuNxHPxWUqjks/f77xd7WvHywinBaPgpnwAhCtW0crNLpKiJY1RjRskzzGduahyrZdFhiiL5MA==",
"_location": "/extract-zip",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "extract-zip@1.6.0",
"name": "extract-zip",
"escapedName": "extract-zip",
"rawSpec": "1.6.0",
"saveSpec": null,
"fetchSpec": "1.6.0"
},
"_requiredBy": [
"/",
"/electron-prebuilt",
"/skills-service-manager/parser-download"
],
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.0.tgz",
"_shasum": "7f400c9607ea866ecab7aa6d54fb978eeb11621a",
"_spec": "extract-zip@1.6.0",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
"author": {
"name": "max ogden"
},
"bin": {
"extract-zip": "cli.js"
},
"bugs": {
"url": "https://github.com/maxogden/extract-zip/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "1.5.0",
"debug": "0.7.4",
"mkdirp": "0.5.0",
"yauzl": "2.4.1"
},
"deprecated": false,
"description": "unzip a zip file into a directory using 100% pure gluten-free organic javascript",
"devDependencies": {
"rimraf": "^2.2.8",
"standard": "^5.2.2",
"tape": "^4.2.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/maxogden/extract-zip",
"keywords": [
"unzip",
"zip",
"extract"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "extract-zip",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/maxogden/extract-zip.git"
},
"scripts": {
"test": "standard && node test/test.js"
},
"version": "1.6.0"
}