{ "name": "@antv/l7", "version": "1.1.1", "description": "Large-scale WebGL-powered Geospatial Data Visualization", "main": "build/l7.js", "browser": "build/l7.js", "module": "lib/index.js", "homepage": "https://github.com/antvis/l7", "repository": { "type": "git", "url": "git@github.com:antvis/l7.git" }, "bugs": { "url": "https://github.com/antvis/l7/issues" }, "keywords": [ "l7", "gis", "geometry" ], "author": "https://github.com/orgs/antvis/people", "license": "MIT", "devDependencies": { "@babel/cli": "~7.0.0", "@babel/core": "~7.0.0", "@babel/preset-env": "~7.1.0", "babel-eslint": "~8.0.3", "babel-loader": "~8.0.0", "babel-plugin-transform-remove-strict-mode": "~0.0.2", "babel-preset-env": "~1.6.1", "body-parser": "^1.18.2", "chai": "~4.1.2", "commander": "~2.12.2", "connect": "^3.6.6", "d3-queue": "~3.0.7", "debug": "~3.1.0", "electron": "~2.0.2", "eslint": "~3.19.0", "eslint-config-airbnb": "~15.0.1", "eslint-config-egg": "~4.2.0", "eslint-plugin-html": "~3.1.1", "event-simulate": "~1.0.0", "get-port": "~3.2.0", "glsl-shaders-loader": "^1.0.0", "jszip": "^3.1.5", "nightmare": "~2.10.0", "nunjucks": "~3.0.1", "open": "~0.0.5", "parseurl": "~1.3.2", "pre-commit": "~1.2.2", "serve-static": "^1.13.2", "shelljs": "~0.7.8", "string-replace-loader": "~1.3.0", "torchjs": "~2.1.0", "uglify-js": "~3.1.10", "webpack": "~4.29.6", "webpack-cli": "^3.2.3", "worker-loader": "^2.0.0" }, "scripts": { "build": "webpack", "build-lib": "babel src --out-dir lib", "bundler": "electron ./bundler/app.js", "ci": "npm run lint && npm run test", "compress-l7": "uglifyjs -c -m -o dist/l7.min.js -- build/l7.js", "compress-core": "uglifyjs -c -m -o dist/l7-core.min.js -- build/l7-core.js", "compress-simple": "uglifyjs -c -m -o dist/l7-simple.min.js -- build/l7-simple.js", "compress": "npm run compress-l7", "coverage": "npm run coverage-generator && npm run coverage-viewer", "coverage-generator": "torch --compile --coverage --renderer --recursive test/unit", "coverage-viewer": "torch-coverage", "demos": "electron ./demos/app.js", "demos-web": "node ./demos/app.js --web --port 2046", "dev": "npm run watch & npm run demos-web", "dist": "npm run mkdir-dist && npm run build && npm run compress", "lint": "eslint --ext .html,.js ./", "lint-fix": "eslint --ext .html,.js --fix ./", "mkdir-dist": "node ./bin/mkdir-dist.js", "prepublishOnly": "npm run build-lib && npm run dist", "screenshot": "node ./bin/screenshot.js", "start": "npm run dev", "test": "torch --compile-opts ./.torch.compile.opts.js --compile --renderer --recursive test/unit", "test-all": "npm run test && npm run test-bugs", "test-bugs": "torch --compile --renderer --recursive test/bugs", "test-bugs-live": "torch --compile --interactive --watch --recursive test/bugs", "test-live": "torch --compile --interactive --watch --recursive test/unit", "watch": "webpack --config webpack-dev.config.js", "win-dev": "node ./bin/win-dev.js" }, "pre-commit": { "run": [ "lint", "test" ], "silent": false }, "dependencies": { "@antv/g": "^3.1.3", "@antv/util": "~1.2.5", "@mapbox/tiny-sdf": "^1.1.0", "@turf/bbox": "^6.0.1", "@turf/clean-coords": "^6.0.1", "@turf/invariant": "^6.1.2", "@turf/meta": "^6.0.2", "d3-dsv": "^1.0.10", "d3-hexbin": "^0.2.2", "earcut": "^2.1.3", "fecha": "^2.3.3", "gl-matrix": "^2.4.1", "lodash": "^4.17.5", "polyline-normals": "^2.0.2", "rbush": "^2.0.2", "simple-statistics": "^7.0.1", "three": "^0.101.1", "venn.js": "^0.2.20", "viewport-mercator-project": "^5.2.0", "webworkify-webpack": "^2.1.3", "wolfy87-eventemitter": "~5.2.4" } }