Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "randomatic@3.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "randomatic@3.1.1",
  9. "_id": "randomatic@3.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==",
  12. "_location": "/randomatic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "randomatic@3.1.1",
  18. "name": "randomatic",
  19. "escapedName": "randomatic",
  20. "rawSpec": "3.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.1"
  23. },
  24. "_requiredBy": [
  25. "/expand-range/fill-range"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz",
  28. "_spec": "3.1.1",
  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/randomatic/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Bogdan Chadkin",
  40. "url": "https://github.com/TrySound"
  41. },
  42. {
  43. "name": "Dragos Fotescu",
  44. "url": "http://dragosfotescu.com"
  45. },
  46. {
  47. "name": "Faiz ul haque",
  48. "url": "http://www.10pearls.com"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Michael Rhodes",
  56. "url": "http://michaelrhod.es"
  57. },
  58. {
  59. "name": "Paul Miller",
  60. "url": "https://paulmillr.com"
  61. },
  62. {
  63. "name": "Rouven Weßling",
  64. "url": "www.rouvenwessling.de"
  65. },
  66. {
  67. "name": "Sun Knudsen",
  68. "url": "https://sunknudsen.com"
  69. }
  70. ],
  71. "dependencies": {
  72. "is-number": "^4.0.0",
  73. "kind-of": "^6.0.0",
  74. "math-random": "^1.0.1"
  75. },
  76. "description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
  77. "devDependencies": {
  78. "ansi-bold": "^0.1.1",
  79. "benchmarked": "^1.1.1",
  80. "glob": "^7.1.2",
  81. "gulp-format-md": "^0.1.12",
  82. "mocha": "^3.4.2"
  83. },
  84. "engines": {
  85. "node": ">= 0.10.0"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "homepage": "https://github.com/jonschlinkert/randomatic",
  91. "keywords": [
  92. "alpha",
  93. "alpha-numeric",
  94. "alphanumeric",
  95. "characters",
  96. "chars",
  97. "generate",
  98. "generate-password",
  99. "numeric",
  100. "password",
  101. "rand",
  102. "random",
  103. "randomatic",
  104. "randomize",
  105. "randomized"
  106. ],
  107. "license": "MIT",
  108. "main": "index.js",
  109. "name": "randomatic",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  113. },
  114. "scripts": {
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "toc": false,
  119. "layout": "default",
  120. "tasks": [
  121. "readme"
  122. ],
  123. "plugins": [
  124. "gulp-format-md"
  125. ],
  126. "related": {
  127. "list": [
  128. "pad-left",
  129. "pad-right",
  130. "repeat-string"
  131. ]
  132. },
  133. "lint": {
  134. "reflinks": true
  135. }
  136. },
  137. "version": "3.1.1"
  138. }