Upsilon-VsCode/Client/node_modules/yazl/package.json

64 lines
1.5 KiB
JSON
Executable File

{
"_from": "yazl@^2.2.1",
"_id": "yazl@2.5.0",
"_inBundle": false,
"_integrity": "sha512-rgptqKwX/f1/7bIRF1FHb4HGsP5k11QyxBpDl1etUDfNpTa7CNjDOYNPFnIaEzZ9dRq0c47IEJS+sy+T39JCLw==",
"_location": "/yazl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yazl@^2.2.1",
"name": "yazl",
"escapedName": "yazl",
"rawSpec": "^2.2.1",
"saveSpec": null,
"fetchSpec": "^2.2.1"
},
"_requiredBy": [
"/gulp-vinyl-zip"
],
"_resolved": "https://registry.npmjs.org/yazl/-/yazl-2.5.0.tgz",
"_shasum": "1ab8de8cd3c3c252986c7fa2f6562784d7288e49",
"_spec": "yazl@^2.2.1",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/gulp-vinyl-zip",
"author": {
"name": "Josh Wolfe",
"email": "thejoshwolfe@gmail.com"
},
"bugs": {
"url": "https://github.com/thejoshwolfe/yazl/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-crc32": "~0.2.3"
},
"deprecated": false,
"description": "yet another zip library for node",
"devDependencies": {
"bl": "~0.9.3",
"yauzl": "~2.3.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/thejoshwolfe/yazl",
"keywords": [
"zip",
"stream",
"archive",
"file"
],
"license": "MIT",
"main": "index.js",
"name": "yazl",
"repository": {
"type": "git",
"url": "git+https://github.com/thejoshwolfe/yazl.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "2.5.0"
}