This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

38
resources/app/node_modules/fecha/package.json generated vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "fecha",
"version": "4.2.3",
"description": "Date formatting and parsing",
"main": "lib/fecha.umd.js",
"module": "lib/fecha.js",
"repository": {
"type": "git",
"url": "https://taylorhakes@github.com/taylorhakes/fecha.git"
},
"author": "Taylor Hakes",
"license": "MIT",
"homepage": "https://github.com/taylorhakes/fecha",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"nyc": "^15.0.0",
"painless": "^0.9.7",
"prettier": "1.19.1",
"rollup": "^0.59.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^3.0.0",
"source-map-support": "^0.5.16",
"ts-node": "^8.5.4",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
},
"files": [
"lib",
"dist",
"src"
],
"types": "lib/fecha.d.ts"
}