package.json 2.2 KB

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