2020-04-24 17:01:12 +08:00
|
|
|
{
|
|
|
|
"name": "@antv/l7-district",
|
2020-09-09 19:50:52 +08:00
|
|
|
"version": "2.2.36",
|
2020-04-24 17:01:12 +08:00
|
|
|
"description": "L7 district moudules",
|
|
|
|
"keywords": [],
|
|
|
|
"author": "thinkinggis <lzx199065@gmail.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"module": "es/index.js",
|
|
|
|
"unpkg": "dist/l7-district.js",
|
|
|
|
"types": "es/index.d.ts",
|
|
|
|
"sideEffects": true,
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"lib",
|
|
|
|
"es",
|
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/antvis/L7.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.build.json",
|
|
|
|
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
|
|
|
"build": "run-p build:*",
|
|
|
|
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
|
|
|
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
|
|
|
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
|
|
|
"build:cdn": "node_modules/.bin/rollup -c",
|
2020-07-21 12:00:10 +08:00
|
|
|
"test": "jest",
|
|
|
|
"sync": "tnpm sync"
|
2020-04-24 17:01:12 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-09 19:50:52 +08:00
|
|
|
"@antv/l7": "2.2.36",
|
2020-04-24 17:01:12 +08:00
|
|
|
"@babel/runtime": "^7.7.7",
|
|
|
|
"@turf/circle": "^6.0.1",
|
|
|
|
"@turf/distance": "^6.0.1",
|
|
|
|
"@turf/helpers": "^6.1.4",
|
|
|
|
"@turf/midpoint": "^5.1.5",
|
2020-04-26 16:45:30 +08:00
|
|
|
"@turf/turf": "^5.1.6",
|
2020-05-12 09:59:06 +08:00
|
|
|
"eventemitter3": "^4.0.0",
|
2020-04-26 16:45:30 +08:00
|
|
|
"geobuf": "^3.0.1",
|
|
|
|
"lodash": "^4.6.2",
|
2020-07-03 19:04:19 +08:00
|
|
|
"pbf": "^3.2.1",
|
|
|
|
"simplify-geojson": "^1.0.3"
|
2020-04-24 17:01:12 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/antvis/L7/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/antvis/L7#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"postcss": "^7.0.27",
|
|
|
|
"postcss-url": "^8.0.0",
|
|
|
|
"rollup": "^2.3.3",
|
|
|
|
"rollup-plugin-less": "^1.1.2"
|
2020-07-01 10:25:11 +08:00
|
|
|
},
|
|
|
|
"gitHead": "20154fe30d512024b03ac5e40f77731bc0580bb0"
|
2020-04-24 17:01:12 +08:00
|
|
|
}
|