package.json
1.4 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
{
"_from": "touch@1.0.0",
"_id": "touch@1.0.0",
"_inBundle": false,
"_integrity": "sha1-RJy+LbrlqMgDjjDXH6D/RklHxN4=",
"_location": "/touch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "touch@1.0.0",
"name": "touch",
"escapedName": "touch",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/nodemon"
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz",
"_shasum": "449cbe2dbae5a8c8038e30d71fa0ff464947c4de",
"_spec": "touch@1.0.0",
"_where": "/Users/fzy/project/efang/node_modules/nodemon",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"touch": "./bin/touch.js"
},
"bugs": {
"url": "https://github.com/isaacs/node-touch/issues"
},
"bundleDependencies": false,
"dependencies": {
"nopt": "~1.0.10"
},
"deprecated": false,
"description": "like touch(1) in node",
"devDependencies": {
"tap": "^1.3.1"
},
"engines": {
"node": ">=0.6"
},
"homepage": "https://github.com/isaacs/node-touch#readme",
"license": "ISC",
"main": "touch.js",
"name": "touch",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-touch.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}