You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
4.2 KiB
124 lines
4.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"ol-mapbox-style@9.1.0",
|
|
"/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile"
|
|
]
|
|
],
|
|
"_from": "ol-mapbox-style@9.1.0",
|
|
"_id": "ol-mapbox-style@9.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-R/XE6FdviaXNdnSw6ItHSEreMtQU68cwQCGv4Kl8yG0V1dZhnI5JWr8IOphJwffPVxfWTCnJb5aALGSB89MvhA==",
|
|
"_location": "/ol-mapbox-style",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ol-mapbox-style@9.1.0",
|
|
"name": "ol-mapbox-style",
|
|
"escapedName": "ol-mapbox-style",
|
|
"rawSpec": "9.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "9.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ol"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-9.1.0.tgz",
|
|
"_spec": "9.1.0",
|
|
"_where": "/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile",
|
|
"browser": "dist/index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/openlayers/ol-mapbox-style/issues"
|
|
},
|
|
"dependencies": {
|
|
"@mapbox/mapbox-gl-style-spec": "^13.23.1",
|
|
"mapbox-to-css-font": "^2.4.1"
|
|
},
|
|
"description": "Create OpenLayers maps from Mapbox Style objects",
|
|
"devDependencies": {
|
|
"@mapbox/flow-remove-types": "^2.0.0",
|
|
"@rollup/plugin-buble": "^0.21.3",
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
"@rollup/plugin-node-resolve": "^13.2.1",
|
|
"@types/arcgis-rest-api": "^10.4.4",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/offscreencanvas": "^2019.6.4",
|
|
"@types/topojson-specification": "^1.0.1",
|
|
"add-text-to-markdown": "^2.0.0",
|
|
"babel-loader": "^8.0.6",
|
|
"buble": "^0.20.0",
|
|
"buble-loader": "^0.5.1",
|
|
"concat-md": "^0.5.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"coverage-istanbul-loader": "^3.0.5",
|
|
"css-loader": "^6.5.1",
|
|
"deep-freeze": "0.0.1",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-openlayers": "^16.2.3",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"json-strip-loader": "^1.0.5",
|
|
"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.3.7",
|
|
"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",
|
|
"ol": "^7.0.0-dev.1660829860979",
|
|
"puppeteer": "^16.1.0",
|
|
"remove-flow-types-loader": "^1.1.0",
|
|
"rollup": "^2.70.2",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-unassert": "^0.5.0",
|
|
"should": "^13.2.3",
|
|
"sinon": "^14.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"typedoc": "^0.23.10",
|
|
"typedoc-plugin-markdown": "^3.13.4",
|
|
"typedoc-plugin-missing-exports": "^1.0.0",
|
|
"typescript": "^4.6.0-beta",
|
|
"webpack": "^5.62.1",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.4.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/olms.js"
|
|
}
|
|
},
|
|
"homepage": "https://github.com/openlayers/ol-mapbox-style#readme",
|
|
"keywords": [
|
|
"openlayers",
|
|
"mapbox",
|
|
"vector tiles"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "dist/olms.js",
|
|
"module": "dist/index.js",
|
|
"name": "ol-mapbox-style",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openlayers/ol-mapbox-style.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig-build.json && rollup -c && 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",
|
|
"prepare": "npm run doc && npm run build",
|
|
"pretest": "npm run lint && npm run typecheck",
|
|
"start": "webpack serve --config ./webpack.config.examples.cjs",
|
|
"test": "npm run karma -- --single-run --log-level error",
|
|
"typecheck": "tsc --project tsconfig-typecheck.json"
|
|
},
|
|
"type": "module",
|
|
"types": "dist/index.d.ts",
|
|
"version": "9.1.0"
|
|
}
|