87 lines
1.8 KiB
JSON
87 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"lexical-scope@1.2.0",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_from": "lexical-scope@1.2.0",
|
|
"_id": "lexical-scope@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-/Ope3HBKSzqHls3KQZw6CvryLfQ=",
|
|
"_location": "/lexical-scope",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "lexical-scope@1.2.0",
|
|
"name": "lexical-scope",
|
|
"escapedName": "lexical-scope",
|
|
"rawSpec": "1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/insert-module-globals"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz",
|
|
"_spec": "1.2.0",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/lexical-scope/issues"
|
|
},
|
|
"dependencies": {
|
|
"astw": "^2.0.0"
|
|
},
|
|
"description": "detect global and local lexical identifiers from javascript source code",
|
|
"devDependencies": {
|
|
"brfs": "~0.0.3",
|
|
"tape": "~2.4.1"
|
|
},
|
|
"homepage": "https://github.com/substack/lexical-scope",
|
|
"keywords": [
|
|
"ast",
|
|
"variable",
|
|
"name",
|
|
"lexical",
|
|
"local",
|
|
"global",
|
|
"implicit",
|
|
"exported"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "lexical-scope",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/lexical-scope.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/6",
|
|
"ie/7",
|
|
"ie/8",
|
|
"ie/9",
|
|
"ie/10",
|
|
"chrome/20",
|
|
"chrome/latest",
|
|
"firefox/10",
|
|
"firefox/15",
|
|
"firefox/latest",
|
|
"safari/latest",
|
|
"opera/11.0",
|
|
"opera/latest"
|
|
]
|
|
},
|
|
"version": "1.2.0"
|
|
}
|