forked from enviPath/enviPy
Current Dev State
This commit is contained in:
83
static/js/ketcher2/node_modules/lexical-scope/package.json
generated
vendored
Normal file
83
static/js/ketcher2/node_modules/lexical-scope/package.json
generated
vendored
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"_from": "lexical-scope@^1.2.0",
|
||||
"_id": "lexical-scope@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-/Ope3HBKSzqHls3KQZw6CvryLfQ=",
|
||||
"_location": "/lexical-scope",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"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",
|
||||
"_shasum": "fcea5edc704a4b3a8796cdca419c3a0afaf22df4",
|
||||
"_spec": "lexical-scope@^1.2.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/insert-module-globals",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/substack/lexical-scope/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"astw": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user