You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.0KB

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