mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.0 KiB
86 lines
2.0 KiB
{
|
|
"name": "@date-fns/utc",
|
|
"version": "2.1.1",
|
|
"description": "UTC date utils",
|
|
"type": "module",
|
|
"main": "index.cjs",
|
|
"module": "index.js",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"require": {
|
|
"types": "./index.d.cts",
|
|
"default": "./index.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"./date": {
|
|
"require": {
|
|
"types": "./date/index.d.cts",
|
|
"default": "./date/index.cjs"
|
|
},
|
|
"import": {
|
|
"default": "./date/index.js"
|
|
}
|
|
},
|
|
"./date/mini": {
|
|
"require": {
|
|
"types": "./date/mini.d.cts",
|
|
"default": "./date/mini.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./date/mini.d.ts",
|
|
"default": "./date/mini.js"
|
|
}
|
|
},
|
|
"./utc": {
|
|
"require": {
|
|
"types": "./utc/index.d.cts",
|
|
"default": "./utc/index.cjs"
|
|
},
|
|
"import": {
|
|
"types": "./utc/index.d.ts",
|
|
"default": "./utc/index.js"
|
|
}
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/date-fns/utc.git"
|
|
},
|
|
"keywords": [
|
|
"date-fns",
|
|
"Date",
|
|
"UTC",
|
|
"Time zones"
|
|
],
|
|
"author": "Sasha Koss <koss@nocorp.me>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/date-fns/utc/issues"
|
|
},
|
|
"homepage": "https://github.com/date-fns/utc#readme",
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "^0.16.2",
|
|
"@babel/cli": "^7.24.1",
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
|
|
"@babel/preset-env": "^7.24.4",
|
|
"@babel/preset-typescript": "^7.24.1",
|
|
"@parcel/watcher": "^2.4.1",
|
|
"@sinonjs/fake-timers": "^13.0.1",
|
|
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
"babel-plugin-replace-import-extension": "^1.1.4",
|
|
"glob": "^11.0.0",
|
|
"minimatch": "^10.0.1",
|
|
"typescript": "^5.6.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"scripts": {
|
|
"test": "env TZ=Asia/Kolkata vitest",
|
|
"build": "make build"
|
|
}
|
|
}
|