opening_hours
Advanced tools
Comparing version
{ | ||
"name": "opening_hours", | ||
"main": "build/opening_hours.js", | ||
"typings": "./types/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"description": "Library to parse and process opening_hours tag from OpenStreetMap data", | ||
"version": "3.6.0", | ||
"version": "3.8.0-dev", | ||
"homepage": "https://github.com/opening-hours/opening_hours.js", | ||
@@ -27,3 +29,4 @@ "author": "Dmitry Marakasov <amdmi3@amdmi3.ru>", | ||
"site/js/", | ||
"src/locales/core.js" | ||
"src/locales/core.js", | ||
"types/index.d.ts" | ||
], | ||
@@ -37,3 +40,3 @@ "directories": { | ||
"test": "make check-full", | ||
"eslint": "eslint ./src/index.js", | ||
"eslint": "eslint src/**/*.js types/*.d.ts", | ||
"osm-tag-data-check": "make osm-tag-data-check", | ||
@@ -50,31 +53,34 @@ "benchmark": "make benchmark", | ||
"dependencies": { | ||
"i18next": "^20.2.1", | ||
"i18next-browser-languagedetector": "^6.1.0", | ||
"i18next": "^20.3.4", | ||
"i18next-browser-languagedetector": "^6.1.2", | ||
"suncalc": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-commonjs": "^19.0.1", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"@rollup/plugin-node-resolve": "^13.0.3", | ||
"@rollup/plugin-yaml": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"assert": "^2.0.0", | ||
"colors": "^0.6.2", | ||
"country-language": "^0.1.7", | ||
"doctoc": "^2.0.0", | ||
"esbuild": "^0.11.14", | ||
"eslint": "^7.25.0", | ||
"doctoc": "^2.0.1", | ||
"esbuild": "^0.12.15", | ||
"eslint": "^7.31.0", | ||
"full-icu": "^1.3.4", | ||
"glob": "^7.1.6", | ||
"glob": "^7.1.7", | ||
"https": "^1.0.0", | ||
"husky": "^6.0.0", | ||
"husky": "^7.0.1", | ||
"js-yaml": "^4.1.0", | ||
"line-reader": "^0.4.0", | ||
"npm-check-updates": "^11.5.1", | ||
"npm-check-updates": "^11.8.3", | ||
"optimist": "^0.6.1", | ||
"package-json-validator": "^0.6.3", | ||
"pinst": "^2.1.6", | ||
"rollup": "^2.45.2", | ||
"rollup": "^2.53.3", | ||
"sprintf-js": "1.1.2", | ||
"terser": "^5.6.1", | ||
"timekeeper": "^2.2.0" | ||
"terser": "^5.7.1", | ||
"timekeeper": "^2.2.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -81,0 +87,0 @@ "engines": { |
@@ -626,3 +626,3 @@ <!-- | ||
- If your country or state is missing or wrong you can [add it][ohlib.contribute.holidays] or open an [issue][issue-report] (and point to a definition of the holidays). | ||
- If your country or state is missing or wrong you can [add it][ohlib.contribute.holidays]. Please note that issues for missing or wrong holidays cannot be handled. There are just to many countries for them to be handled by one spare time maintainer. See also [issue #300](https://github.com/opening-hours/opening_hours.js/issues/300). | ||
@@ -913,3 +913,3 @@ ### Month ranges | ||
[ohlib.holidays]: #holidays | ||
[ohlib.contribute.holidays]: #holidays-1 | ||
[ohlib.contribute.holidays]: /src/holidays/ | ||
[ohlib.evaluation-tool]: #evaluation-tool | ||
@@ -934,3 +934,3 @@ [ohlib.library-api]: #library-api | ||
[ph-ca]: https://en.wikipedia.org/wiki/Public_holidays_in_Canada | ||
[ph-ch]: https://www.bj.admin.ch/dam/data/bj/publiservice/service/zivilprozessrecht/kant-feiertage.pdf | ||
[ph-ch]: https://www.bj.admin.ch/dam/bj/de/data/publiservice/service/zivilprozessrecht/kant-feiertage.pdf.download.pdf/kant-feiertage.pdf | ||
[ph-ci]: https://fr.wikipedia.org/wiki/Jour_f%C3%A9ri%C3%A9#_C%C3%B4te_d%27Ivoire | ||
@@ -937,0 +937,0 @@ [ph-cz]: https://en.wikipedia.org/wiki/Public_holidays_in_the_Czech_Republic |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
932510
0.37%16
6.67%23348
0.39%27
12.5%1
Infinity%1
Infinity%Updated