{ "_from": "@mapbox/mapbox-gl-style-spec@^13.23.1", "_id": "@mapbox/mapbox-gl-style-spec@13.28.0", "_inBundle": false, "_integrity": "sha512-B8xM7Fp1nh5kejfIl4SWeY0gtIeewbuRencqO3cJDrCHZpaPg7uY+V8abuR+esMeuOjRl5cLhVTP40v+1ywxbg==", "_location": "/@mapbox/mapbox-gl-style-spec", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@mapbox/mapbox-gl-style-spec@^13.23.1", "name": "@mapbox/mapbox-gl-style-spec", "escapedName": "@mapbox%2fmapbox-gl-style-spec", "scope": "@mapbox", "rawSpec": "^13.23.1", "saveSpec": null, "fetchSpec": "^13.23.1" }, "_requiredBy": [ "/ol-mapbox-style" ], "_resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.28.0.tgz", "_shasum": "2ec226320a0f77856046e000df9b419303a56458", "_spec": "@mapbox/mapbox-gl-style-spec@^13.23.1", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/ol-mapbox-style", "author": { "name": "Mapbox" }, "bin": { "gl-style-migrate": "bin/gl-style-migrate.js", "gl-style-validate": "bin/gl-style-validate.js", "gl-style-format": "bin/gl-style-format.js", "gl-style-composite": "bin/gl-style-composite.js" }, "bugs": { "url": "https://github.com/mapbox/mapbox-gl-js/issues" }, "bundleDependencies": false, "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/point-geometry": "^0.1.0", "@mapbox/unitbezier": "^0.0.0", "csscolorparser": "~1.0.2", "json-stringify-pretty-compact": "^2.0.0", "minimist": "^1.2.6", "rw": "^1.3.3", "sort-object": "^0.3.2" }, "deprecated": false, "description": "a specification for mapbox gl styles", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.es.js" }, "./": { "import": "./" } }, "homepage": "https://github.com/mapbox/mapbox-gl-js#readme", "keywords": [ "mapbox", "mapbox-gl", "mapbox-gl-js" ], "license": "ISC", "main": "./dist/index.cjs", "module": "./dist/index.es.js", "name": "@mapbox/mapbox-gl-style-spec", "repository": { "type": "git", "url": "git+ssh://git@github.com/mapbox/mapbox-gl-js.git" }, "scripts": { "build": "../../node_modules/.bin/rollup -c && ../../node_modules/.bin/rollup -c --environment esm", "copy-flow-typed": "cp -R ../../flow-typed .", "postpublish": "rm -r flow-typed dist/index.cjs", "prepublishOnly": "npm run copy-flow-typed && npm run build", "pretest": "npm run build", "test": "node ./test.js" }, "sideEffects": false, "type": "module", "version": "13.28.0" }