jsdoc-75lb
Version:
An API documentation generator for JavaScript.
149 lines (148 loc) • 4.02 kB
JSON
{
"_args": [
[
{
"raw": "js-beautify@~1.5.4",
"scope": null,
"escapedName": "js-beautify",
"name": "js-beautify",
"rawSpec": "~1.5.4",
"spec": ">=1.5.4 <1.6.0",
"type": "range"
},
"/Users/lloydb/Documents/jsdoc2md/jsdoc/node_modules/gulp-json-editor"
]
],
"_from": "js-beautify@>=1.5.4 <1.6.0",
"_id": "js-beautify@1.5.10",
"_inCache": true,
"_installable": true,
"_location": "/js-beautify",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "bitwiseman",
"email": "bitwiseman@gmail.com"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"raw": "js-beautify@~1.5.4",
"scope": null,
"escapedName": "js-beautify",
"name": "js-beautify",
"rawSpec": "~1.5.4",
"spec": ">=1.5.4 <1.6.0",
"type": "range"
},
"_requiredBy": [
"/gulp-json-editor"
],
"_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz",
"_shasum": "4d95371702699344a516ca26bf59f0a27bb75719",
"_shrinkwrap": null,
"_spec": "js-beautify@~1.5.4",
"_where": "/Users/lloydb/Documents/jsdoc2md/jsdoc/node_modules/gulp-json-editor",
"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/beautify-web/js-beautify/issues"
},
"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.5.0",
"nopt": "~3.0.1"
},
"description": "jsbeautifier.org for node",
"devDependencies": {
"benchmark": "1.0.0",
"jshint": "~2.8.0",
"mustache": "~1.1.0",
"node-static": "~0.7.1",
"requirejs": "2.1.x"
},
"directories": {
"lib": "js/lib",
"test": "js/test"
},
"dist": {
"shasum": "4d95371702699344a516ca26bf59f0a27bb75719",
"tarball": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz"
},
"gitHead": "880a854273aa50976a0228e08f623be6f24ab717",
"homepage": "http://jsbeautifier.org/",
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
"license": "MIT",
"main": "js/index.js",
"maintainers": [
{
"name": "evocateur",
"email": "daniel.stockman@gmail.com"
},
{
"name": "bitwiseman",
"email": "bitwiseman@gmail.com"
}
],
"name": "js-beautify",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/beautify-web/js-beautify.git"
},
"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"
},
"version": "1.5.10"
}