package.json
1.88 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
{
"_args": [
[
"chmodr@^1.0.2",
"/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH"
]
],
"_from": "chmodr@>=1.0.2 <2.0.0",
"_id": "chmodr@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/chmodr",
"_nodeVersion": "4.0.0",
"_npmUser": {
"email": "isaacs@npmjs.com",
"name": "isaacs"
},
"_npmVersion": "3.3.2",
"_phantomChildren": {},
"_requested": {
"name": "chmodr",
"raw": "chmodr@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/chmodr/-/chmodr-1.0.2.tgz",
"_shasum": "04662b932d0f02ec66deaa2b0ea42811968e3eb9",
"_shrinkwrap": null,
"_spec": "chmodr@^1.0.2",
"_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/chmodr/issues"
},
"dependencies": {},
"description": "like `chmod -R`",
"devDependencies": {
"mkdirp": "0.3",
"rimraf": "",
"tap": "^1.3.2"
},
"directories": {},
"dist": {
"shasum": "04662b932d0f02ec66deaa2b0ea42811968e3eb9",
"tarball": "http://registry.npmjs.org/chmodr/-/chmodr-1.0.2.tgz"
},
"files": [
"chmodr.js"
],
"gitHead": "1eeeb38b3a4899714e11840fe28ea7fd93865f01",
"homepage": "https://github.com/isaacs/chmodr#readme",
"license": "ISC",
"main": "chmodr.js",
"maintainers": [
{
"email": "i@izs.me",
"name": "isaacs"
}
],
"name": "chmodr",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/chmodr.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.2"
}