aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-util/package.json
blob: 8c838e0f631732986834e0a440fbb9e169ac7257 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
  "_args": [
    [
      {
        "raw": "gulp-util@^3.0.0",
        "scope": null,
        "escapedName": "gulp-util",
        "name": "gulp-util",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/gulp"
    ]
  ],
  "_from": "gulp-util@>=3.0.0 <4.0.0",
  "_id": "gulp-util@3.0.7",
  "_inCache": true,
  "_location": "/gulp-util",
  "_nodeVersion": "0.10.36",
  "_npmUser": {
    "name": "phated",
    "email": "blaine@iceddev.com"
  },
  "_npmVersion": "2.14.3",
  "_phantomChildren": {
    "clone": "1.0.2",
    "clone-stats": "0.0.1",
    "replace-ext": "0.0.1"
  },
  "_requested": {
    "raw": "gulp-util@^3.0.0",
    "scope": null,
    "escapedName": "gulp-util",
    "name": "gulp-util",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp",
    "/gulp-concat",
    "/gulp-debug",
    "/gulp-json-transform",
    "/gulp-tar",
    "/gulp-typescript",
    "/gulp-zip"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz",
  "_shasum": "78925c4b8f8b49005ac01a011c557e6218941cbb",
  "_shrinkwrap": null,
  "_spec": "gulp-util@^3.0.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp",
  "author": {
    "name": "Fractal",
    "email": "contact@wearefractal.com",
    "url": "http://wearefractal.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/gulp-util/issues"
  },
  "dependencies": {
    "array-differ": "^1.0.0",
    "array-uniq": "^1.0.2",
    "beeper": "^1.0.0",
    "chalk": "^1.0.0",
    "dateformat": "^1.0.11",
    "fancy-log": "^1.1.0",
    "gulplog": "^1.0.0",
    "has-gulplog": "^0.1.0",
    "lodash._reescape": "^3.0.0",
    "lodash._reevaluate": "^3.0.0",
    "lodash._reinterpolate": "^3.0.0",
    "lodash.template": "^3.0.0",
    "minimist": "^1.1.0",
    "multipipe": "^0.1.2",
    "object-assign": "^3.0.0",
    "replace-ext": "0.0.1",
    "through2": "^2.0.0",
    "vinyl": "^0.5.0"
  },
  "description": "Utility functions for gulp plugins",
  "devDependencies": {
    "buffer-equal": "^0.0.1",
    "coveralls": "^2.11.2",
    "event-stream": "^3.1.7",
    "istanbul": "^0.3.5",
    "istanbul-coveralls": "^1.0.1",
    "jshint": "^2.5.11",
    "lodash.templatesettings": "^3.0.0",
    "mocha": "^2.0.1",
    "rimraf": "^2.2.8",
    "should": "^7.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "78925c4b8f8b49005ac01a011c557e6218941cbb",
    "tarball": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz"
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "b74a5ff121471ed00b84fb1e73a0e75488d33ccd",
  "homepage": "https://github.com/gulpjs/gulp-util#readme",
  "license": "MIT",
  "maintainers": [
    {
      "name": "fractal",
      "email": "contact@wearefractal.com"
    },
    {
      "name": "phated",
      "email": "blaine@iceddev.com"
    }
  ],
  "name": "gulp-util",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/gulp-util.git"
  },
  "scripts": {
    "coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
    "test": "jshint *.js lib/*.js test/*.js && mocha"
  },
  "version": "3.0.7"
}