diff options
Diffstat (limited to 'node_modules/gulp-stream/package.json')
-rw-r--r-- | node_modules/gulp-stream/package.json | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/node_modules/gulp-stream/package.json b/node_modules/gulp-stream/package.json new file mode 100644 index 000000000..9e8ae3e32 --- /dev/null +++ b/node_modules/gulp-stream/package.json @@ -0,0 +1,91 @@ +{ + "_args": [ + [ + { + "raw": "gulp-stream@0.0.2", + "scope": null, + "escapedName": "gulp-stream", + "name": "gulp-stream", + "rawSpec": "0.0.2", + "spec": "0.0.2", + "type": "version" + }, + "/home/dold/repos/taler/wallet-webex" + ] + ], + "_from": "gulp-stream@0.0.2", + "_id": "gulp-stream@0.0.2", + "_inCache": true, + "_location": "/gulp-stream", + "_npmUser": { + "name": "jeromew", + "email": "jerome.wagner@m4x.org" + }, + "_npmVersion": "1.3.15", + "_phantomChildren": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "object-keys": "0.4.0", + "string_decoder": "0.10.31" + }, + "_requested": { + "raw": "gulp-stream@0.0.2", + "scope": null, + "escapedName": "gulp-stream", + "name": "gulp-stream", + "rawSpec": "0.0.2", + "spec": "0.0.2", + "type": "version" + }, + "_requiredBy": [ + "#DEV:/" + ], + "_resolved": "https://registry.npmjs.org/gulp-stream/-/gulp-stream-0.0.2.tgz", + "_shasum": "c90140cc8ada1710ab0041083af74ac93b270cdb", + "_shrinkwrap": null, + "_spec": "gulp-stream@0.0.2", + "_where": "/home/dold/repos/taler/wallet-webex", + "author": { + "name": "Jérôme Wagner" + }, + "bugs": { + "url": "https://github.com/jeromew/gulp-stream/issues" + }, + "dependencies": { + "through2": "~0.4.0" + }, + "description": "Make sure all gulp file contents are available as streams", + "devDependencies": { + "mocha": "~1.17.0", + "vinyl": "~0.2.3" + }, + "directories": {}, + "dist": { + "shasum": "c90140cc8ada1710ab0041083af74ac93b270cdb", + "tarball": "https://registry.npmjs.org/gulp-stream/-/gulp-stream-0.0.2.tgz" + }, + "homepage": "https://github.com/jeromew/gulp-stream", + "keywords": [ + "gulp", + "gulpplugin" + ], + "licence": "MIT", + "maintainers": [ + { + "name": "jeromew", + "email": "jerome.wagner@m4x.org" + } + ], + "name": "gulp-stream", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/jeromew/gulp-stream.git" + }, + "scripts": { + "test": "make test" + }, + "version": "0.0.2" +} |