react / wstein / node_modules / react / node_modules / envify / node_modules / jstransform / node_modules / esprima-fb / package.json
80551 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": "13001.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"name": "gabelevi",37"email": "[email protected]"38}39],40"repository": {41"type": "git",42"url": "git+ssh://[email protected]/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"eslint": "~0.12.0",55"jscs": "~1.10.0",56"istanbul": "~0.2.6",57"escomplex-js": "1.0.0",58"complexity-report": "~1.1.1",59"regenerate": "~0.5.4",60"unicode-6.3.0": "~0.1.0",61"json-diff": "~0.3.1",62"commander": "~2.5.0"63},64"scripts": {65"generate-regex": "node tools/generate-identifier-regex.js",66"test": "node test/run.js && npm run lint && npm run coverage",67"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",68"check-version": "node tools/check-version.js",69"jscs": "jscs esprima.js test/*test.js",70"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",71"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 18 esprima.js",72"coverage": "npm run analyze-coverage && npm run check-coverage",73"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",74"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",75"benchmark": "node test/benchmarks.js",76"benchmark-quick": "node test/benchmarks.js quick"77},78"gitHead": "a3ae0c054867db61166dd72affc579710b36476d",79"_id": "[email protected]",80"_shasum": "633acdb40d9bd4db8a1c1d68c06a942959fad2b0",81"_from": "[email protected]",82"_npmVersion": "1.4.16",83"_npmUser": {84"name": "gabelevi",85"email": "[email protected]"86},87"dist": {88"shasum": "633acdb40d9bd4db8a1c1d68c06a942959fad2b0",89"tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-13001.1001.0-dev-harmony-fb.tgz"90},91"directories": {},92"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-13001.1001.0-dev-harmony-fb.tgz",93"readme": "ERROR: No README data found!"94}959697