mam-project-templates
Version:
my personal templating projects
88 lines (87 loc) • 1.98 kB
JSON
{
"_args": [
[
"lexical-scope@1.1.1",
"C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft"
]
],
"_development": true,
"_from": "lexical-scope@1.1.1",
"_id": "lexical-scope@1.1.1",
"_inBundle": false,
"_integrity": "sha1-3rrBBnQ18TWdkPz9npS8su5Hsr8=",
"_location": "/lexical-scope",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lexical-scope@1.1.1",
"name": "lexical-scope",
"escapedName": "lexical-scope",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/insert-module-globals"
],
"_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft",
"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.1.1"
}