package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "moment-mini@2.24.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "moment-mini@2.24.0",
  9. "_id": "moment-mini@2.24.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ==",
  12. "_location": "/moment-mini",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moment-mini@2.24.0",
  18. "name": "moment-mini",
  19. "escapedName": "moment-mini",
  20. "rawSpec": "2.24.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.24.0"
  23. },
  24. "_requiredBy": [
  25. "/mermaid"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/moment-mini/-/moment-mini-2.24.0.tgz",
  28. "_spec": "2.24.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Tim Wood, Iskren Chernev, Moment.js contributors"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ksloan/moment-mini/issues"
  35. },
  36. "description": "Parse, validate, manipulate, and display dates",
  37. "homepage": "https://github.com/ksloan/moment-mini#readme",
  38. "keywords": [
  39. "moment",
  40. "date",
  41. "time",
  42. "parse",
  43. "format",
  44. "validate",
  45. "i18n",
  46. "l10n",
  47. "ender"
  48. ],
  49. "license": "MIT",
  50. "main": "moment.min.js",
  51. "name": "moment-mini",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/ksloan/moment-mini.git"
  55. },
  56. "scripts": {
  57. "test": "echo \"Error: no test specified\" && exit 1"
  58. },
  59. "typings": "moment.d.ts",
  60. "version": "2.24.0"
  61. }