{
  "_args": [
    [
      "babel-jscs@^2.0.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/jscs"
    ]
  ],
  "_from": "babel-jscs@>=2.0.0 <3.0.0",
  "_id": "babel-jscs@2.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/babel-jscs",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "email": "hi@henryzoo.com",
    "name": "hzoo"
  },
  "_npmVersion": "2.13.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "babel-jscs",
    "raw": "babel-jscs@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jscs"
  ],
  "_resolved": "https://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz",
  "_shasum": "0a347046b48145acbca56e8c8ed5f736bc54f9d0",
  "_shrinkwrap": null,
  "_spec": "babel-jscs@^2.0.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/jscs",
  "author": {
    "email": "hi@henryzoo.com",
    "name": "Henry Zhu"
  },
  "bugs": {
    "url": "https://github.com/jscs-dev/babel-jscs/issues"
  },
  "dependencies": {
    "babel-core": "~5.8.3",
    "lodash.assign": "^3.2.0"
  },
  "description": "**babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!",
  "devDependencies": {
    "esprima": "^2.2.0",
    "esprima-fb": "^15001.1.0-dev-harmony-fb",
    "jscs": "github:jscs-dev/node-jscs#master",
    "mocha": "^2.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "0a347046b48145acbca56e8c8ed5f736bc54f9d0",
    "tarball": "http://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz"
  },
  "gitHead": "79122f826ed63fa7666e0742d371f840b031daa4",
  "homepage": "https://github.com/jscs-dev/babel-jscs",
  "keywords": [
    "babel",
    "babel-jscs",
    "jscs"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "hzoo",
      "email": "hi@henryzoo.com"
    }
  ],
  "name": "babel-jscs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jscs-dev/babel-jscs.git"
  },
  "scripts": {
    "lint": "jscs test index.js acorn-to-esprima.js",
    "test": "mocha",
    "travis": "npm test && npm run lint"
  },
  "version": "2.0.5"
}
