164 lines
5.5 KiB
JSON
164 lines
5.5 KiB
JSON
|
{
|
||
|
"_from": "date-fns-tz@^1.0.12",
|
||
|
"_id": "date-fns-tz@1.3.8",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==",
|
||
|
"_location": "/date-fns-tz",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "date-fns-tz@^1.0.12",
|
||
|
"name": "date-fns-tz",
|
||
|
"escapedName": "date-fns-tz",
|
||
|
"rawSpec": "^1.0.12",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.12"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/v-calendar"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz",
|
||
|
"_shasum": "083e3a4e1f19b7857fa0c18deea6c2bc46ded7b9",
|
||
|
"_spec": "date-fns-tz@^1.0.12",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\v-calendar",
|
||
|
"author": {
|
||
|
"name": "Marnus Weststrate",
|
||
|
"email": "marnusw@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/marnusw/date-fns-tz/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Time zone support for date-fns v2 with the Intl API",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.15.4",
|
||
|
"@babel/core": "^7.15.5",
|
||
|
"@babel/node": "^7.15.4",
|
||
|
"@babel/plugin-transform-arrow-functions": "^7.14.5",
|
||
|
"@babel/plugin-transform-block-scoping": "^7.15.3",
|
||
|
"@babel/plugin-transform-destructuring": "^7.14.7",
|
||
|
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
|
||
|
"@babel/plugin-transform-parameters": "^7.4.4",
|
||
|
"@babel/plugin-transform-template-literals": "^7.4.4",
|
||
|
"@typescript-eslint/eslint-plugin": "^4.31.0",
|
||
|
"@typescript-eslint/parser": "^4.31.0",
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"babel-plugin-add-module-exports": "^1.0.4",
|
||
|
"babel-preset-power-assert": "^3.0.0",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"date-fns": "^2.23.0",
|
||
|
"eslint": "^7.11.0",
|
||
|
"eslint-config-prettier": "^7.2.0",
|
||
|
"flow-bin": "^0.143.1",
|
||
|
"fs-promise": "^2.0.3",
|
||
|
"husky": "^4.3.0",
|
||
|
"jsdoc-to-markdown": "^7.0.1",
|
||
|
"json-loader": "^0.5.7",
|
||
|
"karma": "^3.1.4",
|
||
|
"karma-benchmark": "^1.0.4",
|
||
|
"karma-benchmark-reporter": "^0.1.1",
|
||
|
"karma-chrome-launcher": "2.2",
|
||
|
"karma-cli": "^1.0.1",
|
||
|
"karma-mocha": "^1.3.0",
|
||
|
"karma-mocha-reporter": "^2.2.5",
|
||
|
"karma-phantomjs-launcher": "^1.0.4",
|
||
|
"karma-sourcemap-loader": "^0.3.5",
|
||
|
"karma-webpack": "^4.0.2",
|
||
|
"lint-staged": "^10.4.0",
|
||
|
"lodash": "^4.17.15",
|
||
|
"lodash.clonedeep": "^4.5.0",
|
||
|
"mocha": "^6.2.1",
|
||
|
"power-assert": "^1.6.1",
|
||
|
"prettier": "^2.2.1",
|
||
|
"typescript": "^4.1.3",
|
||
|
"webpack": "^4.41.1",
|
||
|
"webpack-cli": "^3.1.2"
|
||
|
},
|
||
|
"engine": {
|
||
|
"node": ">= 0.11"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": "./index.js",
|
||
|
"./package.json": "./package.json",
|
||
|
"./format": "./format/index.js",
|
||
|
"./formatInTimeZone": "./formatInTimeZone/index.js",
|
||
|
"./getTimezoneOffset": "./getTimezoneOffset/index.js",
|
||
|
"./toDate": "./toDate/index.js",
|
||
|
"./utcToZonedTime": "./utcToZonedTime/index.js",
|
||
|
"./zonedTimeToUtc": "./zonedTimeToUtc/index.js",
|
||
|
"./fp": "./fp/index.js",
|
||
|
"./fp/format": "./fp/format/index.js",
|
||
|
"./fp/formatInTimeZone": "./fp/formatInTimeZone/index.js",
|
||
|
"./fp/getTimezoneOffset": "./fp/getTimezoneOffset/index.js",
|
||
|
"./fp/toDate": "./fp/toDate/index.js",
|
||
|
"./fp/utcToZonedTime": "./fp/utcToZonedTime/index.js",
|
||
|
"./fp/zonedTimeToUtc": "./fp/zonedTimeToUtc/index.js",
|
||
|
"./esm": "./esm/index.js",
|
||
|
"./esm/format": "./esm/format/index.js",
|
||
|
"./esm/formatInTimeZone": "./esm/formatInTimeZone/index.js",
|
||
|
"./esm/getTimezoneOffset": "./esm/getTimezoneOffset/index.js",
|
||
|
"./esm/toDate": "./esm/toDate/index.js",
|
||
|
"./esm/utcToZonedTime": "./esm/utcToZonedTime/index.js",
|
||
|
"./esm/zonedTimeToUtc": "./esm/zonedTimeToUtc/index.js",
|
||
|
"./esm/fp": "./esm/fp/index.js",
|
||
|
"./esm/fp/format": "./esm/fp/format/index.js",
|
||
|
"./esm/fp/formatInTimeZone": "./esm/fp/formatInTimeZone/index.js",
|
||
|
"./esm/fp/getTimezoneOffset": "./esm/fp/getTimezoneOffset/index.js",
|
||
|
"./esm/fp/toDate": "./esm/fp/toDate/index.js",
|
||
|
"./esm/fp/utcToZonedTime": "./esm/fp/utcToZonedTime/index.js",
|
||
|
"./esm/fp/zonedTimeToUtc": "./esm/fp/zonedTimeToUtc/index.js"
|
||
|
},
|
||
|
"homepage": "https://github.com/marnusw/date-fns-tz#readme",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
}
|
||
|
},
|
||
|
"keywords": [
|
||
|
"date-fns",
|
||
|
"timezone",
|
||
|
"time zone",
|
||
|
"date",
|
||
|
"time",
|
||
|
"parse",
|
||
|
"format",
|
||
|
"immutable"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"lint-staged": {
|
||
|
"*.js": [
|
||
|
"eslint"
|
||
|
],
|
||
|
"*.{js,json,md,ts}": [
|
||
|
"prettier --write"
|
||
|
]
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"module": "esm/index.js",
|
||
|
"name": "date-fns-tz",
|
||
|
"peerDependencies": {
|
||
|
"date-fns": ">=2.0.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/marnusw/date-fns-tz.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "./scripts/build/build.sh",
|
||
|
"clean": "rm -rf tmp/package && rm tmp/docs.json",
|
||
|
"lint": "eslint .",
|
||
|
"lint-types": "eslint --config=.ts-eslintrc.js typings.d.ts",
|
||
|
"package": "./scripts/build/package.sh",
|
||
|
"prettier": "prettier . --write",
|
||
|
"test": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" karma start config/karma.js",
|
||
|
"test:watch": "cross-env TEST_WATCH=true NODE_OPTIONS=\"--openssl-legacy-provider\" karma start config/karma.js"
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"type": "commonjs",
|
||
|
"types": "typings.d.ts",
|
||
|
"version": "1.3.8"
|
||
|
}
|