package.json
2.82 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"_args": [
[
{
"raw": "globals@^9.18.0",
"scope": null,
"escapedName": "globals",
"name": "globals",
"rawSpec": "^9.18.0",
"spec": ">=9.18.0 <10.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-traverse"
]
],
"_from": "globals@>=9.18.0 <10.0.0",
"_id": "globals@9.18.0",
"_inCache": true,
"_location": "/globals",
"_nodeVersion": "8.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/globals-9.18.0.tgz_1496827524121_0.8153965487144887"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "5.0.0",
"_phantomChildren": {},
"_requested": {
"raw": "globals@^9.18.0",
"scope": null,
"escapedName": "globals",
"name": "globals",
"rawSpec": "^9.18.0",
"spec": ">=9.18.0 <10.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-traverse",
"/eslint"
],
"_resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
"_shasum": "aa3896b3e69b487f17e31ed2143d69a8e30c2d8a",
"_shrinkwrap": null,
"_spec": "globals@^9.18.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-traverse",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globals/issues"
},
"dependencies": {},
"description": "Global identifiers from different JavaScript environments",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
"shasum": "aa3896b3e69b487f17e31ed2143d69a8e30c2d8a",
"tarball": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"globals.json"
],
"gitHead": "09ba8754235e5953507b8d0543d65098bc7bb78d",
"homepage": "https://github.com/sindresorhus/globals#readme",
"keywords": [
"globals",
"global",
"identifiers",
"variables",
"vars",
"jshint",
"eslint",
"environments"
],
"license": "MIT",
"maintainers": [
{
"name": "byk",
"email": "ben@byk.im"
},
{
"name": "lo1tuma",
"email": "schreck.mathias@gmail.com"
},
{
"name": "nzakas",
"email": "nicholas@nczconsulting.com"
},
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "globals",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globals.git"
},
"scripts": {
"test": "mocha"
},
"version": "9.18.0"
}