react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / js-yaml / node_modules / esprima / package.json
80699 views{1"name": "esprima",2"description": "ECMAScript parsing infrastructure for multipurpose analysis",3"homepage": "http://esprima.org",4"main": "esprima.js",5"bin": {6"esparse": "./bin/esparse.js",7"esvalidate": "./bin/esvalidate.js"8},9"version": "2.2.0",10"files": [11"bin",12"test/run.js",13"test/runner.js",14"test/test.js",15"esprima.js"16],17"engines": {18"node": ">=0.4.0"19},20"author": {21"name": "Ariya Hidayat",22"email": "[email protected]"23},24"maintainers": [25{26"name": "ariya",27"email": "[email protected]"28}29],30"repository": {31"type": "git",32"url": "https://github.com/jquery/esprima.git"33},34"bugs": {35"url": "http://issues.esprima.org"36},37"licenses": [38{39"type": "BSD",40"url": "https://github.com/jquery/esprima/raw/master/LICENSE.BSD"41}42],43"devDependencies": {44"eslint": "~0.19.0",45"jscs": "~1.12.0",46"istanbul": "~0.3.7",47"escomplex-js": "1.2.0",48"complexity-report": "~1.4.0",49"regenerate": "~0.6.2",50"unicode-7.0.0": "~0.1.5",51"json-diff": "~0.3.1",52"optimist": "~0.6.0"53},54"keywords": [55"ast",56"ecmascript",57"javascript",58"parser",59"syntax"60],61"scripts": {62"generate-regex": "node tools/generate-identifier-regex.js",63"test": "node test/run.js && npm run lint && npm run coverage",64"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",65"check-version": "node tools/check-version.js",66"jscs": "jscs esprima.js",67"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",68"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 17 esprima.js",69"coverage": "npm run analyze-coverage && npm run check-coverage",70"analyze-coverage": "istanbul cover test/runner.js",71"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",72"benchmark": "node test/benchmarks.js",73"benchmark-quick": "node test/benchmarks.js quick"74},75"gitHead": "deef03ca006b03912d9f74b041f9239a9045181f",76"_id": "[email protected]",77"_shasum": "4292c1d68e4173d815fa2290dc7afc96d81fcd83",78"_from": "esprima@>=2.2.0 <2.3.0",79"_npmVersion": "2.5.1",80"_nodeVersion": "0.12.0",81"_npmUser": {82"name": "ariya",83"email": "[email protected]"84},85"dist": {86"shasum": "4292c1d68e4173d815fa2290dc7afc96d81fcd83",87"tarball": "http://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"88},89"directories": {},90"_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"91}929394