package.json
2.13 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
{
"_args": [
[
{
"raw": "path",
"scope": null,
"escapedName": "path",
"name": "path",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\Kang Jun Hu\\Google 드라이브\\3학년 1학기\\오픈소스SW\\project\\rebang2"
]
],
"_from": "path@latest",
"_id": "path@0.12.7",
"_inCache": true,
"_location": "/path",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "jinder",
"email": "jindersidhu@gmail.com"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "path",
"scope": null,
"escapedName": "path",
"name": "path",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
"_shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
"_shrinkwrap": null,
"_spec": "path",
"_where": "C:\\Users\\Kang Jun Hu\\Google 드라이브\\3학년 1학기\\오픈소스SW\\project\\rebang2",
"author": {
"name": "Joyent",
"url": "http://www.joyent.com"
},
"bugs": {
"url": "https://github.com/jinder/path/issues"
},
"dependencies": {
"process": "^0.11.1",
"util": "^0.10.3"
},
"description": "Node.JS path module",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
"tarball": "https://registry.npmjs.org/path/-/path-0.12.7.tgz"
},
"gitHead": "7fbaede3ca9d224494cbdd47d7ca803ee96d2055",
"homepage": "http://nodejs.org/docs/latest/api/path.html",
"keywords": [
"ender",
"path"
],
"license": "MIT",
"main": "./path.js",
"maintainers": [
{
"name": "coolaj86",
"email": "coolaj86@gmail.com"
},
{
"name": "jinder",
"email": "jindersidhu@gmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "path",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jinder/path.git"
},
"scripts": {},
"version": "0.12.7"
}