package.json 3.2 KB

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