name-suggestion-index/package.json
2023-05-07 20:30:41 -07:00

145 lines
5.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "name-suggestion-index",
"version": "6.0.20230508",
"license": "BSD-3-Clause",
"repository": "github:osmlab/name-suggestion-index",
"contributors": [
"Adamant36 (https://github.com/Adamant36)",
"afanasovich (https://github.com/afanasovich)",
"Andrew Harvey <andrew@alantgeo.com.au> (https://github.com/andrewharvey)",
"archpdx <archpdx@pm.me> (https://github.com/arch0345)",
"ArenaL5 (https://github.com/ArenaL5)",
"arrival-spring (https://github.com/arrival-spring)",
"Arthur Eigenbrot (https://github.com/eigenbrot)",
"Austin Stevens <austinestevens@outlook.com> (https://github.com/aestevens)",
"Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> (https://github.com/bmillemathias)",
"Bryan Housel <bhousel@gmail.com> (https://github.com/bhousel)",
"Chak Lung Ngan (https://github.com/tommylung)",
"Cj Malone (https://github.com/Cj-Malone)",
"Diego Sangunietti (https://github.com/sguinetti)",
"doublah (https://github.com/doublah)",
"ENT8R <info.ent8r@gmail.com> (https://github.com/ENT8R)",
"Ferdi (https://github.com/Identitaet)",
"Han Chao <hanchao0123@hotmail.com> (https://github.com/hanchao)",
"Héctor Ochoa Ortiz (https://github.com/Robot8A)",
"Karthoo (https://github.com/Karthoo)",
"kjonosm (https://github.com/kjonosm)",
"Kyle Mckay (https://github.com/kymckay)",
"快乐的老鼠宝宝 (https://github.com/LaoshuBaby)",
"m-hue (https://github.com/m-hue)",
"Malcolm Smith (https://github.com/mds08011)",
"Matthew Atlee (https://github.com/codeinabox)",
"Matthijs Melissen <github@matthijsmelissen.nl> (https://github.com/matthijsmelissen)",
"Max Erickson (https://github.com/maxerickson)",
"Michael Lyons (https://github.com/michaelblyons)",
"Minh Nguyễn <mxn@1ec5.org> (https://github.com/1ec5)",
"nuxper (https://github.com/nuxper)",
"Peter Newman (https://github.com/peternewman)",
"Praxis Darian <hello@vulpinecat.com> (https://github.com/good-praxis)",
"Quincy Morgan (https://github.com/quincylvania)",
"Rickey Richards (https://github.com/RickeyRichards)",
"serhii-muchychka <Serhii.Muchychka@gmail.com> (https://github.com/serhii-muchychka)",
"sinclarius (https://github.com/sinclarius)",
"Sky (https://github.com/Dimitar5555)",
"Tim Smith <tsmith@mondoo.com> (https://github.com/tas50)",
"tohaklim (https://github.com/tohaklim)",
"UKChris-osm (https://github.com/UKChris-osm)",
"Wille Marcel <wille.yyz@gmail.com> (https://github.com/willemarcel)",
"xeluna (https://github.com/xeluna)",
"Yağızhan (https://github.com/evrifaessa)"
],
"description": "Canonical common brand names for OpenStreetMap",
"homepage": "https://nsi.guide",
"keywords": [
"brands",
"canonicalization",
"flags",
"franchises",
"javascript",
"names",
"OpenStreetMap",
"operators",
"OSM",
"routes",
"transit",
"wikidata"
],
"files": [
"index.mjs",
"config/",
"dist/",
"lib/",
"schema/"
],
"type": "module",
"main": "./dist/javascript/nsi.cjs",
"module": "./index.mjs",
"exports": {
"import": "./index.mjs",
"require": "./dist/javascript/nsi.cjs",
"dist/*": "./dist/*"
},
"scripts": {
"all": "run-s build dist",
"appbuild": "npm run docbuild",
"dist": "run-s dist:version dist:files dist:javascript",
"dist:files": "node scripts/dist_files.js",
"dist:javascript": "run-p dist:browser dist:cjs",
"dist:browser": "esbuild ./index.mjs --platform=browser --format=iife --global-name=nsi --bundle --sourcemap --outfile=./dist/javascript/nsi.iife.js",
"dist:cjs": "esbuild ./index.mjs --platform=node --format=cjs --bundle --sourcemap --outfile=./dist/javascript/nsi.cjs",
"dist:version": "node scripts/dist_version.js",
"docbuild": "esbuild ./app/src/index.jsx --platform=browser --target=es2019 --format=iife --global-name=nsiguide --bundle --minify --sourcemap --outfile=./docs/index.js",
"build": "run-s build:features build:index",
"build:features": "node scripts/build_features.js",
"build:index": "node scripts/build_index.js",
"tap": "c8 tap --reporter terse --no-cov tests/*.js",
"lint": "eslint scripts/*.js lib/*.js",
"test": "run-s build tap",
"validate": "node scripts/validate.js",
"wikidata": "node scripts/build_wikidata.js"
},
"dependencies": {
"diacritics": "^1.3.0",
"which-polygon": "^2.2.1"
},
"devDependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ideditor/nsi-collector": "^1.0.20230424",
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/geojson-rewind": "^0.5.2",
"@openstreetmap/id-tagging-schema": "~6.1.0",
"@rapideditor/location-conflation": "~1.2.0",
"c8": "^7.13.0",
"chalk": "5.2.0",
"clear": "^0.1.0",
"esbuild": "^0.17.18",
"eslint": "^8.39.0",
"fs-extra": "^11.1.1",
"geojson-bounds": "^1.0.2",
"geojson-precision": "^1.0.0",
"glob": "^10.2.2",
"json5": "^2.2.3",
"jsonschema": "^1.4.1",
"locale-compare": "^2.0.0",
"node-fetch": "^3.3.1",
"npm-run-all": "^4.1.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.11",
"safe-regex": "^2.1.1",
"shelljs": "^0.8.5",
"tap": "^16.3.4",
"whatwg-fetch": "^3.6.2",
"wikibase-edit": "^5.3.3",
"wikibase-sdk": "^9.1.0",
"xmlbuilder2": "^3.1.0"
},
"engines": {
"node": ">=16.14"
}
}