aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-concat/package.json
blob: 47b2a43af9941081198a1a61445358fd782e9314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
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"
}