{ "_from": "ol-echarts@^2.0.6", "_id": "ol-echarts@2.0.6", "_inBundle": false, "_integrity": "sha512-2c2VU7XzEV5HfNbi1AzUAHmMs74TuWYluwHvrpw70ukJm8YYqrkkgmhG6H4CCh8x7FHCv6rkVVjiMTs3emj+Yg==", "_location": "/ol-echarts", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ol-echarts@^2.0.6", "name": "ol-echarts", "escapedName": "ol-echarts", "rawSpec": "^2.0.6", "saveSpec": null, "fetchSpec": "^2.0.6" }, "_requiredBy": [ "/v-ol-map" ], "_resolved": "https://registry.npmjs.org/ol-echarts/-/ol-echarts-2.0.6.tgz", "_shasum": "ae50e570ac0c5e41e2780f0070eb179f36098531", "_spec": "ol-echarts@^2.0.6", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/v-ol-map", "author": { "name": "sakitam-fdd", "email": "smilefdd@gmail.com" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "bugs": { "url": "https://github.com/sakitam-fdd/ol3Echarts/issues" }, "bundleDependencies": false, "commonjs": "dist/ol-echarts.common.js", "deprecated": false, "description": "a openlayers extension to echarts", "devDependencies": { "@types/ol": "^5.3.6", "echarts": "^4.0.1", "ol": "^5.1.3" }, "engines": { "node": ">= 4.0.0", "npm": ">= 3.0.0" }, "gitHead": "4a19eebd29d039da4dd72a0431bc2301dd75a6a8", "homepage": "https://sakitam-fdd.github.io/ol3Echarts", "keywords": [ "javascript", "webgis", "canvas", "echarts", "openlayers", "ol" ], "license": "MIT", "main": "dist/ol-echarts.js", "module": "dist/ol-echarts.esm.js", "name": "ol-echarts", "namespace": "EChartsLayer", "peerDependencies": { "echarts": ">=4.0.1", "ol": ">=5.0.0" }, "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/sakitam-fdd/ol3Echarts.git", "directory": "packages/ol-echarts" }, "scripts": { "build": "cross-env NODE_ENV=production modulePath=ol-echarts input=src/index.ts rollup -m -c ../../rollup/rollup.dev.config.js && cross-env NODE_ENV=production modulePath=ol-echarts input=src/index.ts rollup -c ../../rollup/rollup.prod.config.js", "dev": "cross-env NODE_ENV=development modulePath=ol-echarts input=src/index.ts rollup -wm -c ../../rollup/rollup.dev.config.js", "karma.single": "karma start karma.config.js --single-run --browsers Chrome", "karma.test": "karma start karma.config.js", "karma.travis": "cross-env TRAVIS_ENV=true karma start karma.config.js --single-run --browsers ChromeHeadless", "prepublishOnly": "npm run karma.single" }, "types": "types/index.d.ts", "unpkg": "dist/ol-echarts.js", "version": "2.0.6" }