react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / esprima / package.json
80575 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": "1.2.5",10"files": [11"bin",12"test/run.js",13"test/runner.js",14"test/test.js",15"test/compat.js",16"test/reflect.js",17"esprima.js"18],19"engines": {20"node": ">=0.4.0"21},22"author": {23"name": "Ariya Hidayat",24"email": "[email protected]"25},26"maintainers": [27{28"name": "ariya",29"email": "[email protected]"30}31],32"repository": {33"type": "git",34"url": "git+ssh://[email protected]/ariya/esprima.git"35},36"bugs": {37"url": "http://issues.esprima.org"38},39"licenses": [40{41"type": "BSD",42"url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"43}44],45"devDependencies": {46"jslint": "~0.1.9",47"eslint": "~0.4.3",48"jscs": "~1.2.4",49"istanbul": "~0.2.6",50"complexity-report": "~0.6.1",51"regenerate": "~0.5.4",52"unicode-6.3.0": "~0.1.0",53"json-diff": "~0.3.1",54"optimist": "~0.6.0"55},56"keywords": [57"ast",58"ecmascript",59"javascript",60"parser",61"syntax"62],63"scripts": {64"generate-regex": "node tools/generate-identifier-regex.js",65"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",66"lint": "npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint",67"check-version": "node tools/check-version.js",68"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",69"jscs": "node node_modules/jscs/bin/jscs esprima.js",70"jslint": "echo Skipping JSLint",71"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",72"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",73"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",74"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",75"analyze-complexity": "node tools/list-complexity.js",76"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js",77"benchmark": "node test/benchmarks.js",78"benchmark-quick": "node test/benchmarks.js quick"79},80"gitHead": "d3e376f04f096cb07f6b9fad0b44e9b6054f0582",81"_id": "[email protected]",82"_shasum": "0993502feaf668138325756f30f9a51feeec11e9",83"_from": "esprima@>=1.2.2 <2.0.0",84"_npmVersion": "2.5.1",85"_nodeVersion": "0.12.0",86"_npmUser": {87"name": "ariya",88"email": "[email protected]"89},90"dist": {91"shasum": "0993502feaf668138325756f30f9a51feeec11e9",92"tarball": "http://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"93},94"directories": {},95"_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz",96"readme": "ERROR: No README data found!"97}9899100