funcunit
Version:
<!-- @hide title
110 lines (109 loc) • 3.1 kB
JSON
{
"_from": "js-beautify@~1.3.1",
"_id": "js-beautify@1.3.4",
"_inBundle": false,
"_integrity": "sha1-7WxO7tNBiUTTosQOdqMtvUh1UoM=",
"_location": "/js-beautify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-beautify@~1.3.1",
"name": "js-beautify",
"escapedName": "js-beautify",
"rawSpec": "~1.3.1",
"saveSpec": null,
"fetchSpec": "~1.3.1"
},
"_requiredBy": [
"/documentjs"
],
"_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.3.4.tgz",
"_shasum": "ed6c4eeed3418944d3a2c40e76a32dbd48755283",
"_spec": "js-beautify@~1.3.1",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/documentjs",
"author": {
"name": "Einar Lielmanis",
"email": "einar@jsbeautifier.org"
},
"bin": {
"css-beautify": "./js/bin/css-beautify.js",
"html-beautify": "./js/bin/html-beautify.js",
"js-beautify": "./js/bin/js-beautify.js"
},
"bugs": {
"url": "https://github.com/einars/js-beautify/issues"
},
"bundleDependencies": false,
"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"
}
],
"dependencies": {
"config-chain": "~1.1.5",
"mkdirp": "0.3.5",
"nopt": "~2.1.1"
},
"deprecated": "major indenting and html bug fixes in 1.4.0.",
"description": "jsbeautifier.org for node",
"devDependencies": {
"jshint": "1.1.0"
},
"directories": {
"lib": "js/lib",
"test": "js/test"
},
"homepage": "http://jsbeautifier.org/",
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
"license": "MIT",
"main": "js/index.js",
"name": "js-beautify",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/einars/js-beautify.git"
},
"scripts": {
"test": "./js/test/shell-smoke-test.sh && node ./js/test/node-beautify-tests.js",
"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"
},
"version": "1.3.4"
}