package.json
2.27 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
{
"_args": [
[
"acorn-globals@^3.0.0",
"/root/nodejs/myapp/node_modules/with"
]
],
"_from": "acorn-globals@>=3.0.0 <4.0.0",
"_id": "acorn-globals@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/acorn-globals",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/acorn-globals-3.1.0.tgz_1485797503325_0.67978948331438"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "acorn-globals",
"raw": "acorn-globals@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/with"
],
"_resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz",
"_shasum": "fd8270f71fbb4996b004fa880ee5d46573a731bf",
"_shrinkwrap": null,
"_spec": "acorn-globals@^3.0.0",
"_where": "/root/nodejs/myapp/node_modules/with",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/acorn-globals/issues"
},
"dependencies": {
"acorn": "^4.0.4"
},
"description": "Detect global variables in JavaScript using acorn",
"devDependencies": {
"testit": "^2.0.2"
},
"directories": {},
"dist": {
"shasum": "fd8270f71fbb4996b004fa880ee5d46573a731bf",
"tarball": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz"
},
"files": [
"LICENSE",
"index.js"
],
"gitHead": "c42fb028ba9da9ac7301b7925ed72f02c76bbbec",
"homepage": "https://github.com/ForbesLindesay/acorn-globals#readme",
"keywords": [
"ast",
"global",
"implicit",
"lexical",
"local",
"name",
"scope",
"variable"
],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "acorn-globals",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
},
"scripts": {
"test": "node test"
},
"version": "3.1.0"
}