79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"html@1.0.0",
|
|
"C:\\Daten\\Git\\Tumortisch"
|
|
]
|
|
],
|
|
"_from": "html@1.0.0",
|
|
"_id": "html@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-pUT6nqVJK/s6LMqCEKEL57WvH2E=",
|
|
"_location": "/html",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "html@1.0.0",
|
|
"name": "html",
|
|
"escapedName": "html",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html/-/html-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "C:\\Daten\\Git\\Tumortisch",
|
|
"author": {
|
|
"name": "Max Ogden",
|
|
"email": "max@maxogden.com",
|
|
"url": "http://maxogden.com"
|
|
},
|
|
"bin": {
|
|
"html": "./bin/html.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/maxogden/commonjs-html-prettyprinter/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nochum Sossonko",
|
|
"email": "nsossonko@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Einar Lielmanis",
|
|
"email": "elfz@laacz.lv"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"concat-stream": "^1.4.7"
|
|
},
|
|
"description": "HTML pretty printer CLI utility (based on jsbeautifier)",
|
|
"devDependencies": {},
|
|
"homepage": "https://github.com/maxogden/commonjs-html-prettyprinter",
|
|
"keywords": [
|
|
"html",
|
|
"tabifier",
|
|
"beautifier",
|
|
"prettyprinter",
|
|
"prettifier",
|
|
"pretty",
|
|
"command",
|
|
"shell"
|
|
],
|
|
"license": "BSD",
|
|
"main": "lib/html.js",
|
|
"name": "html",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maxogden/commonjs-html-prettyprinter.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|