diff options
Diffstat (limited to 'node_modules/gulp-concat/package.json')
-rw-r--r-- | node_modules/gulp-concat/package.json | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/node_modules/gulp-concat/package.json b/node_modules/gulp-concat/package.json new file mode 100644 index 000000000..47b2a43af --- /dev/null +++ b/node_modules/gulp-concat/package.json @@ -0,0 +1,109 @@ +{ + "_args": [ + [ + { + "raw": "gulp-concat@^2.6.0", + "scope": null, + "escapedName": "gulp-concat", + "name": "gulp-concat", + "rawSpec": "^2.6.0", + "spec": ">=2.6.0 <3.0.0", + "type": "range" + }, + "/home/dold/repos/taler/wallet-webex" + ] + ], + "_from": "gulp-concat@>=2.6.0 <3.0.0", + "_id": "gulp-concat@2.6.0", + "_inCache": true, + "_location": "/gulp-concat", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "fractal", + "email": "contact@wearefractal.com" + }, + "_npmVersion": "2.10.0", + "_phantomChildren": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31", + "xtend": "4.0.1" + }, + "_requested": { + "raw": "gulp-concat@^2.6.0", + "scope": null, + "escapedName": "gulp-concat", + "name": "gulp-concat", + "rawSpec": "^2.6.0", + "spec": ">=2.6.0 <3.0.0", + "type": "range" + }, + "_requiredBy": [ + "#DEV:/" + ], + "_resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.0.tgz", + "_shasum": "585cfb115411f348773131140566b6a81c69cb91", + "_shrinkwrap": null, + "_spec": "gulp-concat@^2.6.0", + "_where": "/home/dold/repos/taler/wallet-webex", + "author": { + "name": "Fractal", + "email": "contact@wearefractal.com", + "url": "http://wearefractal.com/" + }, + "bugs": { + "url": "https://github.com/wearefractal/gulp-concat/issues" + }, + "dependencies": { + "concat-with-sourcemaps": "^1.0.0", + "gulp-util": "^3.0.1", + "through2": "^0.6.3" + }, + "description": "Concatenates files", + "devDependencies": { + "gulp": "^3.8.7", + "gulp-sourcemaps": "^1.1.4", + "istanbul": "^0.3.2", + "mocha": "^2.0.1", + "mocha-lcov-reporter": "0.0.1", + "should": "^5.0.0", + "stream-array": "^1.0.1", + "stream-assert": "^2.0.1" + }, + "directories": {}, + "dist": { + "shasum": "585cfb115411f348773131140566b6a81c69cb91", + "tarball": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.0.tgz" + }, + "engines": { + "node": ">= 0.10" + }, + "files": [ + "index.js" + ], + "gitHead": "48e757a90687a8c5bca9d2945285ac0689aa7023", + "homepage": "https://github.com/wearefractal/gulp-concat#readme", + "keywords": [ + "gulpplugin" + ], + "license": "MIT", + "maintainers": [ + { + "name": "fractal", + "email": "contact@wearefractal.com" + } + ], + "name": "gulp-concat", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/wearefractal/gulp-concat.git" + }, + "scripts": { + "coverage": "istanbul cover _mocha", + "test": "mocha" + }, + "version": "2.6.0" +} |