package.json
3.07 KB
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
{
"_args": [
[
"gulp",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0"
]
],
"_from": "gulp@*",
"_id": "gulp@3.9.0",
"_inCache": true,
"_installable": true,
"_location": "/gulp",
"_nodeVersion": "0.10.36",
"_npmUser": {
"email": "blaine@iceddev.com",
"name": "phated"
},
"_npmVersion": "2.8.3",
"_phantomChildren": {},
"_requested": {
"name": "gulp",
"raw": "gulp",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.0.tgz",
"_shasum": "cf1fba4cb558bb8c6ae6c9613f583ae2620d214a",
"_shrinkwrap": null,
"_spec": "gulp",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0",
"author": {
"email": "contact@wearefractal.com",
"name": "Fractal",
"url": "http://wearefractal.com/"
},
"bin": {
"gulp": "./bin/gulp.js"
},
"bugs": {
"url": "https://github.com/gulpjs/gulp/issues"
},
"dependencies": {
"archy": "^1.0.0",
"chalk": "^1.0.0",
"deprecated": "^0.0.1",
"gulp-util": "^3.0.0",
"interpret": "^0.6.2",
"liftoff": "^2.1.0",
"minimist": "^1.1.0",
"orchestrator": "^0.3.0",
"pretty-hrtime": "^1.0.0",
"semver": "^4.1.0",
"tildify": "^1.0.0",
"v8flags": "^2.0.2",
"vinyl-fs": "^0.3.0"
},
"description": "The streaming build system",
"devDependencies": {
"coveralls": "^2.7.0",
"graceful-fs": "^3.0.0",
"istanbul": "^0.3.0",
"jscs": "~1.12.0",
"jshint": "^2.5.0",
"jshint-stylish": "^1.0.0",
"marked-man": "^0.1.3",
"mkdirp": "^0.5.0",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "^0.0.1",
"q": "^1.0.0",
"rimraf": "^2.2.5",
"should": "^5.0.1"
},
"directories": {},
"dist": {
"shasum": "cf1fba4cb558bb8c6ae6c9613f583ae2620d214a",
"tarball": "http://registry.npmjs.org/gulp/-/gulp-3.9.0.tgz"
},
"engines": {
"node": ">= 0.9"
},
"files": [
"bin",
"completion",
"index.js",
"lib"
],
"gitHead": "657213a52d5e9c19b85df6a42f76341a98c08ae8",
"homepage": "http://gulpjs.com",
"license": "MIT",
"maintainers": [
{
"name": "fractal",
"email": "contact@wearefractal.com"
},
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"man": [
"gulp.1"
],
"name": "gulp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/gulp.git"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"lint": "jshint lib bin test index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules && jscs lib bin test index.js",
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"test": "npm run-script lint && mocha --reporter spec"
},
"tags": [
"asset",
"build",
"make",
"pipeline",
"stream",
"system",
"tool"
],
"version": "3.9.0"
}