package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "math-random@^1.0.1",
  3. "_id": "math-random@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XdaUPJOFSCZwFtTjTwV1gwgMUUw=",
  6. "_location": "/math-random",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "math-random@^1.0.1",
  12. "name": "math-random",
  13. "escapedName": "math-random",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/randomatic"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/math-random/download/math-random-1.0.4.tgz",
  22. "_shasum": "5dd6943c938548267016d4e34f057583080c514c",
  23. "_spec": "math-random@^1.0.1",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\randomatic",
  25. "author": {
  26. "name": "Michael Rhodes"
  27. },
  28. "browser": "browser.js",
  29. "bugs": {
  30. "url": "https://github.com/michaelrhodes/math-random/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.",
  35. "devDependencies": {
  36. "array-unique": "~0.2.1",
  37. "dexy": "github:michaelrhodes/dexy#1.0.1"
  38. },
  39. "homepage": "https://github.com/michaelrhodes/math-random#readme",
  40. "license": "MIT",
  41. "main": "node.js",
  42. "name": "math-random",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/michaelrhodes/math-random.git"
  46. },
  47. "scripts": {
  48. "test": "dexy test.js"
  49. },
  50. "version": "1.0.4"
  51. }