91 lines
1.8 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"pretty@2.0.0",
"/Users/tatiana/selfdefined"
]
],
"_from": "pretty@2.0.0",
"_id": "pretty@2.0.0",
"_inBundle": false,
"_integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=",
"_location": "/pretty",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "version",
"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",
"_spec": "2.0.0",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pretty/issues"
},
"dependencies": {
"condense-newlines": "^0.2.1",
"extend-shallow": "^2.0.1",
"js-beautify": "^1.6.12"
},
"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"
}