Files
BeWoPlaner/BeWoPlanerMobil/node_modules/cldr/package.json
Lyndon Jetten 88fd24f3a9 MoK:
- Bug beim Übernehmen eines Termins in die Zeiterfassung, wenn man Stunden als Zeiteinheit ausgewählt hatte, behoben.
- Berichte und Mitarbeiterstundenkonto eingebaut
- Node-Module optimiert (sehr viele gelöscht)
2023-05-15 11:54:13 +02:00

83 lines
2.1 KiB
JSON

{
"name": "cldr",
"version": "7.4.0",
"description": "Library for extracting data from CLDR (the Unicode Common Locale Data Repository)",
"main": "lib/cldr.js",
"scripts": {
"test": "mocha --check-leaks",
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"preversion": "npm test",
"test:ci": "npm run coverage",
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -x lib/cldrPluralRuleTermFunctionByName.js -- npm test && echo google-chrome coverage/lcov-report/index.html",
"version": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git://github.com/papandreou/node-cldr.git"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.0",
"escodegen": "^2.0.0",
"esprima": "^4.0.1",
"memoizeasync": "^1.1.0",
"passerror": "^1.1.1",
"pegjs": "^0.10.0",
"seq": "^0.3.5",
"unicoderegexp": "^0.4.1",
"xpath": "^0.0.32"
},
"devDependencies": {
"coveralls": "^3.0.6",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": "^10.0.1",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.3.0",
"nyc": "^15.0.0",
"offline-github-changelog": "^2.0.0",
"prettier": "~2.5.0",
"sinon": "^12.0.1",
"unexpected": "^12.0.0",
"unexpected-function-equality": "^3.0.0"
},
"keywords": [
"locale",
"i18n",
"cldr",
"l10n",
"internationalization",
"localization",
"date",
"time",
"interval",
"format",
"formats",
"pattern",
"patterns",
"plural",
"plurals",
"number",
"country",
"territory",
"time",
"zone",
"timezone",
"currency",
"script",
"list",
"units"
],
"author": "Andreas Lind <andreaslindpetersen@gmail.com>",
"license": "BSD-3-Clause",
"nyc": {
"include": [
"lib/**"
]
}
}