{
  "_args": [
    [
      "jscs@^2.2.1",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc"
    ]
  ],
  "_from": "jscs@>=2.2.1 <3.0.0",
  "_id": "jscs@2.6.0",
  "_inCache": true,
  "_location": "/jscs",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "hi@henryzoo.com",
    "name": "hzoo"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {
    "brace-expansion": "1.1.2",
    "lodash": "3.10.1"
  },
  "_requested": {
    "name": "jscs",
    "raw": "jscs@^2.2.1",
    "rawSpec": "^2.2.1",
    "scope": null,
    "spec": ">=2.2.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint-plugin-jsdoc"
  ],
  "_resolved": "https://registry.npmjs.org/jscs/-/jscs-2.6.0.tgz",
  "_shasum": "6ab054d92c9e91a3d3af8f85c72d6d106e402890",
  "_shrinkwrap": null,
  "_spec": "jscs@^2.2.1",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-plugin-jsdoc",
  "author": {
    "email": "mdevils@yandex.ru",
    "name": "Marat Dulin",
    "url": "https://github.com/jscs-dev/node-jscs/graphs/contributors"
  },
  "bin": {
    "jscs": "./bin/jscs"
  },
  "bugs": {
    "url": "https://github.com/jscs-dev/node-jscs/issues"
  },
  "dependencies": {
    "babel-core": "^5.6.15",
    "babel-jscs": "^2.0.0",
    "chalk": "~1.1.0",
    "cli-table": "~0.3.1",
    "commander": "~2.9.0",
    "escope": "^3.2.0",
    "esprima": "~2.7.0",
    "estraverse": "^4.1.0",
    "exit": "~0.1.2",
    "glob": "^5.0.1",
    "htmlparser2": "3.8.3",
    "js-yaml": "~3.4.0",
    "jscs-jsdoc": "1.2.0",
    "jscs-preset-wikimedia": "~1.0.0",
    "jsonlint": "~1.6.2",
    "lodash": "~3.10.0",
    "minimatch": "~3.0.0",
    "natural-compare": "~1.2.2",
    "pathval": "~0.1.1",
    "prompt": "~0.2.14",
    "reserved-words": "^0.1.1",
    "resolve": "^1.1.6",
    "strip-bom": "^2.0.0",
    "strip-json-comments": "~1.0.2",
    "to-double-quotes": "^2.0.0",
    "to-single-quotes": "^2.0.0",
    "vow": "~0.4.8",
    "vow-fs": "~0.3.4",
    "xmlbuilder": "^3.1.0"
  },
  "description": "JavaScript Code Style",
  "devDependencies": {
    "browserify": "^12.0.0",
    "chai": "^3.3.0",
    "coveralls": "~2.11.2",
    "has-ansi": "~2.0.0",
    "jshint": "~2.8.0",
    "mocha": "^2.2.0",
    "regenerate": "~1.2.1",
    "rewire": "^2.3.1",
    "sinon": "^1.13.0",
    "sinon-chai": "^2.8.0",
    "unicode-7.0.0": "~0.1.5",
    "unit-coverage": "^3.4.0",
    "xml2js": "~0.4.4"
  },
  "directories": {},
  "dist": {
    "shasum": "6ab054d92c9e91a3d3af8f85c72d6d106e402890",
    "tarball": "http://registry.npmjs.org/jscs/-/jscs-2.6.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "LICENSE",
    "bin",
    "jscs-browser.js",
    "lib",
    "patterns",
    "presets"
  ],
  "gitHead": "99fa842447e0bcf019ac88a5d3192a4fe5707398",
  "homepage": "http://jscs.info",
  "installable": true,
  "keywords": [
    "code style",
    "formatter",
    "lint",
    "linter",
    "style guide",
    "validate"
  ],
  "license": "MIT",
  "main": "lib/checker",
  "maintainers": [
    {
      "name": "hzoo",
      "email": "hi@henryzoo.com"
    },
    {
      "name": "markelog",
      "email": "markelog@gmail.com"
    },
    {
      "name": "mdevils",
      "email": "mdevils@yandex.ru"
    },
    {
      "name": "mikesherov",
      "email": "mike.sherov@gmail.com"
    },
    {
      "name": "mrjoelkemp",
      "email": "joel@mrjoelkemp.com"
    }
  ],
  "name": "jscs",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jscs-dev/node-jscs.git"
  },
  "scripts": {
    "autofix-tests": "node test/scripts/integration.js",
    "browserify": "browserify --standalone JscsStringChecker lib/string-checker.js -o jscs-browser.js",
    "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
    "coverage": "unit-coverage run -p common",
    "coverage-html": "unit-coverage run -p common -r html -o coverage.html",
    "coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",
    "lint": "jshint . && node bin/jscs lib test bin publish",
    "postpublish": "node publish/postpublish",
    "pretest": "npm run lint",
    "release": "node publish/prepublish && npm test && npm publish",
    "test": "mocha --color",
    "travis": "npm run test && npm run autofix-tests && npm run coveralls"
  },
  "unit-coverage": {
    "common": [
      "-O",
      "-O",
      "-S",
      "-a",
      "-a",
      "-e",
      "-s",
      "-t",
      "lib",
      "lib/**/*.js",
      "lib/cli-config.js",
      "relative",
      "sources=lib",
      "test",
      "test/specs/**/*.js",
      "tests=test/specs"
    ]
  },
  "version": "2.6.0"
}
