package.json 1.9 KB

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