You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

101 lines
2.4 KiB

{
"_args": [
[
"yauzl@^2.2.1",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-unzip"
]
],
"_from": "yauzl@>=2.2.1 <3.0.0",
"_id": "yauzl@2.10.0",
"_inCache": true,
"_installable": true,
"_location": "/yauzl",
"_nodeVersion": "8.10.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/yauzl_2.10.0_1530590433265_0.04141917659922112"
},
"_npmUser": {
"email": "thejoshwolfe@gmail.com",
"name": "thejoshwolfe"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {},
"_requested": {
"name": "yauzl",
"raw": "yauzl@^2.2.1",
"rawSpec": "^2.2.1",
"scope": null,
"spec": ">=2.2.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/decompress-unzip"
],
"_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
"_shasum": "c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9",
"_shrinkwrap": null,
"_spec": "yauzl@^2.2.1",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-unzip",
"author": {
"email": "thejoshwolfe@gmail.com",
"name": "Josh Wolfe"
},
"bugs": {
"url": "https://github.com/thejoshwolfe/yauzl/issues"
},
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
},
"description": "yet another unzip library for node",
"devDependencies": {
"bl": "~1.0.0",
"istanbul": "~0.3.4",
"pend": "~1.2.0"
},
"directories": {},
"dist": {
"fileCount": 4,
"shasum": "c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9",
"tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
"unpackedSize": 66204
},
"files": [
"index.js"
],
"gitHead": "51010ce4e8c7e6345efe195e1b4150518f37b393",
"homepage": "https://github.com/thejoshwolfe/yauzl",
"keywords": [
"unzip",
"zip",
"stream",
"archive",
"file"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "superjoe30@gmail.com",
"name": "superjoe"
},
{
"email": "thejoshwolfe@gmail.com",
"name": "thejoshwolfe"
}
],
"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.10.0"
}