96 lines
2.5 KiB
JSON
Executable File
96 lines
2.5 KiB
JSON
Executable File
{
|
|
"_from": "gulp-vinyl-zip@^2.1.0",
|
|
"_id": "gulp-vinyl-zip@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OPnsZkMwiU8UbH5BMlYRb/SccOAZUnwUW7mQvqYadap8MMdgN7ae0ua1rMEE2s9EyqqijN1Sdvoz29/MbPaq9Q==",
|
|
"_location": "/gulp-vinyl-zip",
|
|
"_phantomChildren": {
|
|
"clone-buffer": "1.0.0",
|
|
"cloneable-readable": "1.1.2",
|
|
"extend": "3.0.2",
|
|
"fs-mkdirp-stream": "1.0.0",
|
|
"glob": "7.1.3",
|
|
"glob-parent": "3.1.0",
|
|
"graceful-fs": "4.1.15",
|
|
"inherits": "2.0.3",
|
|
"is-absolute": "1.0.0",
|
|
"is-negated-glob": "1.0.0",
|
|
"lazystream": "1.0.0",
|
|
"lead": "1.0.0",
|
|
"object.assign": "4.1.0",
|
|
"pumpify": "1.5.1",
|
|
"readable-stream": "2.3.6",
|
|
"remove-bom-buffer": "3.0.0",
|
|
"remove-bom-stream": "1.2.0",
|
|
"remove-trailing-separator": "1.1.0",
|
|
"replace-ext": "1.0.0",
|
|
"resolve-options": "1.1.0",
|
|
"through2": "2.0.5",
|
|
"to-through": "2.0.0",
|
|
"unique-stream": "2.2.1",
|
|
"value-or-function": "3.0.0",
|
|
"vinyl-sourcemap": "1.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-vinyl-zip@^2.1.0",
|
|
"name": "gulp-vinyl-zip",
|
|
"escapedName": "gulp-vinyl-zip",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vscode"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-vinyl-zip/-/gulp-vinyl-zip-2.1.1.tgz",
|
|
"_shasum": "211aebdc5e4f702ddaf17b4e8b1ef6e3612a8b04",
|
|
"_spec": "gulp-vinyl-zip@^2.1.0",
|
|
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vscode",
|
|
"author": {
|
|
"name": "João Moreno"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/joaomoreno/gulp-vinyl-zip/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"event-stream": "^3.3.1",
|
|
"queue": "^4.2.1",
|
|
"through2": "^2.0.3",
|
|
"vinyl": "^2.0.2",
|
|
"vinyl-fs": "^3.0.3",
|
|
"yauzl": "^2.2.1",
|
|
"yazl": "^2.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Streaming vinyl adapter for zip archives",
|
|
"devDependencies": {
|
|
"mocha": "^3.0.2",
|
|
"temp": "^0.8.1"
|
|
},
|
|
"homepage": "https://github.com/joaomoreno/gulp-vinyl-zip",
|
|
"keywords": [
|
|
"gulp",
|
|
"gulpplugin",
|
|
"yazl",
|
|
"yazul",
|
|
"zip",
|
|
"streams",
|
|
"vinyl",
|
|
"vinyl-zip"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gulp-vinyl-zip",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/joaomoreno/gulp-vinyl-zip.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|