package.json 2.2 KB

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