HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/travelogue/node_modules/@maplibre/maplibre-gl-style-spec/package.json
{
  "name": "@maplibre/maplibre-gl-style-spec",
  "description": "a specification for maplibre styles",
  "version": "23.3.0",
  "author": "MapLibre",
  "keywords": [
    "mapbox",
    "mapbox-gl",
    "mapbox-gl-js",
    "maplibre",
    "maplibre-gl",
    "maplibre-gl-js"
  ],
  "license": "ISC",
  "homepage": "https://maplibre.org/maplibre-style-spec/",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.ts && cp ./src/reference/v8.json ./dist/latest.json",
    "generate-style-spec": "node --no-warnings --loader ts-node/esm build/generate-style-spec.ts",
    "generate-typings": "dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts",
    "generate-docs": "node ${WATCH+--watch} --no-warnings --loader ts-node/esm build/generate-docs.ts",
    "mkdocs": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material",
    "mkdocs-build": "npm run generate-docs && docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build --strict",
    "test": "vitest",
    "test-unit": "vitest run --config vitest.config.unit.ts",
    "test-unit-ci": "vitest run --config vitest.config.unit.ts --coverage",
    "test-integration": "vitest run --config vitest.config.integration.ts",
    "test-integration-ci": "vitest run --config vitest.config.integration.ts --coverage",
    "test-build": "vitest run --config vitest.config.build.ts",
    "test-build-ci": "vitest run --config vitest.config.build.ts --coverage",
    "test-watch-roots": "vitest --config vitest.config.unit.ts --watch",
    "compile": "tsc",
    "lint": "eslint",
    "typecheck": "tsc --noEmit",
    "prepare": "npm run generate-style-spec"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:maplibre/maplibre-gl-style-spec.git"
  },
  "bin": {
    "gl-style-migrate": "dist/gl-style-migrate.mjs",
    "gl-style-validate": "dist/gl-style-validate.mjs",
    "gl-style-format": "dist/gl-style-format.mjs"
  },
  "files": [
    "dist",
    "src",
    "bin"
  ],
  "dependencies": {
    "@mapbox/jsonlint-lines-primitives": "~2.0.2",
    "@mapbox/unitbezier": "^0.0.1",
    "json-stringify-pretty-compact": "^4.0.0",
    "minimist": "^1.2.8",
    "quickselect": "^3.0.0",
    "rw": "^1.3.3",
    "tinyqueue": "^3.0.0"
  },
  "sideEffects": false,
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-strip": "^3.0.4",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@stylistic/eslint-plugin-ts": "^4.2.0",
    "@types/eslint": "^9.6.1",
    "@types/geojson": "^7946.0.16",
    "@types/node": "^22.15.17",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "@vitest/coverage-v8": "3.1.3",
    "@vitest/ui": "3.1.3",
    "dts-bundle-generator": "^9.5.1",
    "eslint": "^9.26.0",
    "eslint-plugin-jsdoc": "^50.6.14",
    "eslint-plugin-vitest": "^0.5.4",
    "glob": "^11.0.2",
    "globals": "^16.1.0",
    "rollup": "^4.40.2",
    "rollup-plugin-preserve-shebang": "^1.0.1",
    "semver": "^7.7.1",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3",
    "vitest": "3.1.3"
  }
}