|
@@ -4,6 +4,182 @@
|
|
|
"lockfileVersion": 1,
|
|
|
"requires": true,
|
|
|
"dependencies": {
|
|
|
+ "@antv/adjust": {
|
|
|
+ "version": "0.2.2",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/adjust/download/@antv/adjust-0.2.2.tgz",
|
|
|
+ "integrity": "sha1-Vp/5NyE9FKgDsX8FTL4dsGgFxQg=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/util": "~2.0.0",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/attr": {
|
|
|
+ "version": "0.3.2",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/attr/download/@antv/attr-0.3.2.tgz",
|
|
|
+ "integrity": "sha1-5YZrZIcMYvOpwluKYfZUuiv9oFE=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/color-util": "^2.0.1",
|
|
|
+ "@antv/util": "~2.0.0",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/color-util": {
|
|
|
+ "version": "2.0.4",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/color-util/download/@antv/color-util-2.0.4.tgz",
|
|
|
+ "integrity": "sha1-Q+JlA8zZRV0sFCdYxwGLI0sxw+o=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/util": "^2.0.7",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/component": {
|
|
|
+ "version": "0.5.6",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/component/download/@antv/component-0.5.6.tgz",
|
|
|
+ "integrity": "sha1-UMJt2N5NBCSRIIuYlXclS036e1o=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/dom-util": "~2.0.1",
|
|
|
+ "@antv/g-base": "~0.4.0",
|
|
|
+ "@antv/matrix-util": "~2.0.4",
|
|
|
+ "@antv/path-util": "~2.0.7",
|
|
|
+ "@antv/scale": "~0.3.1",
|
|
|
+ "@antv/util": "~2.0.0",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/coord": {
|
|
|
+ "version": "0.2.6",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/coord/download/@antv/coord-0.2.6.tgz",
|
|
|
+ "integrity": "sha1-qrux0y4PQEtjlUZQ0hGmk7cPEQM=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/matrix-util": "~2.0.1-beta.1",
|
|
|
+ "@antv/util": "~2.0.3",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/dom-util": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/dom-util/download/@antv/dom-util-2.0.2.tgz",
|
|
|
+ "integrity": "sha1-THsKGV4CflVXBDWmglzsVt+wtZA=",
|
|
|
+ "requires": {
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/event-emitter": {
|
|
|
+ "version": "0.1.2",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz",
|
|
|
+ "integrity": "sha1-oXt8uG5tBxiA3Gv7IydW+IYk7Lw="
|
|
|
+ },
|
|
|
+ "@antv/g-base": {
|
|
|
+ "version": "0.4.0",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/g-base/download/@antv/g-base-0.4.0.tgz",
|
|
|
+ "integrity": "sha1-n9hc6rMnotwYSsEuzT+rFCKzph8=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/event-emitter": "^0.1.1",
|
|
|
+ "@antv/g-math": "^0.1.1",
|
|
|
+ "@antv/matrix-util": "^2.0.4",
|
|
|
+ "@antv/path-util": "~2.0.5",
|
|
|
+ "@antv/util": "~2.0.0",
|
|
|
+ "@types/d3-timer": "^1.0.9",
|
|
|
+ "d3-ease": "^1.0.5",
|
|
|
+ "d3-interpolate": "^1.3.2",
|
|
|
+ "d3-timer": "^1.0.9"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/g-canvas": {
|
|
|
+ "version": "0.4.2",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/g-canvas/download/@antv/g-canvas-0.4.2.tgz",
|
|
|
+ "integrity": "sha1-OGUjVsKp0SYOdggjD4EgkjRSaNU=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/g-base": "^0.4.0",
|
|
|
+ "@antv/g-math": "^0.1.1",
|
|
|
+ "@antv/gl-matrix": "~2.7.1",
|
|
|
+ "@antv/path-util": "~2.0.5",
|
|
|
+ "@antv/util": "~2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/g-math": {
|
|
|
+ "version": "0.1.1",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/g-math/download/@antv/g-math-0.1.1.tgz",
|
|
|
+ "integrity": "sha1-OgDsYHs0xMXeK4rSUGmyXB9ZYmo=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/gl-matrix": "~2.7.1",
|
|
|
+ "@antv/util": "~2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/g-svg": {
|
|
|
+ "version": "0.4.0",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/g-svg/download/@antv/g-svg-0.4.0.tgz",
|
|
|
+ "integrity": "sha1-Pf0TQjp6FiwTfAvb6ekxclJr3i8=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/g-base": "^0.4.0",
|
|
|
+ "@antv/g-math": "^0.1.1",
|
|
|
+ "@antv/util": "~2.0.0",
|
|
|
+ "detect-browser": "^4.6.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/g2": {
|
|
|
+ "version": "4.0.5",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/g2/download/@antv/g2-4.0.5.tgz",
|
|
|
+ "integrity": "sha1-m7UpZQ6CNmw8/oISe0tNXh/MUu8=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/adjust": "^0.2.1",
|
|
|
+ "@antv/attr": "^0.3.1",
|
|
|
+ "@antv/color-util": "^2.0.2",
|
|
|
+ "@antv/component": "^0.5.0",
|
|
|
+ "@antv/coord": "^0.2.6",
|
|
|
+ "@antv/event-emitter": "~0.1.0",
|
|
|
+ "@antv/g-base": "^0.4.0",
|
|
|
+ "@antv/g-canvas": "^0.4.0",
|
|
|
+ "@antv/g-svg": "^0.4.0",
|
|
|
+ "@antv/matrix-util": "^2.0.4",
|
|
|
+ "@antv/path-util": "^2.0.3",
|
|
|
+ "@antv/scale": "^0.3.1",
|
|
|
+ "@antv/util": "~2.0.5",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/gl-matrix": {
|
|
|
+ "version": "2.7.1",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/gl-matrix/download/@antv/gl-matrix-2.7.1.tgz",
|
|
|
+ "integrity": "sha1-rLjjf3qz3wE0WrpDcteUK+QuuhQ="
|
|
|
+ },
|
|
|
+ "@antv/matrix-util": {
|
|
|
+ "version": "2.0.5",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/matrix-util/download/@antv/matrix-util-2.0.5.tgz",
|
|
|
+ "integrity": "sha1-b8hRlWyngQo4B3j0hbC/4vc4eBs=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/gl-matrix": "^2.7.1",
|
|
|
+ "@antv/util": "^2.0.7",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/path-util": {
|
|
|
+ "version": "2.0.7",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/path-util/download/@antv/path-util-2.0.7.tgz",
|
|
|
+ "integrity": "sha1-eacCyeadU+8JqEjJAbi+klspb9I=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/util": "^2.0.7",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/scale": {
|
|
|
+ "version": "0.3.1",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/scale/download/@antv/scale-0.3.1.tgz",
|
|
|
+ "integrity": "sha1-8QiFgnXKjCfXrz6zdXq3PyY2KZw=",
|
|
|
+ "requires": {
|
|
|
+ "@antv/util": "~2.0.3",
|
|
|
+ "fecha": "~3.0.3",
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@antv/util": {
|
|
|
+ "version": "2.0.7",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@antv/util/download/@antv/util-2.0.7.tgz",
|
|
|
+ "integrity": "sha1-uWRmvKfUFDwg3OSFOWzZe1+rchQ=",
|
|
|
+ "requires": {
|
|
|
+ "tslib": "^1.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@gulp-sourcemaps/map-sources": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz",
|
|
@@ -60,6 +236,11 @@
|
|
|
"commander": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/d3-timer": {
|
|
|
+ "version": "1.0.9",
|
|
|
+ "resolved": "http://r.cnpmjs.org/@types/d3-timer/download/@types/d3-timer-1.0.9.tgz",
|
|
|
+ "integrity": "sha1-rtG94M8Ykg0z9dRIOdc945NjP9M="
|
|
|
+ },
|
|
|
"@types/node": {
|
|
|
"version": "10.9.4",
|
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.9.4.tgz",
|
|
@@ -1569,6 +1750,7 @@
|
|
|
"version": "2.10.1",
|
|
|
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
|
|
|
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
|
|
|
+ "optional": true,
|
|
|
"requires": {
|
|
|
"hoek": "2.x.x"
|
|
|
}
|
|
@@ -2972,6 +3154,29 @@
|
|
|
"es5-ext": "^0.10.9"
|
|
|
}
|
|
|
},
|
|
|
+ "d3-color": {
|
|
|
+ "version": "1.4.0",
|
|
|
+ "resolved": "http://r.cnpmjs.org/d3-color/download/d3-color-1.4.0.tgz",
|
|
|
+ "integrity": "sha1-icRamV7Xc7EzFPBkYN8m1gug7K8="
|
|
|
+ },
|
|
|
+ "d3-ease": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "http://r.cnpmjs.org/d3-ease/download/d3-ease-1.0.6.tgz",
|
|
|
+ "integrity": "sha1-69ttoi36wKIiIvLU2gb2bEFqDsA="
|
|
|
+ },
|
|
|
+ "d3-interpolate": {
|
|
|
+ "version": "1.4.0",
|
|
|
+ "resolved": "http://r.cnpmjs.org/d3-interpolate/download/d3-interpolate-1.4.0.tgz",
|
|
|
+ "integrity": "sha1-Um554tgNqjg/ngwcHH3MDwWD6Yc=",
|
|
|
+ "requires": {
|
|
|
+ "d3-color": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "d3-timer": {
|
|
|
+ "version": "1.0.10",
|
|
|
+ "resolved": "http://r.cnpmjs.org/d3-timer/download/d3-timer-1.0.10.tgz",
|
|
|
+ "integrity": "sha1-3+dripF0iDGxO22ceT/71QjdneU="
|
|
|
+ },
|
|
|
"dashdash": {
|
|
|
"version": "1.14.1",
|
|
|
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
|
|
@@ -3181,6 +3386,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
|
|
|
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
|
|
|
},
|
|
|
+ "detect-browser": {
|
|
|
+ "version": "4.8.0",
|
|
|
+ "resolved": "http://r.cnpmjs.org/detect-browser/download/detect-browser-4.8.0.tgz",
|
|
|
+ "integrity": "sha1-HXO9iMF76GaQGVDOCqrh7QYJAsY="
|
|
|
+ },
|
|
|
"detect-indent": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
|
|
@@ -4365,6 +4575,11 @@
|
|
|
"pend": "~1.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "fecha": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "http://r.cnpmjs.org/fecha/download/fecha-3.0.3.tgz",
|
|
|
+ "integrity": "sha1-+rvUFkl2SaQsJNNL+nJrV5IDoeI="
|
|
|
+ },
|
|
|
"figures": {
|
|
|
"version": "1.7.0",
|
|
|
"resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
|
|
@@ -12480,6 +12695,11 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "tslib": {
|
|
|
+ "version": "1.11.1",
|
|
|
+ "resolved": "http://r.cnpmjs.org/tslib/download/tslib-1.11.1.tgz",
|
|
|
+ "integrity": "sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU="
|
|
|
+ },
|
|
|
"tty-browserify": {
|
|
|
"version": "0.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
|