UNPKG

opening_hours

Version:

Library to parse and process opening_hours tag from OpenStreetMap data

88 lines (87 loc) 2.52 kB
{ "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.8.0", "homepage": "https://github.com/opening-hours/opening_hours.js", "author": "Dmitry Marakasov <amdmi3@amdmi3.ru>", "maintainers": [ "Robin Schneider <ypid@riseup.net>" ], "repository": { "type": "git", "url": "https://github.com/opening-hours/opening_hours.js" }, "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", "eslint": "eslint src/**/*.js types/*.d.ts", "osm-tag-data-check": "make osm-tag-data-check", "benchmark": "make benchmark", "interactive_testing": "make run-interactive_testing", "regex_search": "make run-regex_search", "_postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "readme": "doctoc README.md --title \"## Table of Contents\"", "check-updates": " npm-check-updates --reject colors --upgrade" }, "dependencies": { "i18next": "^21.8.3", "i18next-browser-languagedetector": "^6.1.4", "suncalc": "^1.9.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-yaml": "^3.1.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "assert": "^2.0.0", "colors": "^0.6.2", "country-language": "^0.1.7", "doctoc": "^2.2.0", "esbuild": "^0.14.39", "eslint": "^8.15.0", "full-icu": "^1.4.0", "glob": "^8.0.3", "https": "^1.0.0", "husky": "^8.0.1", "js-yaml": "^4.1.0", "line-reader": "^0.4.0", "npm-check-updates": "^13.0.1", "optimist": "^0.6.1", "package-json-validator": "^0.6.3", "pinst": "^3.0.0", "rollup": "^2.73.0", "sprintf-js": "1.1.2", "terser": "^5.13.1", "timekeeper": "^2.2.0", "typescript": "^4.6.4" }, "engines": { "node": ">=10.0.0" } }