package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "randomatic@1.1.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "randomatic@1.1.6",
  10. "_id": "randomatic@1.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EQ3Kv/OX6dz/fAeJzMCkmt8exbs=",
  13. "_location": "/randomatic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "randomatic@1.1.6",
  19. "name": "randomatic",
  20. "escapedName": "randomatic",
  21. "rawSpec": "1.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.6"
  24. },
  25. "_requiredBy": [
  26. "/fill-range"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
  29. "_spec": "1.1.6",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/randomatic/issues"
  37. },
  38. "dependencies": {
  39. "is-number": "^2.0.2",
  40. "kind-of": "^3.0.2"
  41. },
  42. "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.",
  43. "devDependencies": {
  44. "ansi-bold": "^0.1.1",
  45. "benchmarked": "^0.1.4",
  46. "glob": "^5.0.15",
  47. "gulp-format-md": "^0.1.11",
  48. "mocha": "*",
  49. "should": "*"
  50. },
  51. "engines": {
  52. "node": ">= 0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/randomatic",
  58. "keywords": [
  59. "alpha",
  60. "alpha-numeric",
  61. "alphanumeric",
  62. "characters",
  63. "chars",
  64. "numeric",
  65. "rand",
  66. "random",
  67. "randomatic",
  68. "randomize",
  69. "randomized"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "randomatic",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "toc": false,
  83. "layout": "default",
  84. "tasks": [
  85. "readme"
  86. ],
  87. "plugins": [
  88. "gulp-format-md"
  89. ],
  90. "related": {
  91. "list": [
  92. "pad-left",
  93. "pad-right",
  94. "repeat-string"
  95. ]
  96. },
  97. "lint": {
  98. "reflinks": true
  99. },
  100. "reflinks": [
  101. "verb",
  102. "verb-generate-readme"
  103. ]
  104. },
  105. "version": "1.1.6"
  106. }