package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "pretty@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty@2.0.0",
  10. "_id": "pretty@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rbx5YLe7/iiaVX3F9zdhmiINBqU=",
  13. "_location": "/pretty",
  14. "_phantomChildren": {
  15. "is-extendable": "0.1.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "pretty@2.0.0",
  21. "name": "pretty",
  22. "escapedName": "pretty",
  23. "rawSpec": "2.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "2.0.0"
  26. },
  27. "_requiredBy": [
  28. "/jest-serializer-vue"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/pretty/download/pretty-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/pretty/issues"
  39. },
  40. "dependencies": {
  41. "condense-newlines": "^0.2.1",
  42. "extend-shallow": "^2.0.1",
  43. "js-beautify": "^1.6.12"
  44. },
  45. "description": "Some tweaks for beautifying HTML with js-beautify according to my preferences.",
  46. "devDependencies": {
  47. "gulp-format-md": "^0.1.12",
  48. "mocha": "^3.2.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/pretty",
  57. "keywords": [
  58. "beautify",
  59. "format",
  60. "formatter",
  61. "html",
  62. "js",
  63. "js-beautify",
  64. "prettify",
  65. "pretty"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "pretty",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/pretty.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": false,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "lint": {
  87. "reflinks": true
  88. }
  89. },
  90. "version": "2.0.0"
  91. }