package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "js-calendar@1.2.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "js-calendar@1.2.3",
  9. "_id": "js-calendar@1.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-dAA1/Zbp4+c5E+ARCVTIuKepXsNLzSYfzvOimiYD4S5eeP9QuplSHLcdhfqFSwyM1o1u6ku6RRRCyaZ0YAjiBw==",
  12. "_location": "/js-calendar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "js-calendar@1.2.3",
  18. "name": "js-calendar",
  19. "escapedName": "js-calendar",
  20. "rawSpec": "1.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.3"
  23. },
  24. "_requiredBy": [
  25. "/view-design"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/js-calendar/-/js-calendar-1.2.3.tgz",
  28. "_spec": "1.2.3",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Sergio Crisostomo"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/SergioCrisostomo/js-calendar/issues"
  35. },
  36. "dependencies": {},
  37. "description": "JavaScript calendar days generator",
  38. "devDependencies": {
  39. "mocha": "^2.3.3",
  40. "webpack": "^2.3.2"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/SergioCrisostomo/js-calendar#readme",
  46. "license": "ISC",
  47. "main": "index.js",
  48. "name": "js-calendar",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/SergioCrisostomo/js-calendar.git"
  52. },
  53. "scripts": {
  54. "build": "webpack",
  55. "test": "mocha test/test"
  56. },
  57. "version": "1.2.3"
  58. }