Feuerwehr-eppingen/node_modules/yauzl/package.json

109 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "yauzl@^2.2.1",
"scope": null,
"escapedName": "yauzl",
"name": "yauzl",
"rawSpec": "^2.2.1",
"spec": ">=2.2.1 <3.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/decompress-unzip"
]
],
"_from": "yauzl@>=2.2.1 <3.0.0",
"_id": "yauzl@2.9.1",
"_inCache": true,
"_location": "/yauzl",
"_nodeVersion": "7.10.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/yauzl-2.9.1.tgz_1509364572952_0.6192978695034981"
},
"_npmUser": {
"name": "thejoshwolfe",
"email": "thejoshwolfe@gmail.com"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "yauzl@^2.2.1",
"scope": null,
"escapedName": "yauzl",
"name": "yauzl",
"rawSpec": "^2.2.1",
"spec": ">=2.2.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/decompress-unzip",
"/pngquant-bin/decompress-unzip"
],
"_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.9.1.tgz",
"_shasum": "a81981ea70a57946133883f029c5821a89359a7f",
"_shrinkwrap": null,
"_spec": "yauzl@^2.2.1",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/decompress-unzip",
"author": {
"name": "Josh Wolfe",
"email": "thejoshwolfe@gmail.com"
},
"bugs": {
"url": "https://github.com/thejoshwolfe/yauzl/issues"
},
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.0.1"
},
"description": "yet another unzip library for node",
"devDependencies": {
"bl": "~1.0.0",
"istanbul": "~0.3.4",
"pend": "~1.2.0"
},
"directories": {},
"dist": {
"shasum": "a81981ea70a57946133883f029c5821a89359a7f",
"tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.9.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "7d619bf4e498d0bc9164f8644cb8df18727ce98b",
"homepage": "https://github.com/thejoshwolfe/yauzl",
"keywords": [
"unzip",
"zip",
"stream",
"archive",
"file"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "thejoshwolfe",
"email": "thejoshwolfe@gmail.com"
},
{
"name": "superjoe",
"email": "superjoe30@gmail.com"
}
],
"name": "yauzl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/thejoshwolfe/yauzl.git"
},
"scripts": {
"test": "node test/test.js",
"test-cov": "istanbul cover test/test.js",
"test-travis": "istanbul cover --report lcovonly test/test.js"
},
"version": "2.9.1"
}