package.json 2.9 KB

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