package.json 2.9 KB

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