Upsilon-VsCode/Client/node_modules/gulp-untar/package.json

69 lines
1.7 KiB
JSON
Raw Normal View History

2019-02-17 17:07:28 +00:00
{
"_from": "gulp-untar@^0.0.7",
"_id": "gulp-untar@0.0.7",
"_inBundle": false,
"_integrity": "sha512-0QfbCH2a1k2qkTLWPqTX+QO4qNsHn3kC546YhAP3/n0h+nvtyGITDuDrYBMDZeW4WnFijmkOvBWa5HshTic1tw==",
"_location": "/gulp-untar",
"_phantomChildren": {
"clone-stats": "0.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-untar@^0.0.7",
"name": "gulp-untar",
"escapedName": "gulp-untar",
"rawSpec": "^0.0.7",
"saveSpec": null,
"fetchSpec": "^0.0.7"
},
"_requiredBy": [
"/vscode"
],
"_resolved": "https://registry.npmjs.org/gulp-untar/-/gulp-untar-0.0.7.tgz",
"_shasum": "92067d79e0fa1e92d60562a100233a44a5aa08b4",
"_spec": "gulp-untar@^0.0.7",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vscode",
"author": {
"name": "Jon Merrifield"
},
"bugs": {
"url": "https://github.com/jmerrifield/gulp-untar/issues"
},
"bundleDependencies": false,
"dependencies": {
"event-stream": "~3.3.4",
"streamifier": "~0.1.1",
"tar": "^2.2.1",
"through2": "~2.0.3",
"vinyl": "^1.2.0"
},
"deprecated": false,
"description": "Extract tarballs in your gulp build pipeline",
"devDependencies": {
"jshint": "~2.9.4",
"lodash": "~4.17.4",
"mocha": "~3.2.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jmerrifield/gulp-untar#readme",
"keywords": [
"gulpplugin",
"gulp",
"tar"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-untar",
"repository": {
"type": "git",
"url": "git+https://github.com/jmerrifield/gulp-untar.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.0.7"
}