Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "lexical-scope",
3
"version": "1.1.1",
4
"description": "detect global and local lexical identifiers from javascript source code",
5
"main": "index.js",
6
"dependencies": {
7
"astw": "^2.0.0"
8
},
9
"devDependencies": {
10
"tape": "~2.4.1",
11
"brfs": "~0.0.3"
12
},
13
"scripts": {
14
"test": "tape test/*.js"
15
},
16
"testling": {
17
"files": "test/*.js",
18
"browsers": [
19
"ie/6",
20
"ie/7",
21
"ie/8",
22
"ie/9",
23
"ie/10",
24
"chrome/20",
25
"chrome/latest",
26
"firefox/10",
27
"firefox/15",
28
"firefox/latest",
29
"safari/latest",
30
"opera/11.0",
31
"opera/latest"
32
]
33
},
34
"repository": {
35
"type": "git",
36
"url": "git://github.com/substack/lexical-scope.git"
37
},
38
"homepage": "https://github.com/substack/lexical-scope",
39
"keywords": [
40
"ast",
41
"variable",
42
"name",
43
"lexical",
44
"local",
45
"global",
46
"implicit",
47
"exported"
48
],
49
"author": {
50
"name": "James Halliday",
51
"email": "[email protected]",
52
"url": "http://substack.net"
53
},
54
"license": "MIT",
55
"gitHead": "7abd191fa106a99e4827f27a95defb5c60fbe6c5",
56
"bugs": {
57
"url": "https://github.com/substack/lexical-scope/issues"
58
},
59
"_id": "[email protected]",
60
"_shasum": "debac1067435f1359d90fcfd9e94bcb2ee47b2bf",
61
"_from": "lexical-scope@>=1.1.0 <1.2.0",
62
"_npmVersion": "2.7.5",
63
"_nodeVersion": "1.6.3",
64
"_npmUser": {
65
"name": "substack",
66
"email": "[email protected]"
67
},
68
"dist": {
69
"shasum": "debac1067435f1359d90fcfd9e94bcb2ee47b2bf",
70
"tarball": "http://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz"
71
},
72
"maintainers": [
73
{
74
"name": "substack",
75
"email": "[email protected]"
76
}
77
],
78
"directories": {},
79
"_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz",
80
"readme": "ERROR: No README data found!"
81
}
82
83