opening_hours
Version:
Library to parse and process opening_hours tag from OpenStreetMap data
100 lines (99 loc) • 2.81 kB
JSON
{
"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.9.0",
"homepage": "https://github.com/opening-hours/opening_hours.js",
"author": "Dmitry Marakasov <amdmi3@amdmi3.ru>",
"maintainers": [
"Robin Schneider <ypid@riseup.net>"
],
"contributors": [
"https://github.com/opening-hours/opening_hours.js/graphs/contributors"
],
"repository": {
"type": "git",
"url": "git+https://github.com/opening-hours/opening_hours.js.git"
},
"bugs": "https://github.com/opening-hours/opening_hours.js/issues?state=open",
"keywords": [
"openstreetmap",
"OSM",
"opening_hours"
],
"license": "LGPL-3.0-only",
"files": [
"Makefile",
"CHANGELOG.rst",
"LICENSES/",
"site/js/",
"src/locales/core.js",
"types/index.d.ts"
],
"directories": {
"doc": "./docs/"
},
"scripts": {
"build": "make build",
"test-quick": "make check",
"test": "make check-full",
"lint": "eslint",
"lint:fix": "eslint --fix",
"osm-tag-data-check": "make osm-tag-data-check",
"benchmark": "make benchmark",
"interactive_testing": "make run-interactive_testing",
"regex_search": "make run-regex_search",
"prepare": "husky",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"readme": "doctoc README.md --title \"## Table of Contents\"",
"check-updates": "npm-check-updates --reject colors --upgrade"
},
"dependencies": {
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"suncalc": "^1.9.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-yaml": "^4.1.2",
"colors": "^1.4.0",
"commit-and-tag-version": "^12.5.1",
"commitizen": "^4.3.1",
"country-language": "^0.1.7",
"cz-conventional-changelog": "^3.3.0",
"doctoc": "^2.2.1",
"eslint": "^9.24.0",
"full-icu": "^1.5.0",
"glob": "^11.0.1",
"globals": "^16.0.0",
"husky": "^9.1.7",
"line-reader": "^0.4.0",
"moment": "^2.30.1",
"npm-check-updates": "^17.1.16",
"optimist": "^0.6.1",
"package-json-validator": "^0.10.1",
"pinst": "^3.0.0",
"rollup": "^4.39.0",
"sprintf-js": "1.1.3",
"terser": "^5.39.0",
"timekeeper": "^2.3.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0",
"yaml": "^2.7.1"
},
"engines": {
"node": ">=12"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}