package.json
1.33 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
{
"_from": "touch@0.0.3",
"_id": "touch@0.0.3",
"_inBundle": false,
"_integrity": "sha1-Ua7z1ElXHU8oel2Hyci0kYGg2x0=",
"_location": "/touch",
"_phantomChildren": {
"abbrev": "1.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "touch@0.0.3",
"name": "touch",
"escapedName": "touch",
"rawSpec": "0.0.3",
"saveSpec": null,
"fetchSpec": "0.0.3"
},
"_requiredBy": [
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz",
"_shasum": "51aef3d449571d4f287a5d87c9c8b49181a0db1d",
"_spec": "touch@0.0.3",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/decompress-zip",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/node-touch/issues"
},
"bundleDependencies": false,
"dependencies": {
"nopt": "~1.0.10"
},
"deprecated": false,
"description": "like touch(1) in node",
"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"
},
"version": "0.0.3"
}