You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/lexical-scope/package.json

115 lines
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "lexical-scope@~1.1.0",
"scope": null,
"escapedName": "lexical-scope",
"name": "lexical-scope",
"rawSpec": "~1.1.0",
"spec": ">=1.1.0 <1.2.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/insert-module-globals"
]
],
"_from": "lexical-scope@>=1.1.0 <1.2.0",
"_id": "lexical-scope@1.1.1",
"_inCache": true,
"_location": "/lexical-scope",
"_nodeVersion": "1.6.3",
"_npmUser": {
"name": "substack",
"email": "substack@gmail.com"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"raw": "lexical-scope@~1.1.0",
"scope": null,
"escapedName": "lexical-scope",
"name": "lexical-scope",
"rawSpec": "~1.1.0",
"spec": ">=1.1.0 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/insert-module-globals"
],
"_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz",
"_shasum": "debac1067435f1359d90fcfd9e94bcb2ee47b2bf",
"_shrinkwrap": null,
"_spec": "lexical-scope@~1.1.0",
"_where": "/Users/MB/git/pdfkit/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"
},
"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": "debac1067435f1359d90fcfd9e94bcb2ee47b2bf",
"tarball": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz"
},
"gitHead": "7abd191fa106a99e4827f27a95defb5c60fbe6c5",
"homepage": "https://github.com/substack/lexical-scope",
"keywords": [
"ast",
"variable",
"name",
"lexical",
"local",
"global",
"implicit",
"exported"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"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": {
"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.1.1"
}