package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_from": "randomatic@^1.1.3",
  3. "_id": "randomatic@1.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
  6. "_location": "/randomatic",
  7. "_phantomChildren": {
  8. "is-buffer": "1.1.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "randomatic@^1.1.3",
  14. "name": "randomatic",
  15. "escapedName": "randomatic",
  16. "rawSpec": "^1.1.3",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.1.3"
  19. },
  20. "_requiredBy": [
  21. "/expand-range/fill-range"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
  24. "_shasum": "c7abe9cc8b87c0baa876b19fde83fd464797e38c",
  25. "_spec": "randomatic@^1.1.3",
  26. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/expand-range/node_modules/fill-range",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/randomatic/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Bogdan Chadkin",
  38. "url": "https://github.com/TrySound"
  39. },
  40. {
  41. "name": "Dragos Fotescu",
  42. "url": "http://dragosfotescu.com"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Paul Miller",
  50. "url": "paulmillr.com"
  51. },
  52. {
  53. "name": "Sun Knudsen",
  54. "url": "http://sunknudsen.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "is-number": "^3.0.0",
  59. "kind-of": "^4.0.0"
  60. },
  61. "deprecated": false,
  62. "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
  63. "devDependencies": {
  64. "ansi-bold": "^0.1.1",
  65. "benchmarked": "^1.1.1",
  66. "glob": "^7.1.2",
  67. "gulp-format-md": "^0.1.12",
  68. "mocha": "^3.4.2",
  69. "should": "^11.2.1"
  70. },
  71. "engines": {
  72. "node": ">= 0.10.0"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/jonschlinkert/randomatic",
  78. "keywords": [
  79. "alpha",
  80. "alpha-numeric",
  81. "alphanumeric",
  82. "characters",
  83. "chars",
  84. "numeric",
  85. "rand",
  86. "random",
  87. "randomatic",
  88. "randomize",
  89. "randomized"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "randomatic",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "toc": false,
  103. "layout": "default",
  104. "tasks": [
  105. "readme"
  106. ],
  107. "plugins": [
  108. "gulp-format-md"
  109. ],
  110. "related": {
  111. "list": [
  112. "pad-left",
  113. "pad-right",
  114. "repeat-string"
  115. ]
  116. },
  117. "lint": {
  118. "reflinks": true
  119. },
  120. "reflinks": [
  121. "verb",
  122. "verb-generate-readme"
  123. ]
  124. },
  125. "version": "1.1.7"
  126. }