package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "condense-newlines@0.2.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "condense-newlines@0.2.1",
  10. "_id": "condense-newlines@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PemFVTE5R10yUCyDsC9gaE0kxV8=",
  13. "_location": "/condense-newlines",
  14. "_phantomChildren": {
  15. "is-buffer": "1.1.6",
  16. "is-extendable": "0.1.1"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "condense-newlines@0.2.1",
  22. "name": "condense-newlines",
  23. "escapedName": "condense-newlines",
  24. "rawSpec": "0.2.1",
  25. "saveSpec": null,
  26. "fetchSpec": "0.2.1"
  27. },
  28. "_requiredBy": [
  29. "/pretty"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/condense-newlines/download/condense-newlines-0.2.1.tgz",
  32. "_spec": "0.2.1",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/condense-newlines/issues"
  40. },
  41. "dependencies": {
  42. "extend-shallow": "^2.0.1",
  43. "is-whitespace": "^0.3.0",
  44. "kind-of": "^3.0.2"
  45. },
  46. "description": "Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.",
  47. "devDependencies": {
  48. "gulp-format-md": "^0.1.7",
  49. "mocha": "^2.4.5"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/condense-newlines",
  58. "keywords": [
  59. "docs",
  60. "documentation",
  61. "generate",
  62. "generator",
  63. "markdown",
  64. "templates",
  65. "verb"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "condense-newlines",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/condense-newlines.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "plugins": [
  79. "gulp-format-md"
  80. ],
  81. "reflinks": [
  82. "verb"
  83. ],
  84. "related": {
  85. "list": [
  86. "arr-union",
  87. "array-unique",
  88. "arrayify-compact"
  89. ]
  90. },
  91. "run": true,
  92. "toc": false,
  93. "layout": "default",
  94. "lint": {
  95. "reflinks": true
  96. },
  97. "tasks": [
  98. "readme"
  99. ]
  100. },
  101. "version": "0.2.1"
  102. }