react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / recast / node_modules / esprima-fb / package.json
81174 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": "10001.1.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"name": "gabelevi",37"email": "[email protected]"38}39],40"repository": {41"type": "git",42"url": "http://github.com/facebook/esprima.git"43},44"bugs": {45"url": "http://issues.esprima.org"46},47"licenses": [48{49"type": "BSD",50"url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"51}52],53"devDependencies": {54"jslint": "~0.1.9",55"eslint": "~0.1.0",56"istanbul": "~0.2.6",57"complexity-report": "~0.6.1",58"regenerate": "~0.5.4",59"unicode-6.3.0": "~0.1.0",60"json-diff": "~0.3.1",61"commander": "~2.5.0"62},63"scripts": {64"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",65"lint": "node tools/check-version.js && node node_modules/eslint/bin/eslint.js esprima.js && node node_modules/jslint/bin/jslint.js esprima.js",66"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",67"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",68"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",69"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",70"analyze-complexity": "node tools/list-complexity.js",71"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js",72"benchmark": "node test/benchmarks.js",73"benchmark-quick": "node test/benchmarks.js quick"74},75"_id": "[email protected]",76"_shasum": "f7efb452d3c8006dde6b3c59678604f7114a882c",77"_from": "esprima-fb@>=10001.1.0-dev-harmony-fb <10001.2.0",78"_npmVersion": "1.4.9",79"_npmUser": {80"name": "jeffmo",81"email": "[email protected]"82},83"dist": {84"shasum": "f7efb452d3c8006dde6b3c59678604f7114a882c",85"tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz"86},87"directories": {},88"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz"89}909192