{ "name": "@antv/l7-source", "version": "2.9.26", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "lib", "es", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "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", "test": "umi-test --passWithNoTests", "sync": "tnpm sync" }, "author": "lzxue", "license": "ISC", "dependencies": { "@antv/async-hook": "^2.1.0", "@antv/l7-core": "2.9.26", "@antv/l7-utils": "2.9.26", "@babel/runtime": "^7.7.7", "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/vector-tile": "^1.3.1", "@turf/helpers": "^6.1.4", "@turf/invariant": "^6.1.2", "@turf/meta": "^6.0.2", "d3-dsv": "^1.1.1", "d3-hexbin": "^0.2.2", "eventemitter3": "^4.0.0", "geojson-vt": "^3.2.1", "inversify": "^5.0.1", "lodash": "^4.17.15", "pbf": "^3.2.1", "reflect-metadata": "^0.1.13", "supercluster": "^7.0.0" }, "devDependencies": { "@types/d3-dsv": "^1.0.36", "@types/d3-hexbin": "^0.2.3", "@types/geojson-vt": "3.2.0", "@types/lodash": "^4.14.138", "@types/mapbox__vector-tile": "^1.3.0", "@types/pbf": "^3.0.2" }, "gitHead": "f63aea6c9140aac41f1e842fd7fef34502bfeec5", "publishConfig": { "access": "public" } }