nodulator
Version:
Complete NodeJS Framework for Restfull APIs
118 lines (117 loc) • 2.76 kB
JSON
{
"_args": [
[
{
"name": "lexical-scope",
"raw": "lexical-scope@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/insert-module-globals"
]
],
"_from": "lexical-scope@>=1.2.0 <2.0.0",
"_id": "lexical-scope@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/lexical-scope",
"_nodeVersion": "2.4.0",
"_npmUser": {
"email": "substack@gmail.com",
"name": "substack"
},
"_npmVersion": "3.3.2",
"_phantomChildren": {},
"_requested": {
"name": "lexical-scope",
"raw": "lexical-scope@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/insert-module-globals"
],
"_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz",
"_shasum": "fcea5edc704a4b3a8796cdca419c3a0afaf22df4",
"_shrinkwrap": null,
"_spec": "lexical-scope@^1.2.0",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/insert-module-globals",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"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"
},
"directories": {},
"dist": {
"shasum": "fcea5edc704a4b3a8796cdca419c3a0afaf22df4",
"tarball": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz"
},
"gitHead": "c761d2cb7e5f47bbde920cafd5dcf3ba6fac4b87",
"homepage": "https://github.com/substack/lexical-scope",
"keywords": [
"ast",
"variable",
"name",
"lexical",
"local",
"global",
"implicit",
"exported"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "substack@gmail.com",
"name": "substack"
},
{
"email": "zertosh@gmail.com",
"name": "zertosh"
}
],
"name": "lexical-scope",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/lexical-scope.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"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"
],
"files": "test/*.js"
},
"version": "1.2.0"
}