124 lines
No EOL
4.4 KiB
JSON
124 lines
No EOL
4.4 KiB
JSON
{
|
|
"name": "name-suggestion-index",
|
|
"version": "4.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"repository": "github:osmlab/name-suggestion-index",
|
|
"contributors": [
|
|
"Adamant36 (https://github.com/Adamant36)",
|
|
"Andrew Harvey <andrew@alantgeo.com.au> (https://github.com/andrewharvey)",
|
|
"ArenaL5 (https://github.com/ArenaL5)",
|
|
"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)",
|
|
"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)",
|
|
"Karthoo (https://github.com/Karthoo)",
|
|
"kjonosm (https://github.com/kjonosm)",
|
|
"Malcolm Smith (https://github.com/mds08011)",
|
|
"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)",
|
|
"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)",
|
|
"Héctor Ochoa Ortiz (https://github.com/Robot8A)",
|
|
"SilentSpike (https://github.com/SilentSpike)",
|
|
"sinclarius (https://github.com/sinclarius)",
|
|
"Tim Smith <tsmith@chef.io> (https://github.com/tas50)",
|
|
"tohaklim (https://github.com/tohaklim)",
|
|
"UKChris-osm (https://github.com/UKChris-osm)",
|
|
"xeluna (https://github.com/xeluna)"
|
|
],
|
|
"description": "Canonical common brand names for OpenStreetMap",
|
|
"homepage": "https://nsi.guide",
|
|
"keywords": [
|
|
"brands",
|
|
"canonicalization",
|
|
"flags",
|
|
"franchises",
|
|
"javascript",
|
|
"names",
|
|
"OpenStreetMap",
|
|
"operators",
|
|
"OSM",
|
|
"routes",
|
|
"transit",
|
|
"wikidata"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "index.mjs",
|
|
"scripts": {
|
|
"all": "run-s build dist",
|
|
"appbuild": "npm run docbuild",
|
|
"dist": "node scripts/build_dist.js && rollup -c",
|
|
"docbuild": "parcel build ./app/index.html --no-source-maps --no-content-hash --no-minify --public-url ./ --out-dir docs",
|
|
"build": "run-s build:features build:index",
|
|
"build:features": "node scripts/build_features.js",
|
|
"build:index": "node scripts/build_index.js",
|
|
"jest": "jest --coverage",
|
|
"lint": "eslint scripts/*.js lib/*.js",
|
|
"logos": "node scripts/build_wikidata",
|
|
"test": "run-s lint build jest",
|
|
"validate": "node scripts/validate.js",
|
|
"wikicheck": "node scripts/check_wikiTags.js",
|
|
"wikidata": "node scripts/build_wikidata.js"
|
|
},
|
|
"dependencies": {
|
|
"diacritics": "^1.3.0",
|
|
"which-polygon": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.2",
|
|
"@babel/preset-react": "^7.10.1",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.19",
|
|
"@fortawesome/free-brands-svg-icons": "^5.9.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.9.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
"@ideditor/location-conflation": "0.6.0",
|
|
"@openstreetmap/id-tagging-schema": "~3.0.0",
|
|
"@rollup/plugin-commonjs": "^17.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^11.0.0",
|
|
"clear": "^0.1.0",
|
|
"colors": "^1.1.2",
|
|
"eslint": "^7.2.0",
|
|
"fs-extra": "^9.0.1",
|
|
"geojson-precision": "^1.0.0",
|
|
"geojson-rewind": "^0.3.1",
|
|
"glob": "^7.1.4",
|
|
"jest": "^26.6.3",
|
|
"json-stringify-pretty-compact": "^2.0.0",
|
|
"json5": "^2.1.3",
|
|
"jsonschema": "^1.2.5",
|
|
"node-fetch": "^2.2.0",
|
|
"npm-run-all": "^4.0.0",
|
|
"parcel-bundler": "^1.12.4",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"rollup": "^2.25.0",
|
|
"shelljs": "^0.8.0",
|
|
"whatwg-fetch": "^3.0.0",
|
|
"xmlbuilder2": "^2.1.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"twitter": "^1.7.1",
|
|
"wikibase-edit": "^4.7.3",
|
|
"wikibase-sdk": "^7.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-react"
|
|
]
|
|
}
|
|
} |