123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_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": "range",
- "registry": true,
- "raw": "pretty@^2.0.0",
- "name": "pretty",
- "escapedName": "pretty",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/@vue/test-utils"
- ],
- "_resolved": "https://registry.npmjs.org/pretty/-/pretty-2.0.0.tgz",
- "_shasum": "adbc7960b7bbfe289a557dc5f737619a220d06a5",
- "_spec": "pretty@^2.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@vue\\test-utils",
- "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"
- }
|