aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-concat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-concat/package.json')
-rw-r--r--node_modules/gulp-concat/package.json99
1 files changed, 13 insertions, 86 deletions
diff --git a/node_modules/gulp-concat/package.json b/node_modules/gulp-concat/package.json
index 47b2a43af..5a6d7f9f7 100644
--- a/node_modules/gulp-concat/package.json
+++ b/node_modules/gulp-concat/package.json
@@ -1,66 +1,20 @@
{
- "_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"
- ]
+ "name": "gulp-concat",
+ "description": "Concatenates files",
+ "version": "2.6.0",
+ "repository": "wearefractal/gulp-concat",
+ "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
+ "files": [
+ "index.js"
],
- "_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:/"
+ "keywords": [
+ "gulpplugin"
],
- "_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",
@@ -71,39 +25,12 @@
"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"
+ "scripts": {
+ "test": "mocha",
+ "coverage": "istanbul cover _mocha"
},
"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"
+ "license": "MIT"
}