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.
 
 
 
 

141 lines
3.0 KiB

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