{

"name": "esutils",
"description": "utility box for ECMAScript language tools",
"homepage": "https://github.com/Constellation/esutils",
"main": "lib/utils.js",
"version": "1.1.6",
"engines": {
  "node": ">=0.10.0"
},
"directories": {
  "lib": "./lib"
},
"files": [
  "LICENSE.BSD",
  "README.md",
  "lib"
],
"maintainers": [
  {
    "name": "constellation",
    "email": "utatane.tea@gmail.com"
  }
],
"repository": {
  "type": "git",
  "url": "http://github.com/Constellation/esutils.git"
},
"devDependencies": {
  "mocha": "~1.12.0",
  "chai": "~1.7.2",
  "jshint": "2.1.5",
  "coffee-script": "~1.6.3",
  "unicode-6.3.0": "~0.1.1",
  "regenerate": "~0.5.4"
},
"licenses": [
  {
    "type": "BSD",
    "url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
  }
],
"scripts": {
  "test": "npm run-script lint && npm run-script unit-test",
  "lint": "jshint lib/*.js",
  "unit-test": "mocha --compilers coffee:coffee-script -R spec",
  "generate-regex": "node tools/generate-identifier-regex.js"
},
"gitHead": "a91c5ed6199d1019ef071f610848fcd5103ef153",
"bugs": {
  "url": "https://github.com/Constellation/esutils/issues"
},
"_id": "esutils@1.1.6",
"_shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
"_from": "esutils@>=1.1.6 <2.0.0",
"_npmVersion": "2.0.0-alpha-5",
"_npmUser": {
  "name": "constellation",
  "email": "utatane.tea@gmail.com"
},
"dist": {
  "shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
  "tarball": "http://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"
},
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz",
"readme": "ERROR: No README data found!"

}