86 lines
1.8 KiB
JSON
86 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "pretty@^2.0.0",
|
||
|
"_id": "pretty@2.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=",
|
||
|
"_location": "/pretty",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "pretty@^2.0.0",
|
||
|
"name": "pretty",
|
||
|
"escapedName": "pretty",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@11ty/eleventy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz",
|
||
|
"_shasum": "adbc7960b7bbfe289a557dc5f737619a220d06a5",
|
||
|
"_spec": "pretty@^2.0.0",
|
||
|
"_where": "/var/www/html/node_modules/@11ty/eleventy",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/pretty/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"condense-newlines": "^0.2.1",
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"js-beautify": "^1.6.12"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Some tweaks for beautifying HTML with js-beautify according to my preferences.",
|
||
|
"devDependencies": {
|
||
|
"gulp-format-md": "^0.1.12",
|
||
|
"mocha": "^3.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/jonschlinkert/pretty",
|
||
|
"keywords": [
|
||
|
"beautify",
|
||
|
"format",
|
||
|
"formatter",
|
||
|
"html",
|
||
|
"js",
|
||
|
"js-beautify",
|
||
|
"prettify",
|
||
|
"pretty"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "pretty",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jonschlinkert/pretty.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"toc": false,
|
||
|
"layout": "default",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
}
|
||
|
},
|
||
|
"version": "2.0.0"
|
||
|
}
|