Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "math-random@1.0.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "math-random@1.0.4",
  9. "_id": "math-random@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==",
  12. "_location": "/math-random",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "math-random@1.0.4",
  18. "name": "math-random",
  19. "escapedName": "math-random",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/randomatic"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Michael Rhodes"
  32. },
  33. "browser": "browser.js",
  34. "bugs": {
  35. "url": "https://github.com/michaelrhodes/math-random/issues"
  36. },
  37. "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.",
  38. "devDependencies": {
  39. "array-unique": "~0.2.1",
  40. "dexy": "github:michaelrhodes/dexy#1.0.1"
  41. },
  42. "homepage": "https://github.com/michaelrhodes/math-random#readme",
  43. "license": "MIT",
  44. "main": "node.js",
  45. "name": "math-random",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/michaelrhodes/math-random.git"
  49. },
  50. "scripts": {
  51. "test": "dexy test.js"
  52. },
  53. "version": "1.0.4"
  54. }