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/admin/node_modules/ol-mapbox-style/package.json
{
  "name": "ol-mapbox-style",
  "version": "12.3.1",
  "description": "Create OpenLayers maps from Mapbox Style objects",
  "type": "module",
  "browser": "dist/index.js",
  "main": "dist/olms.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/olms.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/openlayers/ol-mapbox-style.git"
  },
  "bugs": {
    "url": "https://github.com/openlayers/ol-mapbox-style/issues"
  },
  "keywords": [
    "openlayers",
    "mapbox",
    "vector tiles"
  ],
  "license": "BSD-2-Clause",
  "scripts": {
    "start": "webpack serve --config ./webpack.config.examples.cjs",
    "prepare": "npm run doc && npm run build",
    "build": "tsc --project tsconfig-build.json && rollup -c && cross-env esm=true rollup -c && webpack-cli --mode=production --config ./webpack.config.examples.cjs",
    "doc": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-plugin-missing-exports src/index.js --readme none --excludeExternals --preserveAnchorCasing --hideBreadcrumbs --disableSources --tsconfig tsconfig-typecheck.json && npx concat-md docs --hide-anchor-links=false | npx add-text-to-markdown README.md --section \"API\" --write",
    "karma": "karma start test/karma.conf.cjs",
    "lint": "eslint test examples src",
    "typecheck": "tsc --project tsconfig-typecheck.json",
    "pretest": "npm run lint && npm run typecheck",
    "test": "npm run karma -- --single-run --log-level error"
  },
  "dependencies": {
    "@mapbox/mapbox-gl-style-spec": "^13.23.1",
    "mapbox-to-css-font": "^2.4.1"
  },
  "peerDependencies": {
    "ol": "*"
  },
  "devDependencies": {
    "@mapbox/flow-remove-types": "^2.0.0",
    "@openlayers/eslint-plugin": "^4.0.0",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@types/arcgis-rest-api": "^10.4.4",
    "@types/mocha": "^10.0.0",
    "@types/offscreencanvas": "^2019.6.4",
    "@types/topojson-specification": "^1.0.1",
    "add-text-to-markdown": "^2.0.0",
    "babel-loader": "^9.1.0",
    "concat-md": "^0.5.0",
    "copy-webpack-plugin": "^12.0.2",
    "coverage-istanbul-loader": "^3.0.5",
    "cross-env": "^7.0.3",
    "css-loader": "^7.0.0",
    "deep-freeze": "0.0.1",
    "eslint": "^8.56.0",
    "eslint-config-openlayers": "^19.0.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "html-webpack-plugin": "^5.5.0",
    "karma": "^6.3.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage-istanbul-reporter": "^3.0.3",
    "karma-mocha": "^2.0.1",
    "karma-sourcemap-loader": "^0.4.0",
    "karma-webpack": "^5.0.0",
    "mapbox-gl-styles": "^2.0.2",
    "mini-css-extract-plugin": "^2.4.4",
    "mocha": "^10.0.0",
    "nanoassert": "^2.0.0",
    "puppeteer": "^22.1.0",
    "remove-flow-types-loader": "^1.1.0",
    "rollup": "^2.70.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-unassert": "^0.6.0",
    "should": "^13.2.3",
    "sinon": "^17.0.0",
    "style-loader": "^3.3.1",
    "typedoc": "^0.25.12",
    "typedoc-plugin-markdown": "^3.17.1",
    "typedoc-plugin-missing-exports": "^2.2.0",
    "typescript": "^5.4.3",
    "webpack": "^5.62.1",
    "webpack-cli": "^5.0.0",
    "webpack-dev-server": "^5.0.4"
  }
}