{

"name": "esprima-fb",
"description": "Facebook-specific fork of the esprima project",
"homepage": "https://github.com/facebook/esprima/tree/fb-harmony",
"main": "esprima.js",
"bin": {
  "esparse": "./bin/esparse.js",
  "esvalidate": "./bin/esvalidate.js"
},
"version": "7001.1.0-dev-harmony-fb",
"files": [
  "bin",
  "test/run.js",
  "test/runner.js",
  "test/test.js",
  "test/compat.js",
  "test/reflect.js",
  "esprima.js"
],
"engines": {
  "node": ">=0.4.0"
},
"author": {
  "name": "Ariya Hidayat",
  "email": "ariya.hidayat@gmail.com"
},
"maintainers": [
  {
    "name": "jeffmo",
    "email": "jeff@anafx.com"
  },
  {
    "name": "zpao",
    "email": "paul@oshannessy.com"
  }
],
"repository": {
  "type": "git",
  "url": "http://github.com/facebook/esprima.git"
},
"bugs": {
  "url": "http://issues.esprima.org"
},
"licenses": [
  {
    "type": "BSD",
    "url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"
  }
],
"devDependencies": {
  "jslint": "~0.1.9",
  "eslint": "~0.1.0",
  "istanbul": "~0.1.27",
  "complexity-report": "~0.6.1",
  "regenerate": "~0.5.4",
  "unicode-6.3.0": "~0.1.0",
  "json-diff": "~0.3.1"
},
"scripts": {
  "test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity",
  "lint": "node tools/check-version.js && node node_modules/eslint/bin/eslint.js esprima.js && node node_modules/jslint/bin/jslint.js esprima.js",
  "coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
  "analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
  "check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement -11 --branch -28 --function 99.69",
  "complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
  "analyze-complexity": "node tools/list-complexity.js",
  "check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js",
  "benchmark": "node test/benchmarks.js",
  "benchmark-quick": "node test/benchmarks.js quick"
},
"gitHead": "1f5a0a0d68844923570c1d71660b152090a51c04",
"_id": "esprima-fb@7001.1.0-dev-harmony-fb",
"_shasum": "907e20919575a667dd1b42335de00cf6646d77b3",
"_from": "esprima-fb@>=7001.1.0-dev-harmony-fb <7001.2.0",
"_npmVersion": "1.4.21",
"_npmUser": {
  "name": "jeffmo",
  "email": "jeff@anafx.com"
},
"dist": {
  "shasum": "907e20919575a667dd1b42335de00cf6646d77b3",
  "tarball": "http://registry.npmjs.org/esprima-fb/-/esprima-fb-7001.1.0-dev-harmony-fb.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-7001.1.0-dev-harmony-fb.tgz",
"readme": "ERROR: No README data found!"

}