forked from osmlab/name-suggestion-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 5.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "name-suggestion-index",
"version": "6.0.20220926",
"license": "BSD-3-Clause",
"repository": "github:osmlab/name-suggestion-index",
"contributors": [
"Adamant36 (https://github.com/Adamant36)",
"afanasovich (https://github.com/afanasovich)",
"Andrew Harvey <[email protected]> (https://github.com/andrewharvey)",
"archpdx <[email protected]> (https://github.com/arch0345)",
"ArenaL5 (https://github.com/ArenaL5)",
"Arthur Eigenbrot (https://github.com/eigenbrot)",
"Austin Stevens <[email protected]> (https://github.com/aestevens)",
"Baptiste Mille-Mathias <[email protected]> (https://github.com/bmillemathias)",
"Bryan Housel <[email protected]> (https://github.com/bhousel)",
"Chak Lung Ngan (https://github.com/tommylung)",
"Diego Sangunietti (https://github.com/sguinetti)",
"doublah (https://github.com/doublah)",
"ENT8R <[email protected]> (https://github.com/ENT8R)",
"Ferdi (https://github.com/Identitaet)",
"Han Chao <[email protected]> (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 <[email protected]> (https://github.com/matthijsmelissen)",
"Max Erickson (https://github.com/maxerickson)",
"Michael Lyons (https://github.com/michaelblyons)",
"Minh Nguyễn <[email protected]> (https://github.com/1ec5)",
"nuxper (https://github.com/nuxper)",
"Peter Newman (https://github.com/peternewman)",
"Praxis Darian <[email protected]> (https://github.com/good-praxis)",
"Quincy Morgan (https://github.com/quincylvania)",
"Rickey Richards (https://github.com/RickeyRichards)",
"sinclarius (https://github.com/sinclarius)",
"Tim Smith <[email protected]> (https://github.com/tas50)",
"tohaklim (https://github.com/tohaklim)",
"UKChris-osm (https://github.com/UKChris-osm)",
"Wille Marcel <[email protected]> (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.0"
},
"devDependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ideditor/location-conflation": "1.0.2",
"@ideditor/nsi-collector": "^1.0.20220910",
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/geojson-rewind": "^0.5.2",
"@openstreetmap/id-tagging-schema": "~3.5.1",
"c8": "^7.12.0",
"chalk": "5.0.1",
"clear": "^0.1.0",
"esbuild": "^0.15.3",
"eslint": "^8.22.0",
"fs-extra": "^10.1.0",
"geojson-bounds": "^1.0.2",
"geojson-precision": "^1.0.0",
"glob": "^8.0.3",
"json5": "^2.2.1",
"jsonschema": "^1.4.1",
"locale-compare": "^2.0.0",
"node-fetch": "^3.2.10",
"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.5",
"safe-regex": "^2.1.1",
"shelljs": "^0.8.5",
"tap": "^16.3.0",
"twitter": "^1.7.1",
"whatwg-fetch": "^3.6.2",
"wikibase-edit": "^5.0.3",
"wikibase-sdk": "^8.0.1",
"xmlbuilder2": "^3.0.2"
},
"engines": {
"node": ">=16.14"
}
}