2019-10-08 19:20:12 +08:00
|
|
|
{
|
2019-11-25 15:27:56 +08:00
|
|
|
"name": "@antv/l7-layers",
|
2022-10-12 10:55:23 +08:00
|
|
|
"version": "2.9.36",
|
2019-11-25 15:27:56 +08:00
|
|
|
"description": "L7's collection of built-in layers",
|
2019-11-15 14:59:14 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"module": "es/index.js",
|
|
|
|
"types": "es/index.d.ts",
|
2022-05-30 14:56:54 +08:00
|
|
|
"sideEffects": [
|
|
|
|
"./es/index.js"
|
|
|
|
],
|
2019-10-08 19:20:12 +08:00
|
|
|
"files": [
|
2022-08-02 19:05:27 +08:00
|
|
|
"dist",
|
2019-10-08 19:20:12 +08:00
|
|
|
"lib",
|
2019-11-15 14:59:14 +08:00
|
|
|
"es",
|
2019-10-08 19:20:12 +08:00
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.build.json",
|
2019-11-15 14:59:14 +08:00
|
|
|
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
2022-08-08 16:41:30 +08:00
|
|
|
"build": "father 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",
|
2020-07-21 12:00:10 +08:00
|
|
|
"sync": "tnpm sync"
|
2019-10-08 19:20:12 +08:00
|
|
|
},
|
|
|
|
"author": "xiaoiver",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-09-13 11:25:25 +08:00
|
|
|
"@antv/async-hook": "^2.2.2",
|
2022-10-12 10:55:23 +08:00
|
|
|
"@antv/l7-core": "2.9.36",
|
|
|
|
"@antv/l7-maps": "2.9.36",
|
|
|
|
"@antv/l7-source": "2.9.36",
|
|
|
|
"@antv/l7-utils": "2.9.36",
|
2019-12-31 19:17:29 +08:00
|
|
|
"@babel/runtime": "^7.7.7",
|
2020-05-06 05:40:18 +08:00
|
|
|
"@mapbox/martini": "^0.2.0",
|
2022-09-21 16:19:28 +08:00
|
|
|
"@turf/clone": "^6.5.0",
|
2022-06-30 11:44:46 +08:00
|
|
|
"@turf/helpers": "^6.1.4",
|
2019-10-08 19:20:12 +08:00
|
|
|
"@turf/meta": "^6.0.2",
|
2022-08-18 19:52:39 +08:00
|
|
|
"@turf/polygon-to-line": "^6.5.0",
|
2022-06-30 11:44:46 +08:00
|
|
|
"@turf/union": "^6.5.0",
|
2020-02-25 20:35:43 +08:00
|
|
|
"d3-array": "1",
|
2019-10-12 21:26:54 +08:00
|
|
|
"d3-color": "^1.4.0",
|
2022-07-19 15:14:10 +08:00
|
|
|
"d3-interpolate": "1.4.0",
|
2020-02-25 20:35:43 +08:00
|
|
|
"d3-scale": "2",
|
2019-10-08 19:20:12 +08:00
|
|
|
"earcut": "^2.2.1",
|
2019-11-14 20:52:43 +08:00
|
|
|
"eventemitter3": "^4.0.0",
|
2020-07-14 19:00:17 +08:00
|
|
|
"extrude-polyline": "^1.0.6",
|
2019-10-10 11:45:18 +08:00
|
|
|
"gl-matrix": "^3.1.0",
|
2019-10-16 10:13:44 +08:00
|
|
|
"gl-vec2": "^1.3.0",
|
2019-11-01 15:36:20 +08:00
|
|
|
"inversify": "^5.0.1",
|
2019-10-08 19:20:12 +08:00
|
|
|
"lodash": "^4.17.15",
|
2019-10-16 10:13:44 +08:00
|
|
|
"polyline-miter-util": "^1.0.1",
|
2020-02-22 15:10:46 +08:00
|
|
|
"reflect-metadata": "^0.1.13"
|
2019-10-08 19:20:12 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/d3-array": "^2.0.0",
|
2020-02-05 15:58:44 +08:00
|
|
|
"@types/d3-color": "^1.2.2",
|
2022-07-01 17:22:31 +08:00
|
|
|
"@types/d3-interpolate": "1.1.6",
|
2019-10-08 19:20:12 +08:00
|
|
|
"@types/d3-scale": "^2.1.1",
|
|
|
|
"@types/earcut": "^2.1.0",
|
|
|
|
"@types/gl-matrix": "^2.4.5",
|
|
|
|
"@types/lodash": "^4.14.138"
|
2019-11-12 16:01:33 +08:00
|
|
|
},
|
2021-09-14 12:16:41 +08:00
|
|
|
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
2019-11-12 16:18:12 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-10-08 19:20:12 +08:00
|
|
|
}
|