2025-04-23 09:34:08 +08:00

88 lines
1.9 KiB
JSON

{
"_args": [
[
"moment-timezone@0.5.32",
"E:\\new-xy\\xy-server"
]
],
"_from": "moment-timezone@0.5.32",
"_id": "moment-timezone@0.5.32",
"_inBundle": false,
"_integrity": "sha1-23Z3zDzGgP0wMD69kLDaHKDf7MI=",
"_location": "/moment-timezone",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "moment-timezone@0.5.32",
"name": "moment-timezone",
"escapedName": "moment-timezone",
"rawSpec": "0.5.32",
"saveSpec": null,
"fetchSpec": "0.5.32"
},
"_requiredBy": [
"/cron-parser"
],
"_resolved": "https://registry.npm.taobao.org/moment-timezone/download/moment-timezone-0.5.32.tgz",
"_spec": "0.5.32",
"_where": "E:\\new-xy\\xy-server",
"author": {
"name": "Tim Wood",
"email": "washwithcare@gmail.com",
"url": "http://timwoodcreates.com/"
},
"bugs": {
"url": "https://github.com/moment/moment-timezone/issues"
},
"dependencies": {
"moment": ">= 2.9.0"
},
"description": "Parse and display moments in any timezone.",
"devDependencies": {
"grunt": "1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-exec": "^3.0.0",
"typescript": "^3.5.1"
},
"engines": {
"node": "*"
},
"homepage": "http://momentjs.com/timezone/",
"jspm": {
"main": "builds/moment-timezone-with-data",
"shim": {
"moment-timezone": {
"deps": [
"moment"
]
}
}
},
"keywords": [
"moment",
"date",
"time",
"timezone",
"olson",
"iana",
"zone",
"tz"
],
"license": "MIT",
"main": "./index.js",
"name": "moment-timezone",
"repository": {
"type": "git",
"url": "git+https://github.com/moment/moment-timezone.git"
},
"scripts": {
"test": "grunt"
},
"typings": "./index.d.ts",
"version": "0.5.32"
}