The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "name": "js-beautify",
  "version": "1.5.4",
  "description": "jsbeautifier.org for node",
  "main": "js/index.js",
  "preferGlobal": true,
  "bin": {
    "css-beautify": "./js/bin/css-beautify.js",
    "html-beautify": "./js/bin/html-beautify.js",
    "js-beautify": "./js/bin/js-beautify.js"
  },
  "directories": {
    "lib": "js/lib",
    "test": "js/test"
  },
  "scripts": {
    "test": "./js/test/shell-smoke-test.sh",
    "update-codemirror": "npm install codemirror && rm -rf ./web/third-party/codemirror/* && cp ./node_modules/codemirror/LICENSE ./web/third-party/codemirror/ && cp ./node_modules/codemirror/README.md ./web/third-party/codemirror/ && cp -r ./node_modules/codemirror/lib ./web/third-party/codemirror/ && mkdir -p ./web/third-party/codemirror/mode && cp -r ./node_modules/codemirror/mode/javascript ./web/third-party/codemirror/mode/ && git add -Av ./web/third-party/codemirror"
  },
  "bugs": {
    "url": "https://github.com/beautify-web/js-beautify/issues"
  },
  "homepage": "http://jsbeautifier.org/",
  "repository": {
    "type": "git",
    "url": "git://github.com/beautify-web/js-beautify.git"
  },
  "keywords": [
    "beautify",
    "beautifier",
    "code-quality"
  ],
  "author": {
    "name": "Einar Lielmanis",
    "email": "einar@jsbeautifier.org"
  },
  "contributors": [
    {
      "name": "Vital Batmanov",
      "email": "vital76@gmail.com"
    },
    {
      "name": "Chris J. Shull",
      "email": "chrisjshull@gmail.com"
    },
    {
      "name": "Gian Marco Gherardi",
      "email": "gianmarco.gherardi@gmail.com"
    },
    {
      "name": "Stan",
      "email": "stasson@orc.ru"
    },
    {
      "name": "Vittorio Gambaletta",
      "email": "VittGam@vittgam.net"
    },
    {
      "name": "Daniel Stockman",
      "email": "daniel.stockman@gmail.com"
    },
    {
      "name": "Harutyun Amirjanyan",
      "email": "amirjanyan@gmail.com"
    },
    {
      "name": "Nochum Sossonko",
      "email": "nsossonko@hotmail.com"
    },
    {
      "name": "Liam Newman",
      "email": "bitwiseman@gmail.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "config-chain": "~1.1.5",
    "mkdirp": "~0.5.0",
    "nopt": "~3.0.1"
  },
  "devDependencies": {
    "jshint": "~2.5.6",
    "node-static": "~0.7.1",
    "requirejs": "2.1.x",
    "benchmark": "1.0.0"
  },
  "gitHead": "81c5c525d0050cb2753886846b3cae769fc7ce36",
  "_id": "js-beautify@1.5.4",
  "_shasum": "5b5abe634aa675713ed2ab2edc200d93555a07bd",
  "_from": "js-beautify@",
  "_npmVersion": "2.0.2",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "bitwiseman",
    "email": "bitwiseman@gmail.com"
  },
  "maintainers": [
    {
      "name": "evocateur",
      "email": "daniel.stockman@gmail.com"
    },
    {
      "name": "bitwiseman",
      "email": "bitwiseman@gmail.com"
    }
  ],
  "dist": {
    "shasum": "5b5abe634aa675713ed2ab2edc200d93555a07bd",
    "tarball": "http://registry.npmjs.org/js-beautify/-/js-beautify-1.5.4.tgz"
  },
  "_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.4.tgz",
  "readme": "ERROR: No README data found!"
}