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
|
{
"_args": [
[
"globals@^8.18.0",
"/Users/trott/test/node_modules/eslint"
]
],
"_from": "globals@>=8.18.0 <9.0.0",
"_id": "globals@8.18.0",
"_inCache": true,
"_installable": true,
"_location": "/eslint/globals",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "globals",
"raw": "globals@^8.18.0",
"rawSpec": "^8.18.0",
"scope": null,
"spec": ">=8.18.0 <9.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/globals/-/globals-8.18.0.tgz",
"_shasum": "93d4a62bdcac38cfafafc47d6b034768cb0ffcb4",
"_shrinkwrap": null,
"_spec": "globals@^8.18.0",
"_where": "/Users/trott/test/node_modules/eslint",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globals/issues"
},
"dependencies": {},
"description": "Global identifiers from different JavaScript environments",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "93d4a62bdcac38cfafafc47d6b034768cb0ffcb4",
"tarball": "http://registry.npmjs.org/globals/-/globals-8.18.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"globals.json"
],
"gitHead": "d929a0c638008d4cbf87cc7faac5bc5169e2b86d",
"homepage": "https://github.com/sindresorhus/globals",
"keywords": [
"globals",
"global",
"identifiers",
"variables",
"vars",
"jshint",
"eslint",
"environments"
],
"license": "MIT",
"maintainers": [
{
"email": "ben@byk.im",
"name": "byk"
},
{
"email": "schreck.mathias@gmail.com",
"name": "lo1tuma"
},
{
"email": "nicholas@nczconsulting.com",
"name": "nzakas"
},
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "globals",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/globals.git"
},
"scripts": {
"test": "mocha"
},
"version": "8.18.0"
}
|