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

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "date-arithmetic@4.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "date-arithmetic@4.1.0",
  9. "_id": "date-arithmetic@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg==",
  12. "_location": "/date-arithmetic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "date-arithmetic@4.1.0",
  18. "name": "date-arithmetic",
  19. "escapedName": "date-arithmetic",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/react-big-calendar"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/date-arithmetic/-/date-arithmetic-4.1.0.tgz",
  28. "_spec": "4.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jason Quense @monasticpanic"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jquense/date-math/issues"
  35. },
  36. "description": "simple date math util",
  37. "devDependencies": {
  38. "esm": "^3.2.25",
  39. "rollup": "^1.14.4"
  40. },
  41. "homepage": "https://github.com/jquense/date-math",
  42. "keywords": [
  43. "moment",
  44. "date",
  45. "math"
  46. ],
  47. "license": "MIT",
  48. "main": "index.cjs.js",
  49. "module": "index.js",
  50. "name": "date-arithmetic",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/jquense/date-math.git"
  54. },
  55. "scripts": {
  56. "prepublishOnly": "rollup --input index.js --file index.cjs.js --format cjs",
  57. "test": "node -r esm test.js"
  58. },
  59. "version": "4.1.0"
  60. }