UEA-PRODEM
This commit is contained in:
+20
-45
@@ -1,9 +1,26 @@
|
||||
{
|
||||
"name": "@date-fns/tz",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"description": "date-fns timezone utils",
|
||||
"keywords": [
|
||||
"date",
|
||||
"date-fns",
|
||||
"datetime",
|
||||
"time",
|
||||
"timezones",
|
||||
"tz"
|
||||
],
|
||||
"homepage": "https://github.com/date-fns/date-fns#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/date-fns/date-fns/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Sasha Koss <koss@nocorp.me>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/date-fns/date-fns.git"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "index.cjs",
|
||||
"module": "index.js",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
@@ -88,47 +105,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/date-fns/tz.git"
|
||||
},
|
||||
"keywords": [
|
||||
"date-fns",
|
||||
"tz",
|
||||
"timezones",
|
||||
"date",
|
||||
"time",
|
||||
"datetime"
|
||||
],
|
||||
"author": "Sasha Koss <koss@nocorp.me>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/date-fns/tz/issues"
|
||||
},
|
||||
"homepage": "https://github.com/date-fns/tz#readme",
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/cli": "^0.18.2",
|
||||
"@babel/cli": "^7.28.0",
|
||||
"@babel/core": "^7.28.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
||||
"@babel/preset-env": "^7.28.0",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@parcel/watcher": "^2.4.1",
|
||||
"@sinonjs/fake-timers": "^11.2.2",
|
||||
"@swc/core": "^1.4.13",
|
||||
"@types/sinonjs__fake-timers": "^8.1.5",
|
||||
"babel-plugin-replace-import-extension": "^1.1.5",
|
||||
"bytes-iec": "^3.1.1",
|
||||
"date-fns": "4.0.0-alpha.1",
|
||||
"glob": "^10.3.12",
|
||||
"minimatch": "^10.0.1",
|
||||
"picocolors": "^1.0.0",
|
||||
"prettier": "^3.6.2",
|
||||
"tinybench": "^2.7.0",
|
||||
"typescript": "5.9.2",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest run"
|
||||
}
|
||||
"main": "index.cjs"
|
||||
}
|
||||
Reference in New Issue
Block a user