package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "math-random@1.0.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "math-random@1.0.4",
  10. "_id": "math-random@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XdaUPJOFSCZwFtTjTwV1gwgMUUw=",
  13. "_location": "/math-random",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "math-random@1.0.4",
  19. "name": "math-random",
  20. "escapedName": "math-random",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/randomatic"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/math-random/download/math-random-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "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.",
  39. "devDependencies": {
  40. "array-unique": "~0.2.1",
  41. "dexy": "github:michaelrhodes/dexy#1.0.1"
  42. },
  43. "homepage": "https://github.com/michaelrhodes/math-random#readme",
  44. "license": "MIT",
  45. "main": "node.js",
  46. "name": "math-random",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/michaelrhodes/math-random.git"
  50. },
  51. "scripts": {
  52. "test": "dexy test.js"
  53. },
  54. "version": "1.0.4"
  55. }