diff options
Diffstat (limited to 'node_modules/yazl/package.json')
| -rw-r--r-- | node_modules/yazl/package.json | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/node_modules/yazl/package.json b/node_modules/yazl/package.json new file mode 100644 index 000000000..103948bf2 --- /dev/null +++ b/node_modules/yazl/package.json @@ -0,0 +1,98 @@ +{ + "_args": [ + [ + { + "raw": "yazl@^2.1.0", + "scope": null, + "escapedName": "yazl", + "name": "yazl", + "rawSpec": "^2.1.0", + "spec": ">=2.1.0 <3.0.0", + "type": "range" + }, + "/home/dold/repos/taler/wallet-webex/node_modules/gulp-zip" + ] + ], + "_from": "yazl@>=2.1.0 <3.0.0", + "_id": "yazl@2.4.1", + "_inCache": true, + "_location": "/yazl", + "_nodeVersion": "4.2.6", + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/yazl-2.4.1.tgz_1467311328186_0.7062251013703644" + }, + "_npmUser": { + "name": "thejoshwolfe", + "email": "thejoshwolfe@gmail.com" + }, + "_npmVersion": "3.5.2", + "_phantomChildren": {}, + "_requested": { + "raw": "yazl@^2.1.0", + "scope": null, + "escapedName": "yazl", + "name": "yazl", + "rawSpec": "^2.1.0", + "spec": ">=2.1.0 <3.0.0", + "type": "range" + }, + "_requiredBy": [ + "/gulp-zip" + ], + "_resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.1.tgz", + "_shasum": "2bc98ebdfeccf0c2b47cc36f82214bcb6d54484c", + "_shrinkwrap": null, + "_spec": "yazl@^2.1.0", + "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-zip", + "author": { + "name": "Josh Wolfe", + "email": "thejoshwolfe@gmail.com" + }, + "bugs": { + "url": "https://github.com/thejoshwolfe/yazl/issues" + }, + "dependencies": { + "buffer-crc32": "~0.2.3" + }, + "description": "yet another zip library for node", + "devDependencies": { + "bl": "~0.9.3", + "yauzl": "~2.3.1" + }, + "directories": {}, + "dist": { + "shasum": "2bc98ebdfeccf0c2b47cc36f82214bcb6d54484c", + "tarball": "https://registry.npmjs.org/yazl/-/yazl-2.4.1.tgz" + }, + "files": [ + "index.js" + ], + "gitHead": "8d25332df007a514b0b0d5c94a640984991d93e7", + "homepage": "https://github.com/thejoshwolfe/yazl", + "keywords": [ + "zip", + "stream", + "archive", + "file" + ], + "license": "MIT", + "main": "index.js", + "maintainers": [ + { + "name": "thejoshwolfe", + "email": "thejoshwolfe@gmail.com" + } + ], + "name": "yazl", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/thejoshwolfe/yazl.git" + }, + "scripts": { + "test": "node test/test.js" + }, + "version": "2.4.1" +} |
