2023-11-30 14:15:19 +00:00

77 lines
1.7 KiB
JSON

{
"_from": "html",
"_id": "html@1.0.0",
"_inBundle": false,
"_integrity": "sha1-pUT6nqVJK/s6LMqCEKEL57WvH2E=",
"_location": "/html",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "html",
"name": "html",
"escapedName": "html",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/html/-/html-1.0.0.tgz",
"_shasum": "a544fa9ea5492bfb3a2cca8210a10be7b5af1f61",
"_spec": "html",
"_where": "/home/runner/Socketio-Chat-Template",
"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"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nochum Sossonko",
"email": "nsossonko@hotmail.com"
},
{
"name": "Einar Lielmanis",
"email": "elfz@laacz.lv"
}
],
"dependencies": {
"concat-stream": "^1.4.7"
},
"deprecated": false,
"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"
}