Files
iD/package.json
dependabot[bot] 4fde236fd8 Bump postcss from 8.5.3 to 8.5.4 (#11075)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.4.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.3...8.5.4)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:51:00 +02:00

138 lines
5.9 KiB
JSON

{
"name": "iD",
"version": "2.35.0-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",
"homepage": "https://github.com/openstreetmap/iD",
"bugs": "https://github.com/openstreetmap/iD/issues",
"keywords": [
"editor",
"openstreetmap"
],
"license": "ISC",
"scripts": {
"all": "run-s clean build dist",
"build": "run-s build:css build:data build:js",
"build:css": "node scripts/build_css.js",
"build:data": "shx mkdir -p dist/data && node scripts/build_data.js",
"build:stats": "node config/esbuild.config.mjs --stats && esbuild-visualizer --metadata dist/esbuild.json --exclude *.png --filename docs/statistics.html && shx rm dist/esbuild.json",
"build:js": "node config/esbuild.config.mjs",
"build:js:watch": "node config/esbuild.config.mjs --watch",
"clean": "shx rm -f dist/esbuild.json dist/*.js dist/*.map dist/*.css dist/img/*.svg",
"dist": "run-p dist:**",
"dist:mapillary": "shx mkdir -p dist/mapillary-js && shx cp -R node_modules/mapillary-js/dist/* dist/mapillary-js/",
"dist:pannellum": "shx mkdir -p dist/pannellum && shx cp -R node_modules/pannellum/build/* dist/pannellum/",
"dist:min": "node config/esbuild.config.min.mjs",
"dist:svg:iD": "svg-sprite --symbol --symbol-dest . --shape-id-generator \"iD-%s\" --symbol-sprite dist/img/iD-sprite.svg \"svg/iD-sprite/**/*.svg\"",
"dist:svg:community": "svg-sprite --symbol --symbol-dest . --shape-id-generator \"community-%s\" --symbol-sprite dist/img/community-sprite.svg node_modules/osm-community-index/dist/img/*.svg",
"dist:svg:fa": "svg-sprite --symbol --symbol-dest . --symbol-sprite dist/img/fa-sprite.svg svg/fontawesome/*.svg",
"dist:svg:maki": "svg-sprite --symbol --symbol-dest . --shape-id-generator \"maki-%s\" --symbol-sprite dist/img/maki-sprite.svg node_modules/@mapbox/maki/icons/*.svg",
"dist:svg:mapillary:signs": "svg-sprite --symbol --symbol-dest . --symbol-sprite dist/img/mapillary-sprite.svg node_modules/@rapideditor/mapillary_sprite_source/package_signs/*.svg",
"dist:svg:mapillary:objects": "svg-sprite --symbol --symbol-dest . --symbol-sprite dist/img/mapillary-object-sprite.svg node_modules/@rapideditor/mapillary_sprite_source/package_objects/*.svg",
"dist:svg:roentgen": "svg-sprite --shape-id-generator \"roentgen-%s\" --shape-dim-width 16 --shape-dim-height 16 --symbol --symbol-dest . --symbol-sprite dist/img/roentgen-sprite.svg svg/roentgen/*.svg",
"dist:svg:temaki": "svg-sprite --symbol --symbol-dest . --shape-id-generator \"temaki-%s\" --symbol-sprite dist/img/temaki-sprite.svg node_modules/@rapideditor/temaki/icons/*.svg",
"imagery": "node scripts/update_imagery.js",
"lint": "eslint config scripts test/spec modules",
"lint:fix": "eslint scripts test/spec modules --fix",
"start": "run-s start:watch",
"start:single-build": "run-p build:js start:server",
"start:watch": "run-p build:js:watch start:server",
"start:server": "node scripts/server.js",
"test": "npm-run-all -s lint build test:spec",
"test:spec": "vitest --no-isolate",
"translations": "node scripts/update_locales.js"
},
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/sexagesimal": "1.2.0",
"@mapbox/vector-tile": "^2.0.3",
"@rapideditor/country-coder": "~5.4.0",
"@rapideditor/location-conflation": "~1.5.0",
"@tmcw/togeojson": "^7.1.1",
"@turf/bbox": "^7.2.0",
"@turf/bbox-clip": "^7.2.0",
"abortcontroller-polyfill": "^1.7.8",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.3.0",
"core-js-bundle": "^3.42.0",
"diacritics": "1.3.0",
"exifr": "^7.1.3",
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
"marked": "~15.0.12",
"node-diff3": "~3.1.0",
"osm-auth": "~2.6.0",
"pannellum": "2.5.6",
"pbf": "^4.0.1",
"polygon-clipping": "~0.15.7",
"rbush": "4.0.1",
"vitest": "^3.1.4",
"whatwg-fetch": "^3.6.20",
"which-polygon": "2.2.1"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "~6.7.2",
"@fortawesome/free-brands-svg-icons": "~6.7.2",
"@fortawesome/free-regular-svg-icons": "~6.7.2",
"@fortawesome/free-solid-svg-icons": "~6.7.2",
"@mapbox/maki": "^8.2.0",
"@openstreetmap/id-tagging-schema": "^6.11.0",
"@rapideditor/mapillary_sprite_source": "^1.8.0",
"@rapideditor/temaki": "^5.9.0",
"@transifex/api": "^7.1.4",
"@types/chai": "^5.2.2",
"@types/d3": "^7.4.3",
"@types/geojson": "^7946.0.16",
"@types/happen": "^0.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.29",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^4.0.0",
"autoprefixer": "^10.4.21",
"browserslist": "^4.24.5",
"browserslist-to-esbuild": "^2.1.1",
"chai": "^5.2.0",
"chalk": "^4.1.2",
"cldr-core": "^47.0.0",
"cldr-localenames-full": "^47.0.0",
"concat-files": "^0.1.1",
"d3": "~7.9.0",
"dotenv": "^16.5.0",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.25.5",
"esbuild-visualizer": "^0.7.0",
"eslint": "^9.28.0",
"fetch-mock": "^11.1.1",
"gaze": "^1.1.3",
"glob": "^11.0.2",
"happen": "^0.3.2",
"js-yaml": "^4.0.0",
"jsdom": "^26.1.0",
"json-stringify-pretty-compact": "^3.0.0",
"mapillary-js": "4.1.2",
"minimist": "^1.2.8",
"name-suggestion-index": "~6.0",
"netlify-cli": "^21.5.0",
"npm-run-all": "^4.0.0",
"osm-community-index": "~5.9.2",
"postcss": "^8.5.4",
"postcss-prefix-selector": "^2.1.1",
"serve-handler": "^6.1.6",
"shelljs": "^0.10.0",
"shx": "^0.4.0",
"sinon": "^11.1.2",
"sinon-chai": "^4.0.0",
"smash": "0.0",
"svg-sprite": "2.0.4",
"vparse": "~1.1.0"
},
"engines": {
"node": ">=20"
},
"browserslist": [
"> 0.3%, last 6 major versions, not dead, Firefox ESR, maintained node versions"
]
}