forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 2.79 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 2.79 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
{
"name": "gulp-cache",
"version": "0.2.9",
"description": "A cache proxy plugin for Gulp",
"repository": {
"type": "git",
"url": "git+https://github.com/jgable/gulp-cache.git"
},
"author": {
"name": "Jacob Gable",
"email": "jacob.gable@gmail.com",
"url": "http://jacobgable.com"
},
"contributors": [
{
"name": "Jacob Gable",
"email": "jacob.gable@gmail.com",
"url": "https://github.com/jgable"
},
{
"name": "Tyler Akins",
"email": "fidian@rumkin.com",
"url": "https://github.com/fidian"
},
{
"name": "Shinnosuke Watanabe",
"email": "snnskwtnb@gmail.com",
"url": "https://github.com/shinnn"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jgable/gulp-cache/blob/master/LICENSE"
}
],
"keywords": [
"gulpplugin",
"gulp",
"cache"
],
"scripts": {
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --env mocha --rule 'no-underscore-dangle: 0' index.js lib test",
"test": "_mocha",
"coverage": "istanbul cover _mocha",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"files": [
"index.js",
"lib"
],
"dependencies": {
"bluebird": "^2.9.24",
"cache-swap": "^0.2.0",
"gulp-util": "^3.0.4",
"object-assign": "^2.0.0",
"object.omit": "^1.1.0",
"object.pick": "^1.1.1",
"through2": "^0.6.5",
"try-json-parse": "^0.1.1",
"vinyl": "^0.4.6"
},
"devDependencies": {
"@shinnn/eslintrc-node": "^1.0.2",
"eslint": "^0.20.0",
"istanbul": "^0.3.13",
"istanbul-coveralls": "^1.0.2",
"lodash-node": "^3.7.0",
"mocha": "^2.2.4",
"should": "^6.0.1",
"sinon": "^1.14.1"
},
"jscsConfig": {
"preset": "google",
"disallowMultipleVarDecl": null,
"maximumLineLength": 98,
"requireBlocksOnNewline": true,
"validateLineBreaks": "LF"
},
"gitHead": "9ebd8d2c162ce2054233b1b385dbc40870f539b7",
"bugs": {
"url": "https://github.com/jgable/gulp-cache/issues"
},
"homepage": "https://github.com/jgable/gulp-cache#readme",
"_id": "gulp-cache@0.2.9",
"_shasum": "0d0d39827b244cd6169ae65e011f5a2647dbc5ae",
"_from": "gulp-cache@*",
"_npmVersion": "2.8.3",
"_nodeVersion": "1.8.1",
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"maintainers": [
{
"name": "jgable",
"email": "jacob.gable@gmail.com"
},
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"dist": {
"shasum": "0d0d39827b244cd6169ae65e011f5a2647dbc5ae",
"tarball": "http://registry.npmjs.org/gulp-cache/-/gulp-cache-0.2.9.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.2.9.tgz",
"readme": "ERROR: No README data found!"
}