mam-project-templates
Version:
my personal templating projects
82 lines (81 loc) • 2.9 kB
JSON
{
"_from": "esprima-fb@^3001.1.0-dev-harmony-fb",
"_id": "esprima-fb@3001.1.0-dev-harmony-fb",
"_inBundle": false,
"_integrity": "sha1-t303q8046gt3Qmu4vCkizmtCZBE=",
"_location": "/esprima-fb",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "esprima-fb@^3001.1.0-dev-harmony-fb",
"name": "esprima-fb",
"escapedName": "esprima-fb",
"rawSpec": "^3001.1.0-dev-harmony-fb",
"saveSpec": null,
"fetchSpec": "^3001.1.0-dev-harmony-fb"
},
"_requiredBy": [
"/derequire",
"/detective"
],
"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-3001.0001.0000-dev-harmony-fb.tgz",
"_shasum": "b77d37abcd38ea0b77426bb8bc2922ce6b426411",
"_spec": "esprima-fb@^3001.1.0-dev-harmony-fb",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger\\node_modules\\derequire",
"bin": {
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"bugs": {
"url": "https://github.com/facebook/esprima/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Facebook-specific fork of the esprima project",
"devDependencies": {
"complexity-report": "~0.6.1",
"eslint": "~0.1.0",
"istanbul": "~0.1.27",
"jslint": "~0.1.9",
"json-diff": "~0.3.1",
"regenerate": "~0.5.4",
"unicode-6.3.0": "~0.1.0"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/facebook/esprima/tree/fb-harmony",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"
}
],
"main": "esprima.js",
"maintainers": [
{
"name": "Jeff Morrison",
"email": "jeffmo@fb.com",
"url": "https://www.facebook.com/lbljeffmo"
}
],
"name": "esprima-fb",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/esprima.git"
},
"scripts": {
"analyze-complexity": "node tools/list-complexity.js",
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
"benchmark": "node test/benchmarks.js",
"benchmark-quick": "node test/benchmarks.js quick",
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js",
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement -8 --branch -28 --function 99.69",
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
"lint": "node tools/check-version.js && node_modules/eslint/bin/eslint.js esprima.js && node_modules/jslint/bin/jslint.js esprima.js",
"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity"
},
"version": "3001.1.0-dev-harmony-fb"
}