package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "_args": [
  3. [
  4. "randomatic@^3.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/expand-range/node_modules/fill-range"
  6. ]
  7. ],
  8. "_from": "randomatic@>=3.0.0 <4.0.0",
  9. "_id": "randomatic@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/randomatic",
  13. "_nodeVersion": "9.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/randomatic-3.0.0.tgz_1514501908399_0.49032310070469975"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "randomatic",
  26. "raw": "randomatic@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/expand-range/fill-range"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.0.0.tgz",
  36. "_shasum": "d35490030eb4f7578de292ce6dfb04a91a128923",
  37. "_shrinkwrap": null,
  38. "_spec": "randomatic@^3.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/expand-range/node_modules/fill-range",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/randomatic/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Bogdan Chadkin",
  50. "url": "https://github.com/TrySound"
  51. },
  52. {
  53. "name": "Dragos Fotescu",
  54. "url": "http://dragosfotescu.com"
  55. },
  56. {
  57. "name": "Faiz ul haque",
  58. "url": "http://www.10pearls.com"
  59. },
  60. {
  61. "name": "Jon Schlinkert",
  62. "url": "http://twitter.com/jonschlinkert"
  63. },
  64. {
  65. "name": "Michael Rhodes",
  66. "url": "http://michaelrhod.es"
  67. },
  68. {
  69. "name": "Paul Miller",
  70. "url": "https://paulmillr.com"
  71. },
  72. {
  73. "name": "Rouven Weßling",
  74. "url": "www.rouvenwessling.de"
  75. },
  76. {
  77. "name": "Sun Knudsen",
  78. "url": "https://sunknudsen.com"
  79. }
  80. ],
  81. "dependencies": {
  82. "is-number": "^4.0.0",
  83. "kind-of": "^6.0.0",
  84. "math-random": "^1.0.1"
  85. },
  86. "description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
  87. "devDependencies": {
  88. "ansi-bold": "^0.1.1",
  89. "benchmarked": "^1.1.1",
  90. "glob": "^7.1.2",
  91. "gulp-format-md": "^0.1.12",
  92. "mocha": "^3.4.2"
  93. },
  94. "directories": {},
  95. "dist": {
  96. "integrity": "sha512-VdxFOIEY3mNO5PtSRkkle/hPJDHvQhK21oa73K4yAc9qmp6N429gAyF1gZMOTMeS0/AYzaV/2Trcef+NaIonSA==",
  97. "shasum": "d35490030eb4f7578de292ce6dfb04a91a128923",
  98. "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-3.0.0.tgz"
  99. },
  100. "engines": {
  101. "node": ">= 0.10.0"
  102. },
  103. "files": [
  104. "index.js"
  105. ],
  106. "gitHead": "68240f9566badf952697450a8b91eb131d572d9f",
  107. "homepage": "https://github.com/jonschlinkert/randomatic",
  108. "keywords": [
  109. "alpha",
  110. "alpha-numeric",
  111. "alphanumeric",
  112. "characters",
  113. "chars",
  114. "generate",
  115. "generate-password",
  116. "numeric",
  117. "password",
  118. "rand",
  119. "random",
  120. "randomatic",
  121. "randomize",
  122. "randomized"
  123. ],
  124. "license": "MIT",
  125. "main": "index.js",
  126. "maintainers": [
  127. {
  128. "name": "doowb",
  129. "email": "brian.woodward@gmail.com"
  130. },
  131. {
  132. "name": "jonschlinkert",
  133. "email": "github@sellside.com"
  134. }
  135. ],
  136. "name": "randomatic",
  137. "optionalDependencies": {},
  138. "readme": "ERROR: No README data found!",
  139. "repository": {
  140. "type": "git",
  141. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  142. },
  143. "scripts": {
  144. "test": "mocha"
  145. },
  146. "verb": {
  147. "layout": "default",
  148. "lint": {
  149. "reflinks": true
  150. },
  151. "plugins": [
  152. "gulp-format-md"
  153. ],
  154. "related": {
  155. "list": [
  156. "pad-left",
  157. "pad-right",
  158. "repeat-string"
  159. ]
  160. },
  161. "tasks": [
  162. "readme"
  163. ],
  164. "toc": false
  165. },
  166. "version": "3.0.0"
  167. }