aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-debug/package.json
blob: 69eacb01aaf1c9d0335c0e62c631a6225af1d1a6 (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
{
  "_args": [
    [
      {
        "raw": "gulp-debug@^2.1.2",
        "scope": null,
        "escapedName": "gulp-debug",
        "name": "gulp-debug",
        "rawSpec": "^2.1.2",
        "spec": ">=2.1.2 <3.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "gulp-debug@>=2.1.2 <3.0.0",
  "_id": "gulp-debug@2.1.2",
  "_inCache": true,
  "_location": "/gulp-debug",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gulp-debug@^2.1.2",
    "scope": null,
    "escapedName": "gulp-debug",
    "name": "gulp-debug",
    "rawSpec": "^2.1.2",
    "spec": ">=2.1.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-2.1.2.tgz",
  "_shasum": "2f5fe5f64bcd1f4cf189c160e080c8ad06543094",
  "_shrinkwrap": null,
  "_spec": "gulp-debug@^2.1.2",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/gulp-debug/issues"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "gulp-util": "^3.0.0",
    "object-assign": "^4.0.1",
    "plur": "^2.0.0",
    "stringify-object": "^2.3.0",
    "through2": "^2.0.0",
    "tildify": "^1.1.2"
  },
  "description": "Debug vinyl file streams to see what files are run through your gulp pipeline",
  "devDependencies": {
    "gulp": "^3.8.10",
    "mocha": "*",
    "proxyquire": "^1.0.1",
    "sinon": "^1.9.1",
    "strip-ansi": "^3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "2f5fe5f64bcd1f4cf189c160e080c8ad06543094",
    "tarball": "https://registry.npmjs.org/gulp-debug/-/gulp-debug-2.1.2.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e210ff710bff3333eccdee6f39d4a2b6ec2dbbbf",
  "homepage": "https://github.com/sindresorhus/gulp-debug",
  "keywords": [
    "gulpplugin",
    "debug",
    "debugging",
    "inspect",
    "log",
    "logger",
    "vinyl",
    "file",
    "inspect",
    "fs"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "gulp-debug",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/gulp-debug.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "2.1.2"
}