package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "math-random@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/randomatic"
  6. ]
  7. ],
  8. "_from": "math-random@>=1.0.1 <2.0.0",
  9. "_id": "math-random@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/math-random",
  13. "_nodeVersion": "6.9.2",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/math-random-1.0.1.tgz_1499951218271_0.3070336836390197"
  17. },
  18. "_npmUser": {
  19. "email": "spam@michaelrhod.es",
  20. "name": "michaelrhodes"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "math-random",
  26. "raw": "math-random@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/randomatic"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz",
  36. "_shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
  37. "_shrinkwrap": null,
  38. "_spec": "math-random@^1.0.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/randomatic",
  40. "author": {
  41. "name": "Michael Rhodes"
  42. },
  43. "browser": "browser.js",
  44. "bugs": {
  45. "url": "https://github.com/michaelrhodes/math-random/issues"
  46. },
  47. "dependencies": {},
  48. "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
  49. "devDependencies": {
  50. "array-unique": "~0.2.1",
  51. "tape": "~4.2.2"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
  56. "tarball": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz"
  57. },
  58. "gitHead": "14f9d4cb231e26156e1295d4d55b624dfdb54d3c",
  59. "homepage": "https://github.com/michaelrhodes/math-random",
  60. "keywords": [
  61. "Math.random",
  62. "crypto.getRandomValues"
  63. ],
  64. "license": "MIT",
  65. "main": "node.js",
  66. "maintainers": [
  67. {
  68. "name": "michaelrhodes",
  69. "email": "spam@michaelrhod.es"
  70. }
  71. ],
  72. "name": "math-random",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/michaelrhodes/math-random.git"
  78. },
  79. "scripts": {
  80. "test": "tape test.js"
  81. },
  82. "testling": {
  83. "files": "test.js"
  84. },
  85. "version": "1.0.1"
  86. }