UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+6 -55
View File
@@ -1,23 +1,22 @@
{
"name": "date-fns",
"version": "4.1.0",
"version": "4.4.0",
"description": "Modern JavaScript date utility library",
"license": "MIT",
"contributors": [
"Sasha Koss <koss@nocorp.me>",
"Lesha Koss <regiusprod@gmail.com>"
],
"license": "MIT",
"description": "Modern JavaScript date utility library",
"repository": "https://github.com/date-fns/date-fns",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
},
"sideEffects": false,
"browser": "./index",
"type": "module",
"sideEffects": false,
"main": "index.cjs",
"module": "index.js",
"jsdelivr": "./cdn.min.js",
"browser": "./index",
"exports": {
"./package.json": "./package.json",
".": {
@@ -7420,53 +7419,5 @@
"default": "./locale/zh-TW.js"
}
}
},
"scripts": {
"test": "vitest run",
"lint": "eslint .",
"types": "tsc --noEmit",
"locale-snapshots": "env TZ=utc tsx ./scripts/build/localeSnapshots/index.ts",
"stats": "cloc . --exclude-dir=node_modules,lib,examples,tmp,.git --exclude-ext=yaml,yml,json,svg,xml"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.2",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@date-fns/docs": "^0.38.0",
"@date-fns/tz": "^1.0.2",
"@date-fns/utc": "^1.2.0",
"@octokit/core": "^3.2.5",
"@size-limit/esbuild": "^11.0.1",
"@size-limit/file": "^11.0.1",
"@types/bun": "^1.1.9",
"@types/lodash": "^4.14.202",
"@types/node": "^20.14.2",
"@types/sinon": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitest/browser": "^1.3.1",
"@vitest/coverage-v8": "^1.3.1",
"babel-plugin-replace-import-extension": "^1.1.4",
"bun": "^1.1.27",
"cloc": "^2.2.0",
"coveralls": "^3.1.1",
"eslint": "^9.10.0",
"firebase": "^3.7.1",
"fp-ts": "^2.16.2",
"js-fns": "^2.5.1",
"jscodeshift": "^0.15.2",
"lodash": "^4.17.21",
"playwright": "^1.40.1",
"prettier": "^3.1.0",
"simple-git": "^2.35.2",
"sinon": "^7.4.1",
"size-limit": "^11.0.1",
"tsx": "^4.6.1",
"typedoc": "^0.26.7",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "^5.4.5",
"vitest": "^1.3.1"
}
}
}