{
  "_args": [
    [
      "esformatter-jsx@^2.0.11",
      "/usr/share/npm/node_modules/standard-format"
    ]
  ],
  "_from": "esformatter-jsx@>=2.0.11 <3.0.0",
  "_id": "esformatter-jsx@2.3.11",
  "_inCache": true,
  "_installable": true,
  "_location": "/esformatter-jsx",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "royriojas@gmail.com",
    "name": "royriojas"
  },
  "_npmVersion": "2.14.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "esformatter-jsx",
    "raw": "esformatter-jsx@^2.0.11",
    "rawSpec": "^2.0.11",
    "scope": null,
    "spec": ">=2.0.11 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/standard-format"
  ],
  "_resolved": "https://registry.npmjs.org/esformatter-jsx/-/esformatter-jsx-2.3.11.tgz",
  "_shasum": "411c44ed324754af95aae5ded856d5a7eefcb5df",
  "_shrinkwrap": null,
  "_spec": "esformatter-jsx@^2.0.11",
  "_where": "/usr/share/npm/node_modules/standard-format",
  "author": {
    "name": "Roy Riojas",
    "url": "http://royriojas.com"
  },
  "bugs": {
    "url": "https://github.com/royriojas/esformatter-jsx/issues"
  },
  "changelogx": {
    "authorURL": "https://github.com/{0}",
    "commitURL": "https://github.com/royriojas/esformatter-jsx/commit/{0}",
    "ignoreRegExp": [
      "BLD: Release",
      "DOC: Generate Changelog",
      "Generated Changelog"
    ],
    "issueIDRegExp": "#(\\d+)",
    "issueIDURL": "https://github.com/royriojas/esformatter-jsx/issues/{0}",
    "projectName": "esformatter-jsx"
  },
  "dependencies": {
    "babel-core": "^5.8.34",
    "esformatter-ignore": "^0.1.3",
    "extend": "^2.0.1",
    "fresh-falafel": "^1.2.0",
    "js-beautify": "^1.5.10"
  },
  "description": "esformatter plugin: format javascript files that contain React JSX blocks",
  "devDependencies": {
    "changelogx": "^1.0.18",
    "esbeautifier": "^3.2.0",
    "esformatter": "^0.8.1",
    "eslinter": "^3.2.0",
    "istanbul": "^0.3.17",
    "mocha-runner": "^1.0.8",
    "precommit": "^1.1.5",
    "prepush": "^3.1.4",
    "proxyquire": "^1.6.0",
    "read-json-sync": "^1.1.0",
    "watch-spawn": "^1.0.3"
  },
  "directories": {},
  "dist": {
    "shasum": "411c44ed324754af95aae5ded856d5a7eefcb5df",
    "tarball": "https://registry.npmjs.org/esformatter-jsx/-/esformatter-jsx-2.3.11.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "gitHead": "ce1e68a96d54ffe4b3251a8d6e0c6142b9363a9a",
  "homepage": "https://github.com/royriojas/esformatter-jsx#readme",
  "keywords": [
    "AST",
    "codestyle",
    "esformatter",
    "esformatter-plugin",
    "jsx",
    "react jsx",
    "react jsx"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "royriojas",
      "email": "royriojas@gmail.com"
    }
  ],
  "name": "esformatter-jsx",
  "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-jsx.git"
  },
  "scripts": {
    "beautify": "esbeautifier 'index.js' 'lib/**/*.js' 'specs/**/*.spec.js'",
    "beautify-check": "esbeautifier -k 'index.js' 'lib/**/*.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' 'lib/**/*.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": "2.3.11"
}
