react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / esprima / package.json
80681 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.1.0",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": "https://github.com/jquery/esprima.git"35},36"bugs": {37"url": "http://issues.esprima.org"38},39"licenses": [40{41"type": "BSD",42"url": "https://github.com/jquery/esprima/raw/master/LICENSE.BSD"43}44],45"devDependencies": {46"eslint": "~0.15.1",47"jscs": "~1.11.3",48"istanbul": "~0.3.7",49"escomplex-js": "1.2.0",50"complexity-report": "~1.4.0",51"regenerate": "~0.6.2",52"unicode-7.0.0": "~0.1.5",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": "node test/run.js && npm run lint && npm run coverage",66"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",67"check-version": "node tools/check-version.js",68"jscs": "jscs esprima.js",69"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",70"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 16 esprima.js",71"coverage": "npm run analyze-coverage && npm run check-coverage",72"analyze-coverage": "istanbul cover test/runner.js",73"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",74"benchmark": "node test/benchmarks.js",75"benchmark-quick": "node test/benchmarks.js quick"76},77"gitHead": "fb6563827bd26357fb39086b2b1d5df4e5858cce",78"_id": "[email protected]",79"_shasum": "c1c9fb94975dfcc3fc71c60f074f3c5156a28ef5",80"_from": "esprima@>=2.1.0 <2.2.0",81"_npmVersion": "2.5.1",82"_nodeVersion": "0.12.0",83"_npmUser": {84"name": "ariya",85"email": "[email protected]"86},87"dist": {88"shasum": "c1c9fb94975dfcc3fc71c60f074f3c5156a28ef5",89"tarball": "http://registry.npmjs.org/esprima/-/esprima-2.1.0.tgz"90},91"directories": {},92"_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.1.0.tgz"93}949596