86 lines
1.8 KiB
JSON
86 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"decompress@3.0.0",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "decompress@3.0.0",
|
|
"_id": "decompress@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rx3VDQbjv8QyRh033hGzjA2ZG+0=",
|
|
"_location": "/decompress",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "decompress@3.0.0",
|
|
"name": "decompress",
|
|
"escapedName": "decompress",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-build",
|
|
"/gulp-decompress"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/decompress/-/decompress-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/decompress/issues"
|
|
},
|
|
"dependencies": {
|
|
"buffer-to-vinyl": "^1.0.0",
|
|
"concat-stream": "^1.4.6",
|
|
"decompress-tar": "^3.0.0",
|
|
"decompress-tarbz2": "^3.0.0",
|
|
"decompress-targz": "^3.0.0",
|
|
"decompress-unzip": "^3.0.0",
|
|
"stream-combiner2": "^1.1.1",
|
|
"vinyl-assign": "^1.0.1",
|
|
"vinyl-fs": "^2.2.0"
|
|
},
|
|
"description": "Extracting archives made easy",
|
|
"devDependencies": {
|
|
"ava": "0.2.0",
|
|
"rimraf": "^2.2.8",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/decompress#readme",
|
|
"keywords": [
|
|
"bz2",
|
|
"bzip2",
|
|
"decompress",
|
|
"extract",
|
|
"tar",
|
|
"tar.bz",
|
|
"tar.gz",
|
|
"zip",
|
|
"unzip"
|
|
],
|
|
"license": "MIT",
|
|
"name": "decompress",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/decompress.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|