-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.51 KB
/
package.json
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
{
"name": "rev-path",
"version": "1.0.0",
"description": "Create a revved file path",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/rev-path.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"rev",
"revving",
"web",
"file",
"name",
"filename",
"path",
"cache",
"caching"
],
"dependencies": {
"modify-filename": "^1.0.0"
},
"devDependencies": {
"ava": "0.0.4"
},
"gitHead": "fc5df89bace86b3c667503ccbcd840867ed5c67b",
"bugs": {
"url": "https://github.com/sindresorhus/rev-path/issues"
},
"homepage": "https://github.com/sindresorhus/rev-path",
"_id": "[email protected]",
"_shasum": "d4ccb436ac3370c4607175ce88eafc5c65c5d653",
"_from": "rev-path@>=1.0.0 <2.0.0",
"_npmVersion": "2.9.1",
"_nodeVersion": "0.12.3",
"_npmUser": {
"name": "sindresorhus",
"email": "[email protected]"
},
"dist": {
"shasum": "d4ccb436ac3370c4607175ce88eafc5c65c5d653",
"tarball": "http://registry.npmjs.org/rev-path/-/rev-path-1.0.0.tgz"
},
"maintainers": [
{
"name": "sindresorhus",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/rev-path/-/rev-path-1.0.0.tgz",
"readme": "ERROR: No README data found!"
}