{
  "_args": [
    [
      "esformatter-ignore@^0.1.3",
      "/usr/share/npm/node_modules/esformatter-jsx"
    ]
  ],
  "_from": "esformatter-ignore@>=0.1.3 <0.2.0",
  "_id": "esformatter-ignore@0.1.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/esformatter-ignore",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "royriojas@gmail.com",
    "name": "royriojas"
  },
  "_npmVersion": "2.14.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "esformatter-ignore",
    "raw": "esformatter-ignore@^0.1.3",
    "rawSpec": "^0.1.3",
    "scope": null,
    "spec": ">=0.1.3 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/esformatter-jsx"
  ],
  "_resolved": "https://registry.npmjs.org/esformatter-ignore/-/esformatter-ignore-0.1.3.tgz",
  "_shasum": "04d3b875bfa49dde004cc58df6f6bbc3c0567f1e",
  "_shrinkwrap": null,
  "_spec": "esformatter-ignore@^0.1.3",
  "_where": "/usr/share/npm/node_modules/esformatter-jsx",
  "author": {
    "name": "Roy Riojas",
    "url": "http://royriojas.com"
  },
  "bugs": {
    "url": "https://github.com/royriojas/esformatter-ignore/issues"
  },
  "changelogx": {
    "authorURL": "https://github.com/{0}",
    "commitURL": "https://github.com/royriojas/esformatter-ignore/commit/{0}",
    "ignoreRegExp": [
      "BLD: Release",
      "DOC: Generate Changelog",
      "Generated Changelog"
    ],
    "issueIDRegExp": "#(\\d+)",
    "issueIDURL": "https://github.com/royriojas/esformatter-ignore/issues/{0}",
    "projectName": "esformatter-ignore"
  },
  "dependencies": {},
  "description": "an esformatter plugin to make esformatter ignore certain lines and blocks of code",
  "devDependencies": {
    "changelogx": "^1.0.18",
    "esbeautifier": "^3.2.0",
    "esformatter": "^0.7.3",
    "eslinter": "^2.0.6",
    "istanbul": "^0.3.17",
    "mocha-runner": "^1.0.8",
    "precommit": "^1.1.5",
    "prepush": "^3.1.4",
    "proxyquire": "^1.6.0",
    "watch-spawn": "^1.0.3"
  },
  "directories": {},
  "dist": {
    "shasum": "04d3b875bfa49dde004cc58df6f6bbc3c0567f1e",
    "tarball": "https://registry.npmjs.org/esformatter-ignore/-/esformatter-ignore-0.1.3.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "986afc0472110a0caa5d1a2b0da7a47d77c0500d",
  "homepage": "https://github.com/royriojas/esformatter-ignore#readme",
  "keywords": [
    "AST",
    "codestyle",
    "esformatter",
    "esformatter-plugin",
    "ignore block",
    "ignore code block",
    "ignore line"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "royriojas",
      "email": "royriojas@gmail.com"
    }
  ],
  "name": "esformatter-ignore",
  "optionalDependencies": {},
  "peerDependencies": {},
  "precommit": [
    "npm run check"
  ],
  "prepush": [
    "npm run check"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/royriojas/esformatter-ignore.git"
  },
  "scripts": {
    "beautify": "esbeautifier 'index.js' 'specs/**/*.spec.js'",
    "beautify-check": "esbeautifier -k 'index.js' 'specs/**/*.spec.js'",
    "bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v",
    "bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v",
    "bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v",
    "changelog": "changelogx -f markdown -o ./changelog.md",
    "check": "npm run beautify-check && npm run eslint && npm test",
    "cover": "istanbul cover -x 'specs/**/*.spec.js' mocha-runner 'specs/**/*.spec.js' html text-summary",
    "do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify",
    "eslint": "eslinter 'index.js' 'specs/**/*.spec.js'",
    "exec-demo": "cd demo && node runner.js",
    "install-hooks": "prepush install && changelogx install-hook && precommit install",
    "lint": "npm run beautify && npm run eslint && npm test",
    "post-v": "npm run do-changelog && git push --no-verify && git push --tags --no-verify",
    "pre-v": "npm run check",
    "test": "mocha-runner 'specs/**/*.spec.js'",
    "watch": "npm run cover && watch-spawn -p 'specs/**/*.spec.js' -p 'index.js' -p  npm run cover"
  },
  "version": "0.1.3"
}
