71 lines
1.7 KiB
JSON
Executable File
71 lines
1.7 KiB
JSON
Executable File
{
|
|
"_from": "gulp-gunzip@1.0.0",
|
|
"_id": "gulp-gunzip@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-FbdBFF6Dqcb1CIYkG1fMWHHxUak=",
|
|
"_location": "/gulp-gunzip",
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.2",
|
|
"inherits": "2.0.3",
|
|
"xtend": "4.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-gunzip@1.0.0",
|
|
"name": "gulp-gunzip",
|
|
"escapedName": "gulp-gunzip",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vscode"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-gunzip/-/gulp-gunzip-1.0.0.tgz",
|
|
"_shasum": "15b741145e83a9c6f50886241b57cc5871f151a9",
|
|
"_spec": "gulp-gunzip@1.0.0",
|
|
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vscode",
|
|
"author": {
|
|
"name": "Jon Merrifield"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jmerrifield/gulp-gunzip/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"through2": "~0.6.5",
|
|
"vinyl": "~0.4.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Uncompress gzip files in your gulp build pipeline",
|
|
"devDependencies": {
|
|
"async": "~0.8.0",
|
|
"event-stream": "~3.1.5",
|
|
"jshint": "~2.5.0",
|
|
"lodash": "~2.4.1",
|
|
"mocha": "~1.18.2"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jmerrifield/gulp-gunzip#readme",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"gulp",
|
|
"gzip",
|
|
"gunzip"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gulp-gunzip",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jmerrifield/gulp-gunzip.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|