package.json
2.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
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
{
"_args": [
[
{
"raw": "setprototypeof@1.0.3",
"scope": null,
"escapedName": "setprototypeof",
"name": "setprototypeof",
"rawSpec": "1.0.3",
"spec": "1.0.3",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/http-errors"
]
],
"_from": "setprototypeof@1.0.3",
"_id": "setprototypeof@1.0.3",
"_inCache": true,
"_location": "/setprototypeof",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/setprototypeof-1.0.3.tgz_1487607661334_0.977291816379875"
},
"_npmUser": {
"name": "wesleytodd",
"email": "wes@wesleytodd.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "setprototypeof@1.0.3",
"scope": null,
"escapedName": "setprototypeof",
"name": "setprototypeof",
"rawSpec": "1.0.3",
"spec": "1.0.3",
"type": "version"
},
"_requiredBy": [
"/express",
"/http-errors"
],
"_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
"_shasum": "66567e37043eeb4f04d91bd658c0cbefb55b8e04",
"_shrinkwrap": null,
"_spec": "setprototypeof@1.0.3",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/http-errors",
"author": {
"name": "Wes Todd"
},
"bugs": {
"url": "https://github.com/wesleytodd/setprototypeof/issues"
},
"dependencies": {},
"description": "A small polyfill for Object.setprototypeof",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "66567e37043eeb4f04d91bd658c0cbefb55b8e04",
"tarball": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz"
},
"gitHead": "a8a71aab8118651b9b0ea97ecfc28521ec82b008",
"homepage": "https://github.com/wesleytodd/setprototypeof",
"keywords": [
"polyfill",
"object",
"setprototypeof"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "wesleytodd",
"email": "wes@wesleytodd.com"
}
],
"name": "setprototypeof",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/wesleytodd/setprototypeof.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.3"
}