1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "pretty@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_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": [
- "/jest-serializer-vue"
- ],
- "_resolved": "https://registry.npm.taobao.org/pretty/download/pretty-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|