package.json 2.1 KB

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