backoffice/node_modules/decompress-targz/package.json

85 lines
1.9 KiB
JSON

{
"_args": [
[
"decompress-targz@3.1.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "decompress-targz@3.1.0",
"_id": "decompress-targz@3.1.0",
"_inBundle": false,
"_integrity": "sha1-ssE9+YFmJomRtxXWRH9kLpaW9aA=",
"_location": "/decompress-targz",
"_phantomChildren": {
"clone-stats": "0.0.1",
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"xtend": "4.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "decompress-targz@3.1.0",
"name": "decompress-targz",
"escapedName": "decompress-targz",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/decompress"
],
"_resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-3.1.0.tgz",
"_spec": "3.1.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-targz/issues"
},
"dependencies": {
"is-gzip": "^1.0.0",
"object-assign": "^2.0.0",
"strip-dirs": "^1.0.0",
"tar-stream": "^1.1.1",
"through2": "^0.6.1",
"vinyl": "^0.4.3"
},
"description": "decompress tar.gz plugin",
"devDependencies": {
"ava": "0.0.4",
"buffer-equal": "0.0.1",
"is-jpg": "^1.0.0",
"vinyl-file": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/decompress-targz#readme",
"keywords": [
"decompress",
"decompressplugin",
"extract",
"gulpplugin",
"tar.gz",
"targz"
],
"license": "MIT",
"name": "decompress-targz",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/decompress-targz.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "3.1.0"
}