package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "js-calendar@1.2.3",
  5. "E:\\item\\newItem\\admin"
  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. "/iview",
  26. "/view-design"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/js-calendar/-/js-calendar-1.2.3.tgz",
  29. "_spec": "1.2.3",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Sergio Crisostomo"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/SergioCrisostomo/js-calendar/issues"
  36. },
  37. "dependencies": {},
  38. "description": "JavaScript calendar days generator",
  39. "devDependencies": {
  40. "mocha": "^2.3.3",
  41. "webpack": "^2.3.2"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/SergioCrisostomo/js-calendar#readme",
  47. "license": "ISC",
  48. "main": "index.js",
  49. "name": "js-calendar",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/SergioCrisostomo/js-calendar.git"
  53. },
  54. "scripts": {
  55. "build": "webpack",
  56. "test": "mocha test/test"
  57. },
  58. "version": "1.2.3"
  59. }