package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "math-random@1.0.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "math-random@1.0.1",
  10. "_id": "math-random@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-izqsWIuKZuSXXjzepn97sylgH6w=",
  13. "_location": "/math-random",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "math-random@1.0.1",
  19. "name": "math-random",
  20. "escapedName": "math-random",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/randomatic"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Michael Rhodes"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/michaelrhodes/math-random/issues"
  37. },
  38. "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
  39. "devDependencies": {
  40. "array-unique": "~0.2.1",
  41. "tape": "~4.2.2"
  42. },
  43. "homepage": "https://github.com/michaelrhodes/math-random",
  44. "keywords": [
  45. "Math.random",
  46. "crypto.getRandomValues"
  47. ],
  48. "license": "MIT",
  49. "main": "node.js",
  50. "name": "math-random",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/michaelrhodes/math-random.git"
  54. },
  55. "scripts": {
  56. "test": "tape test.js"
  57. },
  58. "testling": {
  59. "files": "test.js"
  60. },
  61. "version": "1.0.1"
  62. }