package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "word-wrap@^1.2.3",
  3. "_id": "word-wrap@1.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  6. "_location": "/word-wrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "word-wrap@^1.2.3",
  12. "name": "word-wrap",
  13. "escapedName": "word-wrap",
  14. "rawSpec": "^1.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.3"
  17. },
  18. "_requiredBy": [
  19. "/escodegen/optionator",
  20. "/optionator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  23. "_shasum": "610636f6b1f703891bd34771ccb17fb93b47079c",
  24. "_spec": "word-wrap@^1.2.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\optionator",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/word-wrap/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Danilo Sampaio",
  37. "email": "danilo.sampaio@gmail.com",
  38. "url": "localhost:8080"
  39. },
  40. {
  41. "name": "Fede Ramirez",
  42. "email": "i@2fd.me",
  43. "url": "https://2fd.github.io"
  44. },
  45. {
  46. "name": "Joe Hildebrand",
  47. "email": "joe-github@cursive.net",
  48. "url": "https://twitter.com/hildjj"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "email": "jon.schlinkert@sellside.com",
  53. "url": "http://twitter.com/jonschlinkert"
  54. },
  55. {
  56. "name": "Todd Kennedy",
  57. "url": "https://tck.io"
  58. },
  59. {
  60. "name": "Waldemar Reusch",
  61. "url": "https://github.com/lordvlad"
  62. },
  63. {
  64. "name": "Wolfgang Faust",
  65. "url": "http://www.linestarve.com"
  66. },
  67. {
  68. "name": "Zach Hale",
  69. "email": "zachhale@gmail.com",
  70. "url": "http://zachhale.com"
  71. }
  72. ],
  73. "deprecated": false,
  74. "description": "Wrap words to a specified length.",
  75. "devDependencies": {
  76. "gulp-format-md": "^0.1.11",
  77. "mocha": "^3.2.0"
  78. },
  79. "engines": {
  80. "node": ">=0.10.0"
  81. },
  82. "files": [
  83. "index.js",
  84. "index.d.ts"
  85. ],
  86. "homepage": "https://github.com/jonschlinkert/word-wrap",
  87. "keywords": [
  88. "break",
  89. "carriage",
  90. "line",
  91. "new-line",
  92. "newline",
  93. "return",
  94. "soft",
  95. "text",
  96. "word",
  97. "word-wrap",
  98. "words",
  99. "wrap"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "name": "word-wrap",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/jonschlinkert/word-wrap.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "typings": "index.d.ts",
  112. "verb": {
  113. "toc": false,
  114. "layout": "default",
  115. "tasks": [
  116. "readme"
  117. ],
  118. "plugins": [
  119. "gulp-format-md"
  120. ],
  121. "lint": {
  122. "reflinks": true
  123. },
  124. "related": {
  125. "list": [
  126. "common-words",
  127. "shuffle-words",
  128. "unique-words",
  129. "wordcount"
  130. ]
  131. },
  132. "reflinks": [
  133. "verb",
  134. "verb-generate-readme"
  135. ]
  136. },
  137. "version": "1.2.3"
  138. }