react / wstein / node_modules / jest-cli / node_modules / node-haste / node_modules / esprima-fb / package.json
80669 views{1"name": "esprima-fb",2"description": "Facebook-specific fork of the esprima project",3"homepage": "https://github.com/facebook/esprima/tree/fb-harmony",4"main": "esprima.js",5"bin": {6"esparse": "./bin/esparse.js",7"esvalidate": "./bin/esvalidate.js"8},9"version": "4001.1001.0-dev-harmony-fb",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": "jeffmo",29"email": "[email protected]"30},31{32"name": "zpao",33"email": "[email protected]"34}35],36"repository": {37"type": "git",38"url": "http://github.com/facebook/esprima.git"39},40"bugs": {41"url": "http://issues.esprima.org"42},43"licenses": [44{45"type": "BSD",46"url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"47}48],49"devDependencies": {50"jslint": "~0.1.9",51"eslint": "~0.1.0",52"istanbul": "~0.1.27",53"complexity-report": "~0.6.1",54"regenerate": "~0.5.4",55"unicode-6.3.0": "~0.1.0",56"json-diff": "~0.3.1"57},58"scripts": {59"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",60"lint": "node tools/check-version.js && node node_modules/eslint/bin/eslint.js esprima.js && node node_modules/jslint/bin/jslint.js esprima.js",61"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",62"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",63"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement -8 --branch -28 --function 99.69",64"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",65"analyze-complexity": "node tools/list-complexity.js",66"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js",67"benchmark": "node test/benchmarks.js",68"benchmark-quick": "node test/benchmarks.js quick"69},70"_id": "[email protected]",71"dist": {72"shasum": "f509f616e66d11c2c5396a261c619edccb71280a",73"tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-4001.1001.0-dev-harmony-fb.tgz"74},75"_from": "[email protected]",76"_npmVersion": "1.4.3",77"_npmUser": {78"name": "zpao",79"email": "[email protected]"80},81"directories": {},82"_shasum": "f509f616e66d11c2c5396a261c619edccb71280a",83"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-4001.1001.0-dev-harmony-fb.tgz"84}858687