package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "moment-timezone@^0.5.25",
  3. "_id": "moment-timezone@0.5.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==",
  6. "_location": "/moment-timezone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "moment-timezone@^0.5.25",
  12. "name": "moment-timezone",
  13. "escapedName": "moment-timezone",
  14. "rawSpec": "^0.5.25",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.25"
  17. },
  18. "_requiredBy": [
  19. "/cron-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.27.tgz",
  22. "_shasum": "73adec8139b6fe30452e78f210f27b1f346b8877",
  23. "_spec": "moment-timezone@^0.5.25",
  24. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/cron-parser",
  25. "author": {
  26. "name": "Tim Wood",
  27. "email": "washwithcare@gmail.com",
  28. "url": "http://timwoodcreates.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/moment/moment-timezone/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "moment": ">= 2.9.0"
  36. },
  37. "deprecated": false,
  38. "description": "Parse and display moments in any timezone.",
  39. "devDependencies": {
  40. "grunt": "^1.0.4",
  41. "grunt-contrib-clean": "^2.0.0",
  42. "grunt-contrib-jshint": "^2.1.0",
  43. "grunt-contrib-nodeunit": "^2.0.0",
  44. "grunt-contrib-uglify": "^4.0.1"
  45. },
  46. "engines": {
  47. "node": "*"
  48. },
  49. "homepage": "http://momentjs.com/timezone/",
  50. "jspm": {
  51. "main": "builds/moment-timezone-with-data",
  52. "shim": {
  53. "moment-timezone": {
  54. "deps": [
  55. "moment"
  56. ]
  57. }
  58. }
  59. },
  60. "keywords": [
  61. "moment",
  62. "date",
  63. "time",
  64. "timezone",
  65. "olson",
  66. "iana",
  67. "zone",
  68. "tz"
  69. ],
  70. "license": "MIT",
  71. "main": "./index.js",
  72. "name": "moment-timezone",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/moment/moment-timezone.git"
  76. },
  77. "scripts": {
  78. "test": "grunt"
  79. },
  80. "version": "0.5.27"
  81. }