package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig/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. "_location": "/randomatic",
  20. "_nodeVersion": "6.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/randomatic-1.1.6.tgz_1480022662943_0.08446102566085756"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "randomatic@^1.1.3",
  33. "scope": null,
  34. "escapedName": "randomatic",
  35. "name": "randomatic",
  36. "rawSpec": "^1.1.3",
  37. "spec": ">=1.1.3 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/fill-range"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
  44. "_shasum": "110dcabff397e9dcff7c0789ccc0a49adf1ec5bb",
  45. "_shrinkwrap": null,
  46. "_spec": "randomatic@^1.1.3",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/inifig/node_modules/fill-range",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/randomatic/issues"
  54. },
  55. "dependencies": {
  56. "is-number": "^2.0.2",
  57. "kind-of": "^3.0.2"
  58. },
  59. "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.",
  60. "devDependencies": {
  61. "ansi-bold": "^0.1.1",
  62. "benchmarked": "^0.1.4",
  63. "glob": "^5.0.15",
  64. "gulp-format-md": "^0.1.11",
  65. "mocha": "*",
  66. "should": "*"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "110dcabff397e9dcff7c0789ccc0a49adf1ec5bb",
  71. "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "80065df04deaa8f7a405d2689aaaef57117c6a94",
  80. "homepage": "https://github.com/jonschlinkert/randomatic",
  81. "keywords": [
  82. "alpha",
  83. "alpha-numeric",
  84. "alphanumeric",
  85. "characters",
  86. "chars",
  87. "numeric",
  88. "rand",
  89. "random",
  90. "randomatic",
  91. "randomize",
  92. "randomized"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "maintainers": [
  97. {
  98. "name": "doowb",
  99. "email": "brian.woodward@gmail.com"
  100. },
  101. {
  102. "name": "jonschlinkert",
  103. "email": "github@sellside.com"
  104. }
  105. ],
  106. "name": "randomatic",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "verb": {
  117. "toc": false,
  118. "layout": "default",
  119. "tasks": [
  120. "readme"
  121. ],
  122. "plugins": [
  123. "gulp-format-md"
  124. ],
  125. "related": {
  126. "list": [
  127. "pad-left",
  128. "pad-right",
  129. "repeat-string"
  130. ]
  131. },
  132. "lint": {
  133. "reflinks": true
  134. },
  135. "reflinks": [
  136. "verb",
  137. "verb-generate-readme"
  138. ]
  139. },
  140. "version": "1.1.6"
  141. }