package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "randomatic@^1.1.3",
  6. "scope": null,
  7. "escapedName": "randomatic",
  8. "name": "randomatic",
  9. "rawSpec": "^1.1.3",
  10. "spec": ">=1.1.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fill-range"
  14. ]
  15. ],
  16. "_from": "randomatic@>=1.1.3 <2.0.0",
  17. "_id": "randomatic@1.1.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/randomatic",
  21. "_nodeVersion": "6.7.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/randomatic-1.1.6.tgz_1480022662943_0.08446102566085756"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "randomatic@^1.1.3",
  34. "scope": null,
  35. "escapedName": "randomatic",
  36. "name": "randomatic",
  37. "rawSpec": "^1.1.3",
  38. "spec": ">=1.1.3 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/fill-range"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
  45. "_shasum": "110dcabff397e9dcff7c0789ccc0a49adf1ec5bb",
  46. "_shrinkwrap": null,
  47. "_spec": "randomatic@^1.1.3",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fill-range",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/randomatic/issues"
  55. },
  56. "dependencies": {
  57. "is-number": "^2.0.2",
  58. "kind-of": "^3.0.2"
  59. },
  60. "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.",
  61. "devDependencies": {
  62. "ansi-bold": "^0.1.1",
  63. "benchmarked": "^0.1.4",
  64. "glob": "^5.0.15",
  65. "gulp-format-md": "^0.1.11",
  66. "mocha": "*",
  67. "should": "*"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "110dcabff397e9dcff7c0789ccc0a49adf1ec5bb",
  72. "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz"
  73. },
  74. "engines": {
  75. "node": ">= 0.10.0"
  76. },
  77. "files": [
  78. "index.js"
  79. ],
  80. "gitHead": "80065df04deaa8f7a405d2689aaaef57117c6a94",
  81. "homepage": "https://github.com/jonschlinkert/randomatic",
  82. "keywords": [
  83. "alpha",
  84. "alpha-numeric",
  85. "alphanumeric",
  86. "characters",
  87. "chars",
  88. "numeric",
  89. "rand",
  90. "random",
  91. "randomatic",
  92. "randomize",
  93. "randomized"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "maintainers": [
  98. {
  99. "name": "doowb",
  100. "email": "brian.woodward@gmail.com"
  101. },
  102. {
  103. "name": "jonschlinkert",
  104. "email": "github@sellside.com"
  105. }
  106. ],
  107. "name": "randomatic",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  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. "reflinks": [
  137. "verb",
  138. "verb-generate-readme"
  139. ]
  140. },
  141. "version": "1.1.6"
  142. }