package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "moment-timezone@^0.5.31",
  3. "_id": "moment-timezone@0.5.33",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==",
  6. "_location": "/moment-timezone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "moment-timezone@^0.5.31",
  12. "name": "moment-timezone",
  13. "escapedName": "moment-timezone",
  14. "rawSpec": "^0.5.31",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.31"
  17. },
  18. "_requiredBy": [
  19. "/sequelize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz",
  22. "_shasum": "b252fd6bb57f341c9b59a5ab61a8e51a73bbd22c",
  23. "_spec": "moment-timezone@^0.5.31",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/sequelize",
  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. "grunt-exec": "^3.0.0",
  46. "typescript": "^3.5.1"
  47. },
  48. "engines": {
  49. "node": "*"
  50. },
  51. "homepage": "http://momentjs.com/timezone/",
  52. "jspm": {
  53. "main": "builds/moment-timezone-with-data",
  54. "shim": {
  55. "moment-timezone": {
  56. "deps": [
  57. "moment"
  58. ]
  59. }
  60. }
  61. },
  62. "keywords": [
  63. "moment",
  64. "date",
  65. "time",
  66. "timezone",
  67. "olson",
  68. "iana",
  69. "zone",
  70. "tz"
  71. ],
  72. "license": "MIT",
  73. "main": "./index.js",
  74. "name": "moment-timezone",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/moment/moment-timezone.git"
  78. },
  79. "scripts": {
  80. "test": "grunt"
  81. },
  82. "typings": "./index.d.ts",
  83. "version": "0.5.33"
  84. }