2017-09-13 07:52:34 +02:00

98 lines
2.2 KiB
JSON

{
"_args": [
[
{
"raw": "is-zip@^1.0.0",
"scope": null,
"escapedName": "is-zip",
"name": "is-zip",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\decompress-unzip"
]
],
"_from": "is-zip@>=1.0.0 <2.0.0",
"_id": "is-zip@1.0.0",
"_inCache": true,
"_location": "/is-zip",
"_npmUser": {
"name": "kevva",
"email": "kevinmartensson@gmail.com"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"raw": "is-zip@^1.0.0",
"scope": null,
"escapedName": "is-zip",
"name": "is-zip",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/decompress-unzip"
],
"_resolved": "https://registry.npmjs.org/is-zip/-/is-zip-1.0.0.tgz",
"_shasum": "47b0a8ff4d38a76431ccfd99a8e15a4c86ba2325",
"_shrinkwrap": null,
"_spec": "is-zip@^1.0.0",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\decompress-unzip",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/is-zip/issues"
},
"dependencies": {},
"description": "Check if a Buffer/Uint8Array is a ZIP file",
"devDependencies": {
"ava": "0.0.4",
"read-chunk": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "47b0a8ff4d38a76431ccfd99a8e15a4c86ba2325",
"tarball": "https://registry.npmjs.org/is-zip/-/is-zip-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "1951973ac98d3b0d57e7a8c822aee58631bd2ebd",
"homepage": "https://github.com/kevva/is-zip",
"keywords": [
"archive",
"buffer",
"check",
"detect",
"zip",
"type",
"uint8array"
],
"license": "MIT",
"maintainers": [
{
"name": "kevva",
"email": "kevinmartensson@gmail.com"
}
],
"name": "is-zip",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/is-zip.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.0.0"
}