diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json deleted file mode 100644 index deb23895..00000000 --- a/npm-shrinkwrap.json +++ /dev/null @@ -1,219623 +0,0 @@ -{ - "name": "bizcharts", - "version": "4.1.7", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@antv/adjust": { - "version": "https://registry.npm.alibaba-inc.com/@antv/adjust/download/@antv/adjust-0.2.3.tgz", - "requires": { - "@antv/util": "~2.0.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/attr": { - "version": "https://registry.npm.alibaba-inc.com/@antv/attr/download/@antv/attr-0.3.2.tgz", - "requires": { - "@antv/color-util": "^2.0.1", - "@antv/util": "~2.0.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/color-util": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/color-util/download/@antv/color-util-2.0.6.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/color-util": { - "version": "https://registry.npm.alibaba-inc.com/@antv/color-util/download/@antv/color-util-2.0.6.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/component": { - "version": "0.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/component/download/@antv/component-0.6.3.tgz", - "requires": { - "@antv/dom-util": "~2.0.1", - "@antv/g-base": "~0.4.0", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.7", - "@antv/scale": "~0.3.1", - "@antv/util": "~2.0.0", - "fecha": "~4.2.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/dom-util": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/dom-util/download/@antv/dom-util-2.0.3.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-base": { - "version": "0.4.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.4.7.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.3", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - } - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@types/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": { - "d3-color": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.1.tgz" - } - } - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - } - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/scale": { - "version": "0.3.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/scale/download/@antv/scale-0.3.9.tgz", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "fecha": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "fecha": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/coord": { - "version": "https://registry.npm.alibaba-inc.com/@antv/coord/download/@antv/coord-0.3.0.tgz", - "requires": { - "@antv/matrix-util": "^3.1.0-beta.2", - "@antv/util": "~2.0.3", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/data-set": { - "version": "0.11.8", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/data-set/download/@antv/data-set-0.11.8.tgz", - "dev": true, - "requires": { - "@antv/hierarchy": "^0.6.0", - "@antv/util": "^2.0.0", - "d3-composite-projections": "^1.2.0", - "d3-dsv": "^1.0.5", - "d3-geo": "~1.6.4", - "d3-geo-projection": "~2.1.2", - "d3-hexjson": "^1.0.1", - "d3-hierarchy": "^1.1.5", - "d3-sankey": "^0.9.1", - "d3-voronoi": "^1.1.2", - "dagre": "^0.8.2", - "point-at-length": "^1.0.2", - "regression": "^2.0.0", - "simple-statistics": "^6.1.0", - "topojson-client": "^3.0.0", - "wolfy87-eventemitter": "^5.1.0" - }, - "dependencies": { - "@antv/hierarchy": { - "version": "0.6.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/hierarchy/download/@antv/hierarchy-0.6.6.tgz", - "dev": true, - "requires": { - "@antv/util": "^2.0.7" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "dev": true, - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "d3-composite-projections": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-composite-projections/download/d3-composite-projections-1.4.0.tgz", - "dev": true, - "requires": { - "d3-geo": "^2.0.1", - "d3-path": "^2.0.0" - }, - "dependencies": { - "d3-geo": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-2.0.1.tgz", - "requires": { - "d3-array": ">=2.5" - }, - "dependencies": { - "d3-array": { - "version": "2.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": { - "internmap": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/internmap/download/internmap-1.0.0.tgz" - } - } - } - } - }, - "d3-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-2.0.0.tgz" - } - } - }, - "d3-dsv": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-dsv/download/d3-dsv-1.2.0.tgz", - "dev": true, - "requires": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "rw": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/rw/download/rw-1.3.3.tgz" - } - } - }, - "d3-geo": { - "version": "1.6.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-1.6.4.tgz", - "dev": true, - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - }, - "d3-geo-projection": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo-projection/download/d3-geo-projection-2.1.2.tgz", - "dev": true, - "requires": { - "commander": "2", - "d3-array": "1", - "d3-geo": "^1.1.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - }, - "d3-geo": { - "version": "1.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-1.12.1.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - } - } - }, - "d3-hexjson": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-hexjson/download/d3-hexjson-1.1.1.tgz", - "dev": true, - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - }, - "d3-hierarchy": { - "version": "1.1.9", - "resolved": "https://registry.npm.alibaba-inc.com/d3-hierarchy/download/d3-hierarchy-1.1.9.tgz", - "dev": true - }, - "d3-sankey": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-sankey/download/d3-sankey-0.9.1.tgz", - "dev": true, - "requires": { - "d3-array": "1", - "d3-collection": "1", - "d3-shape": "^1.2.0" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - }, - "d3-collection": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-collection/download/d3-collection-1.0.7.tgz" - }, - "d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": { - "d3-path": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-1.0.9.tgz" - } - } - } - } - }, - "d3-voronoi": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-voronoi/download/d3-voronoi-1.1.4.tgz", - "dev": true - }, - "dagre": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/dagre/download/dagre-0.8.5.tgz", - "dev": true, - "requires": { - "graphlib": "^2.1.8", - "lodash": "^4.17.15" - }, - "dependencies": { - "graphlib": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/graphlib/download/graphlib-2.1.8.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "point-at-length": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/point-at-length/download/point-at-length-1.1.0.tgz", - "dev": true, - "requires": { - "abs-svg-path": "~0.1.1", - "isarray": "~0.0.1", - "parse-svg-path": "~0.1.1" - }, - "dependencies": { - "abs-svg-path": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abs-svg-path/download/abs-svg-path-0.1.1.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "parse-svg-path": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-svg-path/download/parse-svg-path-0.1.2.tgz" - } - } - }, - "regression": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/regression/download/regression-2.0.1.tgz", - "dev": true - }, - "simple-statistics": { - "version": "6.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/simple-statistics/download/simple-statistics-6.1.1.tgz", - "dev": true - }, - "topojson-client": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/topojson-client/download/topojson-client-3.1.0.tgz", - "dev": true, - "requires": { - "commander": "2" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - } - } - }, - "wolfy87-eventemitter": { - "version": "5.2.9", - "resolved": "https://registry.npm.alibaba-inc.com/wolfy87-eventemitter/download/wolfy87-eventemitter-5.2.9.tgz", - "dev": true - } - } - }, - "@antv/dom-util": { - "version": "https://registry.npm.alibaba-inc.com/@antv/dom-util/download/@antv/dom-util-2.0.3.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/event-emitter": { - "version": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-base": { - "version": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - } - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@types/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": { - "d3-color": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.1.tgz" - } - } - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-canvas": { - "version": "https://registry.npm.alibaba-inc.com/@antv/g-canvas/download/@antv/g-canvas-0.5.6.tgz", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": {} - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@types/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": {} - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - } - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-math": { - "version": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - } - } - }, - "@antv/g-svg": { - "version": "https://registry.npm.alibaba-inc.com/@antv/g-svg/download/@antv/g-svg-0.5.6.tgz", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/util": "~2.0.0", - "detect-browser": "^5.0.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": {} - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@types/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": {} - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g2": { - "version": "4.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g2/download/@antv/g2-4.1.12.tgz", - "requires": { - "@antv/adjust": "^0.2.1", - "@antv/attr": "^0.3.1", - "@antv/color-util": "^2.0.2", - "@antv/component": "^0.8.7", - "@antv/coord": "^0.3.0", - "@antv/dom-util": "^2.0.2", - "@antv/event-emitter": "~0.1.0", - "@antv/g-base": "^0.5.0", - "@antv/g-canvas": "^0.5.0", - "@antv/g-svg": "^0.5.0", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "^2.0.3", - "@antv/scale": "^0.3.7", - "@antv/util": "~2.0.5", - "tslib": "^2.0.0" - }, - "dependencies": { - "@antv/adjust": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/adjust/download/@antv/adjust-0.2.3.tgz", - "requires": { - "@antv/util": "~2.0.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/attr": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/attr/download/@antv/attr-0.3.2.tgz", - "requires": { - "@antv/color-util": "^2.0.1", - "@antv/util": "~2.0.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/color-util": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/color-util/download/@antv/color-util-2.0.6.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/color-util": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/color-util/download/@antv/color-util-2.0.6.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/component": { - "version": "0.8.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/component/download/@antv/component-0.8.9.tgz", - "requires": { - "@antv/dom-util": "~2.0.1", - "@antv/g-base": "~0.5.0", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.7", - "@antv/scale": "~0.3.1", - "@antv/util": "~2.0.0", - "fecha": "~4.2.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/dom-util": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/dom-util/download/@antv/dom-util-2.0.3.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": {} - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@types/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": {} - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/scale": { - "version": "0.3.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/scale/download/@antv/scale-0.3.9.tgz", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "fecha": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "fecha": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/coord": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/coord/download/@antv/coord-0.3.0.tgz", - "requires": { - "@antv/matrix-util": "^3.1.0-beta.2", - "@antv/util": "~2.0.3", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/dom-util": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/dom-util/download/@antv/dom-util-2.0.3.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": {} - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@types/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "d3-ease": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": {} - }, - "d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-canvas": { - "version": "0.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-canvas/download/@antv/g-canvas-0.5.6.tgz", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": {} - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g-svg": { - "version": "0.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-svg/download/@antv/g-svg-0.5.6.tgz", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/util": "~2.0.0", - "detect-browser": "^5.0.0", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/g-math": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-math/download/@antv/g-math-0.1.7.tgz", - "requires": { - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "detect-browser": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/scale": { - "version": "0.3.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/scale/download/@antv/scale-0.3.9.tgz", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "fecha": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/g2plot": { - "version": "2.3.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g2plot/download/@antv/g2plot-2.3.12.tgz", - "requires": { - "@antv/event-emitter": "^0.1.2", - "@antv/g2": "^4.1.0", - "d3-hierarchy": "^2.0.0", - "d3-regression": "^1.3.5", - "d3-sankey": "^0.12.3", - "size-sensor": "^1.0.1", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g2": { - "version": "4.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g2/download/@antv/g2-4.1.12.tgz", - "requires": { - "@antv/adjust": "^0.2.1", - "@antv/attr": "^0.3.1", - "@antv/color-util": "^2.0.2", - "@antv/component": "^0.8.7", - "@antv/coord": "^0.3.0", - "@antv/dom-util": "^2.0.2", - "@antv/event-emitter": "~0.1.0", - "@antv/g-base": "^0.5.0", - "@antv/g-canvas": "^0.5.0", - "@antv/g-svg": "^0.5.0", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "^2.0.3", - "@antv/scale": "^0.3.7", - "@antv/util": "~2.0.5", - "tslib": "^2.0.0" - }, - "dependencies": { - "@antv/adjust": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/adjust/download/@antv/adjust-0.2.3.tgz", - "requires": { - "@antv/util": "~2.0.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/attr": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/attr/download/@antv/attr-0.3.2.tgz", - "requires": { - "@antv/color-util": "^2.0.1", - "@antv/util": "~2.0.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/color-util": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/color-util/download/@antv/color-util-2.0.6.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/component": { - "version": "0.8.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/component/download/@antv/component-0.8.9.tgz", - "requires": { - "@antv/dom-util": "~2.0.1", - "@antv/g-base": "~0.5.0", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.7", - "@antv/scale": "~0.3.1", - "@antv/util": "~2.0.0", - "fecha": "~4.2.0", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/coord": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/coord/download/@antv/coord-0.3.0.tgz", - "requires": { - "@antv/matrix-util": "^3.1.0-beta.2", - "@antv/util": "~2.0.3", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/dom-util": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/dom-util/download/@antv/dom-util-2.0.3.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/event-emitter": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/event-emitter/download/@antv/event-emitter-0.1.2.tgz" - }, - "@antv/g-base": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-base/download/@antv/g-base-0.5.5.tgz", - "requires": { - "@antv/event-emitter": "^0.1.1", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@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", - "detect-browser": "^5.1.0", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/g-canvas": { - "version": "0.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-canvas/download/@antv/g-canvas-0.5.6.tgz", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/matrix-util": "^3.1.0-beta.1", - "@antv/path-util": "~2.0.5", - "@antv/util": "~2.0.0", - "gl-matrix": "^3.0.0", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/g-svg": { - "version": "0.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/g-svg/download/@antv/g-svg-0.5.6.tgz", - "requires": { - "@antv/g-base": "^0.5.3", - "@antv/g-math": "^0.1.6", - "@antv/util": "~2.0.0", - "detect-browser": "^5.0.0", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/matrix-util": { - "version": "3.1.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "@antv/path-util": { - "version": "2.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "@antv/scale": { - "version": "0.3.9", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/scale/download/@antv/scale-0.3.9.tgz", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - }, - "dependencies": {} - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "d3-hierarchy": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-hierarchy/download/d3-hierarchy-2.0.0.tgz" - }, - "d3-regression": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-regression/download/d3-regression-1.3.7.tgz" - }, - "d3-sankey": { - "version": "0.12.3", - "resolved": "https://registry.npm.alibaba-inc.com/d3-sankey/download/d3-sankey-0.12.3.tgz", - "requires": { - "d3-array": "1 - 2", - "d3-shape": "^1.2.0" - }, - "dependencies": { - "d3-array": { - "version": "2.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": { - "internmap": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/internmap/download/internmap-1.0.0.tgz" - } - } - }, - "d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": { - "d3-path": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-1.0.9.tgz" - } - } - } - } - }, - "size-sensor": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/size-sensor/download/size-sensor-1.0.1.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/hierarchy": { - "version": "https://registry.npm.alibaba-inc.com/@antv/hierarchy/download/@antv/hierarchy-0.6.6.tgz", - "requires": { - "@antv/util": "^2.0.7" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "@antv/matrix-util": { - "version": "https://registry.npm.alibaba-inc.com/@antv/matrix-util/download/@antv/matrix-util-3.1.0-beta.2.tgz", - "requires": { - "@antv/util": "^2.0.9", - "gl-matrix": "^3.3.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "gl-matrix": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "@antv/path-util": { - "version": "https://registry.npm.alibaba-inc.com/@antv/path-util/download/@antv/path-util-2.0.9.tgz", - "requires": { - "@antv/util": "^2.0.9", - "tslib": "^2.0.3" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/scale": { - "version": "https://registry.npm.alibaba-inc.com/@antv/scale/download/@antv/scale-0.3.9.tgz", - "requires": { - "@antv/util": "~2.0.3", - "fecha": "~4.2.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "fecha": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@antv/util": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/@antv/util/download/@antv/util-2.0.12.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "@babel/cli": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/cli/download/@babel/cli-7.13.0.tgz", - "dev": true, - "requires": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents", - "chokidar": "^3.4.0", - "commander": "^4.0.1", - "convert-source-map": "^1.1.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "slash": "^2.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents", - "resolved": "https://registry.npm.alibaba-inc.com/@nicolo-ribaudo/chokidar-2/download/@nicolo-ribaudo/chokidar-2-2.1.8-no-fsevents.tgz", - "dev": true, - "optional": true, - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-4.0.0.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-2.1.1.tgz", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz" - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cache-base/download/cache-base-1.0.1.tgz", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "dependencies": { - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/collection-visit/download/collection-visit-1.0.0.tgz", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "dependencies": { - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-visit/download/map-visit-1.0.0.tgz", - "requires": { - "object-visit": "^1.0.0" - }, - "dependencies": { - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-1.0.0.tgz", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-1.0.0.tgz", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-4.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - } - } - } - } - } - } - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-object-path/download/to-object-path-0.3.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/union-value/download/union-value-1.0.1.tgz", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unset-value/download/unset-value-1.0.0.tgz", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-0.3.1.tgz", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-0.1.4.tgz" - }, - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-2.1.0.tgz", - "requires": { - "isarray": "1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/class-utils/download/class-utils-0.3.6.tgz", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": { - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-0.1.6.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/static-extend/download/static-extend-0.1.2.tgz", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": { - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-copy/download/object-copy-0.1.0.tgz", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz" - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": { - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - } - } - } - } - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/mixin-deep/download/mixin-deep-1.3.2.tgz", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pascalcase/download/pascalcase-0.1.1.tgz" - } - } - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": { - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": { - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/atob/download/atob-2.1.2.tgz" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz" - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-url/download/resolve-url-0.2.1.tgz" - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-url/download/source-map-url-0.4.1.tgz" - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/urix/download/urix-0.1.0.tgz" - } - } - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - } - } - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": {} - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": { - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npm.alibaba-inc.com/ret/download/ret-0.1.15.tgz" - } - } - } - } - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": { - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npm.alibaba-inc.com/ret/download/ret-0.1.15.tgz" - } - } - } - } - } - } - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/expand-brackets/download/expand-brackets-2.1.4.tgz", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": { - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz" - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": {} - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - } - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": { - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - } - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": {} - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - } - } - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": { - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - } - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": { - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - } - } - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": {} - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - } - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": {} - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - } - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": { - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - } - } - } - } - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-4.0.0.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz" - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": {} - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": { - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-1.13.1.tgz" - } - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - } - } - }, - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "dev": true, - "optional": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": { - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": { - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz", - "requires": { - "to-regex-range": "^5.0.1" - }, - "dependencies": { - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-5.0.1.tgz", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": { - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-7.0.0.tgz" - } - } - } - } - } - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": { - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - } - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": { - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-2.2.0.tgz" - } - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": { - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - } - } - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz", - "dev": true - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "fs-readdir-recursive": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-readdir-recursive/download/fs-readdir-recursive-1.1.0.tgz", - "dev": true - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": { - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/concat-map/download/concat-map-0.0.1.tgz" - } - } - } - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz", - "dev": true - } - } - }, - "@babel/code-frame": { - "version": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": { - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.3.tgz" - } - } - } - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - } - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - } - } - }, - "@babel/compat-data": { - "version": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/eslint-parser": { - "version": "https://registry.npm.alibaba-inc.com/@babel/eslint-parser/download/@babel/eslint-parser-7.13.0.tgz", - "requires": { - "eslint-scope": "5.1.0", - "eslint-visitor-keys": "^1.3.0", - "semver": "7.0.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - } - } - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - } - } - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": { - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz" - } - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - } - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - } - } - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - } - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": { - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-3.0.0.tgz" - } - } - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": { - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - } - } - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": { - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-3.0.4.tgz", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": { - "flatted": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-3.1.1.tgz" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - } - } - } - } - } - } - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": { - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - } - } - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": { - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": {} - } - } - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - } - } - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - } - } - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "ajv": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-7.1.1.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-1.0.0.tgz" - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/require-from-string/download/require-from-string-2.0.2.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-4.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-2.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - } - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - } - } - } - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-scope": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.0.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/generator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-annotate-as-pure": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-explode-assignable-expression": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-call-delegate": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-call-delegate/download/@babel/helper-call-delegate-7.0.0-beta.53.tgz", - "requires": { - "@babel/helper-hoist-variables": "7.0.0-beta.53", - "@babel/traverse": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/traverse": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.0.0-beta.53.tgz", - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/generator": "7.0.0-beta.53", - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "debug": "^3.1.0", - "globals": "^11.1.0", - "invariant": "^2.2.0", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.53.tgz", - "requires": { - "@babel/highlight": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.0.0-beta.53.tgz", - "requires": { - "chalk": "^2.0.0", - "esutils": "^2.0.2", - "js-tokens": "^3.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz" - } - } - } - } - }, - "@babel/generator": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53", - "jsesc": "^2.5.1", - "lodash": "^4.17.5", - "source-map": "^0.5.0", - "trim-right": "^1.0.1" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "trim-right": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim-right/download/trim-right-1.0.1.tgz" - } - } - }, - "@babel/helper-function-name": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.0.0-beta.53.tgz", - "requires": { - "@babel/helper-get-function-arity": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.53.tgz", - "requires": { - "@babel/highlight": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.0.0-beta.53.tgz", - "requires": { - "chalk": "^2.0.0", - "esutils": "^2.0.2", - "js-tokens": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/parser": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.0.0-beta.53.tgz" - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/parser": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.0.0-beta.53.tgz" - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": { - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-compilation-targets": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - }, - "regenerate-unicode-properties": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.2.0.tgz", - "requires": { - "regenerate": "^1.4.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - } - } - }, - "regjsgen": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.2.tgz" - }, - "regjsparser": { - "version": "0.6.7", - "resolved": "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.7.tgz", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-0.5.0.tgz" - } - } - }, - "unicode-match-property-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz", - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - }, - "dependencies": { - "unicode-canonical-property-names-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-canonical-property-names-ecmascript/download/unicode-canonical-property-names-ecmascript-1.0.4.tgz" - }, - "unicode-property-aliases-ecmascript": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-1.1.0.tgz" - } - } - }, - "unicode-match-property-value-ecmascript": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.2.0.tgz" - } - } - } - } - }, - "@babel/helper-define-map": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-define-map/download/@babel/helper-define-map-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/types": "^7.12.13", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": { - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - } - } - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "@babel/helper-explode-assignable-expression": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-function-name": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-get-function-arity": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-hoist-variables": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.0.tgz", - "requires": { - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-module-imports": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-module-transforms": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-optimise-call-expression": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-regex": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-regex/download/@babel/helper-regex-7.0.0-beta.53.tgz", - "requires": { - "lodash": "^4.17.5" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-remap-async-to-generator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-wrap-function": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-replace-supers": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-simple-access": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-validator-identifier": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/helper-validator-option": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/helper-wrap-function": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helpers": { - "version": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/highlight": { - "version": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "@babel/parser": { - "version": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-wrap-function": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-decorators": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.12.1.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-decorators": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-decorators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-do-expressions": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-do-expressions/download/@babel/plugin-proposal-do-expressions-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-do-expressions": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-do-expressions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-do-expressions/download/@babel/plugin-syntax-do-expressions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-default-from/download/@babel/plugin-proposal-export-default-from-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-export-default-from": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-default-from/download/@babel/plugin-syntax-export-default-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-function-bind": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-function-bind": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-function-bind": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-function-bind/download/@babel/plugin-syntax-function-bind-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-pipeline-operator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-pipeline-operator/download/@babel/plugin-proposal-pipeline-operator-7.3.2.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-pipeline-operator": "^7.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-pipeline-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-pipeline-operator/download/@babel/plugin-syntax-pipeline-operator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-bigint": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-bigint/download/@babel/plugin-syntax-bigint-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-decorators": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-do-expressions": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-do-expressions/download/@babel/plugin-syntax-do-expressions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-export-default-from": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-default-from/download/@babel/plugin-syntax-export-default-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-flow": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-function-bind": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-function-bind/download/@babel/plugin-syntax-function-bind-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-jsx": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-pipeline-operator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-pipeline-operator/download/@babel/plugin-syntax-pipeline-operator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-typescript": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-typescript/download/@babel/plugin-syntax-typescript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-wrap-function": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-classes": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - } - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-destructuring": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-explode-assignable-expression": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-flow-strip-types/download/@babel/plugin-transform-flow-strip-types-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-flow": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-flow": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-transform-for-of": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-function-name": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-instanceof": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-instanceof/download/@babel/plugin-transform-instanceof-7.0.0-beta.53.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz" - } - } - }, - "@babel/plugin-transform-jscript": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-jscript/download/@babel/plugin-transform-jscript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-literals": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": { - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - } - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": { - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.0.tgz", - "requires": { - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": { - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-new-target": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-object-super": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-literals": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-mutators": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-mutators/download/@babel/plugin-transform-property-mutators-7.12.13.tgz", - "requires": { - "@babel/helper-define-map": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-define-map": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-map/download/@babel/helper-define-map-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/types": "^7.12.13", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": { - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-self/download/@babel/plugin-transform-react-jsx-self-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-source/download/@babel/plugin-transform-react-jsx-source-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-regenerator": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": { - "regenerator-transform": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz", - "requires": { - "@babel/runtime": "^7.8.4" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - } - } - } - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.13.6.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - } - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - } - } - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-spread": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-template-literals": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-typescript": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-typescript": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-typescript": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-typescript/download/@babel/plugin-syntax-typescript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "dev": true, - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - } - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.0.tgz", - "requires": { - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": { - "regenerator-transform": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz", - "requires": { - "@babel/runtime": "^7.8.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - } - } - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/preset-es2015": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-es2015/download/@babel/preset-es2015-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "@babel/plugin-transform-arrow-functions": "7.0.0-beta.53", - "@babel/plugin-transform-block-scoped-functions": "7.0.0-beta.53", - "@babel/plugin-transform-block-scoping": "7.0.0-beta.53", - "@babel/plugin-transform-classes": "7.0.0-beta.53", - "@babel/plugin-transform-computed-properties": "7.0.0-beta.53", - "@babel/plugin-transform-destructuring": "7.0.0-beta.53", - "@babel/plugin-transform-duplicate-keys": "7.0.0-beta.53", - "@babel/plugin-transform-for-of": "7.0.0-beta.53", - "@babel/plugin-transform-function-name": "7.0.0-beta.53", - "@babel/plugin-transform-instanceof": "7.0.0-beta.53", - "@babel/plugin-transform-literals": "7.0.0-beta.53", - "@babel/plugin-transform-modules-amd": "7.0.0-beta.53", - "@babel/plugin-transform-modules-commonjs": "7.0.0-beta.53", - "@babel/plugin-transform-modules-systemjs": "7.0.0-beta.53", - "@babel/plugin-transform-modules-umd": "7.0.0-beta.53", - "@babel/plugin-transform-object-super": "7.0.0-beta.53", - "@babel/plugin-transform-parameters": "7.0.0-beta.53", - "@babel/plugin-transform-regenerator": "7.0.0-beta.53", - "@babel/plugin-transform-shorthand-properties": "7.0.0-beta.53", - "@babel/plugin-transform-spread": "7.0.0-beta.53", - "@babel/plugin-transform-sticky-regex": "7.0.0-beta.53", - "@babel/plugin-transform-template-literals": "7.0.0-beta.53", - "@babel/plugin-transform-typeof-symbol": "7.0.0-beta.53", - "@babel/plugin-transform-unicode-regex": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-classes": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "7.0.0-beta.53", - "@babel/helper-define-map": "7.0.0-beta.53", - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/helper-optimise-call-expression": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "@babel/helper-replace-supers": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "globals": "^11.1.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-define-map": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-map/download/@babel/helper-define-map-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/helper-function-name": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "@babel/helper-replace-supers": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-member-expression-to-functions": "7.0.0-beta.53", - "@babel/helper-optimise-call-expression": "7.0.0-beta.53", - "@babel/traverse": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/generator": "7.0.0-beta.53", - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "debug": "^3.1.0", - "globals": "^11.1.0", - "invariant": "^2.2.0", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.53.tgz", - "requires": { - "@babel/highlight": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53", - "jsesc": "^2.5.1", - "lodash": "^4.17.5", - "source-map": "^0.5.0", - "trim-right": "^1.0.1" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.0.0-beta.53.tgz", - "requires": { - "@babel/helper-get-function-arity": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.0.0-beta.53.tgz" - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-get-function-arity": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-instanceof": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-instanceof/download/@babel/plugin-transform-instanceof-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz" - } - } - }, - "@babel/plugin-transform-literals": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-module-imports": "7.0.0-beta.53", - "@babel/helper-simple-access": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/helper-simple-access": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.53.tgz", - "requires": { - "@babel/highlight": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.0.0-beta.53.tgz" - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.53.tgz", - "requires": { - "@babel/highlight": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.0.0-beta.53.tgz" - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "@babel/helper-simple-access": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-module-imports": "7.0.0-beta.53", - "@babel/helper-simple-access": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "@babel/helper-simple-access": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - } - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-module-transforms": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-module-imports": "7.0.0-beta.53", - "@babel/helper-simple-access": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/template": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/template": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "@babel/helper-replace-supers": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "@babel/helper-replace-supers": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-member-expression-to-functions": "7.0.0-beta.53", - "@babel/helper-optimise-call-expression": "7.0.0-beta.53", - "@babel/traverse": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-member-expression-to-functions": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/generator": "7.0.0-beta.53", - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "debug": "^3.1.0", - "globals": "^11.1.0", - "invariant": "^2.2.0", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-call-delegate": "7.0.0-beta.53", - "@babel/helper-get-function-arity": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-call-delegate": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-call-delegate/download/@babel/helper-call-delegate-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-hoist-variables": "7.0.0-beta.53", - "@babel/traverse": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.0.0-beta.53.tgz", - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.0.0-beta.53.tgz", - "requires": { - "@babel/code-frame": "7.0.0-beta.53", - "@babel/generator": "7.0.0-beta.53", - "@babel/helper-function-name": "7.0.0-beta.53", - "@babel/helper-split-export-declaration": "7.0.0-beta.53", - "@babel/parser": "7.0.0-beta.53", - "@babel/types": "7.0.0-beta.53", - "debug": "^3.1.0", - "globals": "^11.1.0", - "invariant": "^2.2.0", - "lodash": "^4.17.5" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-get-function-arity": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "regenerator-transform": "^0.13.3" - }, - "dependencies": { - "regenerator-transform": { - "version": "0.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.13.4.tgz", - "dev": true, - "requires": { - "private": "^0.1.6" - }, - "dependencies": { - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - } - } - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-spread": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "@babel/helper-regex": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "@babel/helper-regex": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-regex/download/@babel/helper-regex-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "lodash": "^4.17.5" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - } - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "7.0.0-beta.53", - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/types": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/types": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2", - "lodash": "^4.17.5", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - } - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.0.0-beta.53", - "@babel/helper-regex": "7.0.0-beta.53", - "regexpu-core": "^4.1.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.53.tgz", - "dev": true - }, - "@babel/helper-regex": { - "version": "7.0.0-beta.53", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-regex/download/@babel/helper-regex-7.0.0-beta.53.tgz", - "dev": true, - "requires": { - "lodash": "^4.17.5" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "regexpu-core": { - "version": "4.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "dev": true, - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - }, - "regenerate-unicode-properties": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.2.0.tgz", - "requires": { - "regenerate": "^1.4.0" - }, - "dependencies": {} - }, - "regjsgen": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.2.tgz" - }, - "regjsparser": { - "version": "0.6.7", - "resolved": "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.7.tgz", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": {} - }, - "unicode-match-property-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz", - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - }, - "dependencies": {} - }, - "unicode-match-property-value-ecmascript": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.2.0.tgz" - } - } - } - } - } - } - }, - "@babel/preset-flow": { - "version": "https://registry.npm.alibaba-inc.com/@babel/preset-flow/download/@babel/preset-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-flow-strip-types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-flow-strip-types/download/@babel/plugin-transform-flow-strip-types-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-flow": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-flow": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-flow/download/@babel/plugin-syntax-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/preset-modules": { - "version": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "@babel/preset-react": { - "version": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": { - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/preset-typescript": { - "version": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-transform-typescript": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-transform-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-typescript": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-typescript": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-typescript/download/@babel/plugin-syntax-typescript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/register": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.13.0.tgz", - "dev": true, - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": { - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": { - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-3.0.0.tgz", - "requires": { - "p-limit": "^2.0.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": { - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - } - } - } - } - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - } - } - } - } - } - } - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": { - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - } - } - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@babel/runtime-corejs3": { - "version": "https://registry.npm.alibaba-inc.com/@babel/runtime-corejs3/download/@babel/runtime-corejs3-7.13.6.tgz", - "requires": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "core-js-pure": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.9.0.tgz" - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@babel/standalone": { - "version": "https://registry.npm.alibaba-inc.com/@babel/standalone/download/@babel/standalone-7.13.6.tgz" - }, - "@babel/template": { - "version": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@base2/pretty-print-object": { - "version": "https://registry.npm.alibaba-inc.com/@base2/pretty-print-object/download/@base2/pretty-print-object-1.0.0.tgz" - }, - "@bcoe/v8-coverage": { - "version": "https://registry.npm.alibaba-inc.com/@bcoe/v8-coverage/download/@bcoe/v8-coverage-0.2.3.tgz" - }, - "@cnakazawa/watch": { - "version": "https://registry.npm.alibaba-inc.com/@cnakazawa/watch/download/@cnakazawa/watch-1.0.4.tgz", - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "dependencies": { - "exec-sh": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "@egoist/vue-to-react": { - "version": "https://registry.npm.alibaba-inc.com/@egoist/vue-to-react/download/@egoist/vue-to-react-1.1.0.tgz" - }, - "@emotion/cache": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": { - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/stylis/download/@emotion/stylis-0.8.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - } - } - }, - "@emotion/core": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": { - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/stylis/download/@emotion/stylis-0.8.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - } - } - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": { - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "csstype": { - "version": "2.6.15", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.15.tgz" - } - } - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": { - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "csstype": { - "version": "2.6.15", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.15.tgz" - } - } - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-6.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz" - } - } - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - } - } - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "find-root": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - } - } - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": { - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "csstype": { - "version": "2.6.15", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.15.tgz" - } - } - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - } - } - }, - "@emotion/css": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": {} - } - } - }, - "@emotion/hash": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/is-prop-valid": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/is-prop-valid/download/@emotion/is-prop-valid-0.8.8.tgz", - "requires": { - "@emotion/memoize": "0.7.4" - }, - "dependencies": { - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - } - } - }, - "@emotion/memoize": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/serialize": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": { - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "csstype": { - "version": "2.6.15", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.15.tgz" - } - } - }, - "@emotion/sheet": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/styled": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/styled-base": { - "version": "10.0.31", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled-base/download/@emotion/styled-base-10.0.31.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@emotion/is-prop-valid": { - "version": "0.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/is-prop-valid/download/@emotion/is-prop-valid-0.8.8.tgz", - "requires": { - "@emotion/memoize": "0.7.4" - }, - "dependencies": { - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - } - } - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": { - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "csstype": { - "version": "2.6.15", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.15.tgz" - } - } - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - } - } - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": {} - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "find-root": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - } - } - }, - "@emotion/styled-base": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/styled-base/download/@emotion/styled-base-10.0.31.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/is-prop-valid": { - "version": "0.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/is-prop-valid/download/@emotion/is-prop-valid-0.8.8.tgz", - "requires": { - "@emotion/memoize": "0.7.4" - }, - "dependencies": {} - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - } - } - }, - "@emotion/stylis": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/stylis/download/@emotion/stylis-0.8.5.tgz" - }, - "@emotion/unitless": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/unitless/download/@emotion/unitless-0.7.5.tgz" - }, - "@emotion/utils": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "@emotion/weak-memoize": { - "version": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - }, - "@eslint/eslintrc": { - "version": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - } - } - }, - "@hypnosphi/create-react-context": { - "version": "https://registry.npm.alibaba-inc.com/@hypnosphi/create-react-context/download/@hypnosphi/create-react-context-0.3.1.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": { - "gud": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - } - } - } - } - }, - "@icons/material": { - "version": "https://registry.npm.alibaba-inc.com/@icons/material/download/@icons/material-0.2.4.tgz" - }, - "@istanbuljs/load-nyc-config": { - "version": "https://registry.npm.alibaba-inc.com/@istanbuljs/load-nyc-config/download/@istanbuljs/load-nyc-config-1.1.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": { - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-4.1.0.tgz", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": { - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - } - } - } - } - } - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-package-type/download/get-package-type-0.1.0.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - }, - "@istanbuljs/schema": { - "version": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "@jest/console": { - "version": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": { - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": { - "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": { - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz", - "requires": { - "to-regex-range": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - } - } - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "@jest/core": { - "version": "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "@jest/reporters": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/reporters/download/@jest/reporters-26.6.2.tgz", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "dependencies": { - "@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@bcoe/v8-coverage/download/@bcoe/v8-coverage-0.2.3.tgz" - }, - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/load-nyc-config/download/@istanbuljs/load-nyc-config-1.1.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-package-type/download/get-package-type-0.1.0.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-6.0.0.tgz", - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "dependencies": { - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": { - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": { - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": { - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-int64/download/node-int64-0.4.0.tgz" - } - } - } - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@cnakazawa/watch/download/@cnakazawa/watch-1.0.4.tgz", - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "dependencies": { - "exec-sh": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz", - "requires": { - "rsvp": "^4.8.4" - }, - "dependencies": { - "rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/rsvp/download/rsvp-4.8.5.tgz" - } - } - }, - "exec-sh": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-1.0.0.tgz", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": { - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-1.0.0.tgz" - } - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - } - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - } - } - } - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-2.0.2.tgz", - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": { - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - } - } - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz" - } - } - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": { - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": {} - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": { - "makeerror": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": { - "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/tmpl/download/tmpl-1.0.4.tgz" - } - } - } - } - } - } - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": { - "makeerror": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": {} - } - } - } - } - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": { - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", - "requires": { - "is-typedarray": "^1.0.0" - }, - "dependencies": { - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - } - } - } - } - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - } - } - }, - "istanbul-lib-source-maps": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-4.0.0.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "istanbul-reports": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-3.0.2.tgz", - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "dependencies": { - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": { - "jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - } - } - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": { - "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - } - } - } - } - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": { - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": { - "jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": { - "util.promisify": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "for-each": { - "version": "0.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/for-each/download/for-each-0.3.3.tgz", - "requires": { - "is-callable": "^1.1.3" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.2.tgz" - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": { - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - } - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - } - } - } - } - } - } - } - } - } - } - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "@types/normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.0.tgz" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": { - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.1.tgz", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz" - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz" - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - } - } - } - } - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - } - } - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.6.0.tgz" - } - } - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "node-notifier": { - "version": "8.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-notifier/download/node-notifier-8.0.1.tgz", - "optional": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - }, - "dependencies": { - "growly": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/growly/download/growly-1.3.0.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - } - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/shellwords/download/shellwords-0.1.1.tgz" - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-8.3.2.tgz" - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "string-length": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/char-regex/download/char-regex-1.0.2.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - } - } - }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/terminal-link/download/terminal-link-2.1.1.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - } - } - } - } - }, - "v8-to-istanbul": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-to-istanbul/download/v8-to-istanbul-7.1.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - } - } - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-changed-files": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-changed-files/download/jest-changed-files-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-4.1.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - } - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - } - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - } - } - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": { - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-6.0.1.tgz", - "requires": { - "@sinonjs/commons": "^1.7.0" - }, - "dependencies": { - "@sinonjs/commons": { - "version": "1.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/commons/download/@sinonjs/commons-1.8.2.tgz", - "requires": { - "type-detect": "4.0.8" - }, - "dependencies": { - "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/type-detect/download/type-detect-4.0.8.tgz" - } - } - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "emittery": { - "version": "0.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/emittery/download/emittery-0.7.2.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@types/babel__generator": { - "version": "7.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__generator/download/@types/babel__generator-7.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@types/babel__template": { - "version": "7.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__template/download/@types/babel__template-7.4.0.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - } - } - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/load-nyc-config/download/@istanbuljs/load-nyc-config-1.1.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "dependencies": {} - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-6.0.0.tgz", - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "dependencies": {} - } - } - }, - "babel-preset-jest": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-26.6.2.tgz", - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "dependencies": { - "babel-plugin-jest-hoist": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-26.6.2.tgz", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@types/babel__generator": { - "version": "7.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__generator/download/@types/babel__generator-7.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0" - }, - "dependencies": {} - }, - "@types/babel__template": { - "version": "7.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__template/download/@types/babel__template-7.4.0.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - } - } - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-current-node-syntax/download/babel-preset-current-node-syntax-1.0.1.tgz", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "dependencies": { - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-bigint/download/@babel/plugin-syntax-bigint-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - } - } - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-6.0.1.tgz", - "requires": { - "@sinonjs/commons": "^1.7.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jsdom": { - "version": "16.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-16.4.0.tgz", - "requires": { - "abab": "^2.0.3", - "acorn": "^7.1.1", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.2.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", - "domexception": "^2.0.1", - "escodegen": "^1.14.1", - "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", - "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", - "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-6.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - } - } - }, - "cssom": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.4.4.tgz" - }, - "cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-2.3.0.tgz", - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - } - } - }, - "data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-2.0.0.tgz", - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-2.0.2.tgz", - "requires": { - "punycode": "^2.1.1" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - } - } - } - } - }, - "decimal.js": { - "version": "10.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/decimal.js/download/decimal.js-10.2.1.tgz" - }, - "domexception": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-2.0.1.tgz", - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": { - "webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-5.0.0.tgz" - } - } - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": { - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "dependencies": { - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": { - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - } - } - } - } - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": { - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - } - } - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-2.0.1.tgz", - "requires": { - "whatwg-encoding": "^1.0.5" - }, - "dependencies": { - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - } - } - } - } - }, - "is-potential-custom-element-name": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-potential-custom-element-name/download/is-potential-custom-element-name-1.0.0.tgz" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "parse5": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-5.1.1.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": { - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz" - } - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": { - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/asynckit/download/asynckit-0.4.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": { - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz" - } - } - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": { - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - } - } - } - } - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/har-schema/download/har-schema-2.0.0.tgz" - } - } - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsprim/download/jsprim-1.4.1.tgz", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.3.0.tgz" - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema/download/json-schema-0.2.3.tgz" - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/verror/download/verror-1.10.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "extsprintf": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.4.0.tgz" - } - } - } - } - }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/sshpk/download/sshpk-1.16.1.tgz", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "dependencies": { - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/asn1/download/asn1-0.2.4.tgz", - "requires": { - "safer-buffer": "~2.1.0" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz", - "requires": { - "tweetnacl": "^0.14.3" - }, - "dependencies": { - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - } - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/dashdash/download/dashdash-1.14.1.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - } - } - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/getpass/download/getpass-0.1.7.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - } - } - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - } - } - } - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": { - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - } - } - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": { - "request-promise-core": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.4.tgz", - "requires": { - "lodash": "^4.17.19" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - } - } - }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/saxes/download/saxes-5.0.1.tgz", - "requires": { - "xmlchars": "^2.2.0" - }, - "dependencies": { - "xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/xmlchars/download/xmlchars-2.2.0.tgz" - } - } - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "tough-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-3.0.1.tgz", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "ip-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-2.1.0.tgz" - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": { - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz" - } - } - }, - "w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-xmlserializer/download/w3c-xmlserializer-2.0.0.tgz", - "requires": { - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - } - } - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-2.0.2.tgz", - "requires": { - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - } - } - }, - "ws": { - "version": "7.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-7.4.3.tgz" - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - } - } - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - } - } - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-6.0.1.tgz", - "requires": { - "@sinonjs/commons": "^1.7.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - } - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - } - } - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - } - } - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "jest-each": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - } - } - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-6.0.1.tgz", - "requires": { - "@sinonjs/commons": "^1.7.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - } - } - } - } - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": { - "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": { - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-6.0.0.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-6.2.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - } - } - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-18.1.3.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - } - } - } - } - } - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-26.0.0.tgz", - "requires": { - "detect-newline": "^3.0.0" - }, - "dependencies": { - "detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-3.1.0.tgz" - } - } - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-26.6.2.tgz", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "jest-resolve-dependencies": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve-dependencies/download/jest-resolve-dependencies-26.6.3.tgz", - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "emittery": { - "version": "0.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/emittery/download/emittery-0.7.2.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-26.0.0.tgz", - "requires": { - "detect-newline": "^3.0.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-26.6.2.tgz", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-watcher": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-watcher/download/jest-watcher-26.6.2.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "dependencies": { - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "string-length": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/char-regex/download/char-regex-1.0.2.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-each-series/download/p-each-series-2.2.0.tgz" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - } - } - }, - "@jest/environment": { - "version": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - } - } - }, - "@jest/fake-timers": { - "version": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-6.0.1.tgz", - "requires": { - "@sinonjs/commons": "^1.7.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/globals": { - "version": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - } - } - }, - "@jest/reporters": { - "version": "https://registry.npm.alibaba-inc.com/@jest/reporters/download/@jest/reporters-26.6.2.tgz", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "dependencies": { - "@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@bcoe/v8-coverage/download/@bcoe/v8-coverage-0.2.3.tgz" - }, - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": {} - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "istanbul-lib-source-maps": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-4.0.0.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "istanbul-reports": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-3.0.2.tgz", - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "node-notifier": { - "version": "8.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-notifier/download/node-notifier-8.0.1.tgz", - "optional": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "string-length": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/terminal-link/download/terminal-link-2.1.1.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": {} - }, - "v8-to-istanbul": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-to-istanbul/download/v8-to-istanbul-7.1.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": {} - } - } - }, - "@jest/source-map": { - "version": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@jest/test-result": { - "version": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/test-sequencer": { - "version": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": { - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - } - } - }, - "@jest/transform": { - "version": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "@mdn/browser-compat-data": { - "version": "https://registry.npm.alibaba-inc.com/@mdn/browser-compat-data/download/@mdn/browser-compat-data-2.0.7.tgz", - "requires": { - "extend": "3.0.2" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - } - } - }, - "@mdx-js/loader": { - "version": "https://registry.npm.alibaba-inc.com/@mdx-js/loader/download/@mdx-js/loader-1.6.22.tgz", - "requires": { - "@mdx-js/mdx": "1.6.22", - "@mdx-js/react": "1.6.22", - "loader-utils": "2.0.0" - }, - "dependencies": { - "@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/mdx/download/@mdx-js/mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-apply-mdx-type-prop/download/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - } - } - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-extract-import-names/download/babel-plugin-extract-import-names-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - } - } - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-css/download/camelcase-css-2.0.1.tgz" - }, - "detab": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/detab/download/detab-2.0.4.tgz", - "requires": { - "repeat-string": "^1.5.4" - }, - "dependencies": { - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-raw/download/hast-util-raw-6.0.1.tgz", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "@types/hast": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-from-parse5/download/hast-util-from-parse5-6.0.1.tgz", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse5/download/@types/parse5-5.0.3.tgz" - }, - "hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-6.0.0.tgz", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": { - "@types/hast": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - } - } - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - } - } - } - } - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - } - } - }, - "hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-to-parse5/download/hast-util-to-parse5-6.0.0.tgz", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-to-hyperscript/download/hast-to-hyperscript-9.0.1.tgz", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": { - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz" - } - } - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - } - } - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/html-void-elements/download/html-void-elements-1.0.5.tgz" - }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-6.0.1.tgz" - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-hast/download/mdast-util-to-hast-10.0.1.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "@types/mdast": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-4.0.0.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - } - } - } - } - }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mdurl/download/mdurl-1.0.1.tgz" - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-generated/download/unist-util-generated-1.1.6.tgz" - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-footnotes/download/remark-footnotes-2.0.0.tgz" - }, - "remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/remark-mdx/download/remark-mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": { - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - } - } - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-2.0.1.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-2.0.1.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": {} - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-squeeze-paragraphs/download/remark-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "dependencies": { - "mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-squeeze-paragraphs/download/mdast-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "unist-util-remove": "^2.0.0" - }, - "dependencies": { - "unist-util-remove": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove/download/unist-util-remove-2.0.1.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - } - } - } - } - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": { - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz" - } - } - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/react/download/@mdx-js/react-1.6.22.tgz" - }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - } - } - } - } - }, - "@mdx-js/mdx": { - "version": "https://registry.npm.alibaba-inc.com/@mdx-js/mdx/download/@mdx-js/mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-apply-mdx-type-prop/download/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": {} - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-extract-import-names/download/babel-plugin-extract-import-names-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": {} - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-css/download/camelcase-css-2.0.1.tgz" - }, - "detab": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/detab/download/detab-2.0.4.tgz", - "requires": { - "repeat-string": "^1.5.4" - }, - "dependencies": {} - }, - "hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-raw/download/hast-util-raw-6.0.1.tgz", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": {} - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-hast/download/mdast-util-to-hast-10.0.1.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "dependencies": {} - }, - "remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-footnotes/download/remark-footnotes-2.0.0.tgz" - }, - "remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/remark-mdx/download/remark-mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": {} - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-squeeze-paragraphs/download/remark-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "dependencies": {} - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": {} - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": {} - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "@mdx-js/react": { - "version": "https://registry.npm.alibaba-inc.com/@mdx-js/react/download/@mdx-js/react-1.6.22.tgz" - }, - "@mdx-js/util": { - "version": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "@mrmlnc/readdir-enhanced": { - "version": "https://registry.npm.alibaba-inc.com/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz", - "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "dependencies": { - "call-me-maybe": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/call-me-maybe/download/call-me-maybe-1.0.1.tgz" - }, - "glob-to-regexp": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz" - } - } - }, - "@nicolo-ribaudo/chokidar-2": { - "version": "https://registry.npm.alibaba-inc.com/@nicolo-ribaudo/chokidar-2/download/@nicolo-ribaudo/chokidar-2-2.1.8-no-fsevents.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": {} - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - } - } - }, - "@nodelib/fs.scandir": { - "version": "https://registry.npm.alibaba-inc.com/@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.4.tgz", - "requires": { - "@nodelib/fs.stat": "2.0.4", - "run-parallel": "^1.1.9" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/run-parallel/download/run-parallel-1.2.0.tgz", - "requires": { - "queue-microtask": "^1.2.2" - }, - "dependencies": { - "queue-microtask": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/queue-microtask/download/queue-microtask-1.2.2.tgz" - } - } - } - } - }, - "@nodelib/fs.stat": { - "version": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "@nodelib/fs.walk": { - "version": "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.6.tgz", - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - }, - "dependencies": { - "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.4.tgz", - "requires": { - "@nodelib/fs.stat": "2.0.4", - "run-parallel": "^1.1.9" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/run-parallel/download/run-parallel-1.2.0.tgz", - "requires": { - "queue-microtask": "^1.2.2" - }, - "dependencies": {} - } - } - }, - "fastq": { - "version": "1.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/fastq/download/fastq-1.10.1.tgz", - "requires": { - "reusify": "^1.0.4" - }, - "dependencies": { - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/reusify/download/reusify-1.0.4.tgz" - } - } - } - } - }, - "@reach/router": { - "version": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": { - "create-react-context": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.3.0.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": { - "gud": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz" - } - } - }, - "@rollup/plugin-babel": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-babel/download/@rollup/plugin-babel-5.2.1.tgz", - "requires": { - "@babel/helper-module-imports": "^7.10.4", - "@rollup/pluginutils": "^3.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - } - } - }, - "@rollup/plugin-commonjs": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-commonjs/download/@rollup/plugin-commonjs-16.0.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "commondir": "^1.0.1", - "estree-walker": "^2.0.1", - "glob": "^7.1.6", - "is-reference": "^1.2.1", - "magic-string": "^0.25.7", - "resolve": "^1.17.0" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "is-reference": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-reference/download/is-reference-1.2.1.tgz", - "requires": { - "@types/estree": "*" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.46", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.46.tgz" - } - } - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": { - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "@rollup/plugin-inject": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-inject/download/@rollup/plugin-inject-4.0.2.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.4", - "estree-walker": "^1.0.1", - "magic-string": "^0.25.5" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": { - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - } - } - } - } - }, - "@rollup/plugin-json": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-json/download/@rollup/plugin-json-4.1.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.8" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - } - } - }, - "@rollup/plugin-node-resolve": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-node-resolve/download/@rollup/plugin-node-resolve-10.0.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "builtin-modules": "^3.1.0", - "deepmerge": "^4.2.2", - "is-module": "^1.0.0", - "resolve": "^1.17.0" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "@types/resolve": { - "version": "1.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/resolve/download/@types/resolve-1.17.1.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "builtin-modules": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/builtin-modules/download/builtin-modules-3.2.0.tgz" - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "is-module": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-module/download/is-module-1.0.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "@rollup/plugin-replace": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-replace/download/@rollup/plugin-replace-2.3.4.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "magic-string": "^0.25.7" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": { - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - } - } - } - } - }, - "@rollup/plugin-url": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/plugin-url/download/@rollup/plugin-url-5.0.1.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.4", - "make-dir": "^3.0.0", - "mime": "^2.4.4" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - } - } - }, - "@rollup/pluginutils": { - "version": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "@samverschueren/stream-to-observable": { - "version": "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz", - "requires": { - "any-observable": "^0.3.0" - }, - "dependencies": { - "any-observable": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.3.0.tgz" - } - } - }, - "@sindresorhus/is": { - "version": "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz" - }, - "@sinonjs/commons": { - "version": "https://registry.npm.alibaba-inc.com/@sinonjs/commons/download/@sinonjs/commons-1.8.2.tgz", - "requires": { - "type-detect": "4.0.8" - }, - "dependencies": { - "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/type-detect/download/type-detect-4.0.8.tgz" - } - } - }, - "@sinonjs/fake-timers": { - "version": "https://registry.npm.alibaba-inc.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-6.0.1.tgz", - "requires": { - "@sinonjs/commons": "^1.7.0" - }, - "dependencies": { - "@sinonjs/commons": { - "version": "1.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/@sinonjs/commons/download/@sinonjs/commons-1.8.2.tgz", - "requires": { - "type-detect": "4.0.8" - }, - "dependencies": {} - } - } - }, - "@storybook/addon-actions": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-actions/download/@storybook/addon-actions-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/client-api": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/theming": "5.3.21", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-inspector": "^4.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": { - "create-react-context": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.3.0.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz" - } - } - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": { - "create-react-context": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.3.0.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": { - "dom-walk": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-walk/download/dom-walk-0.1.2.tgz" - } - } - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": {} - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - } - } - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/styled-base": { - "version": "10.0.31", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled-base/download/@emotion/styled-base-10.0.31.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/is-prop-valid": "0.8.8", - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": {} - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": { - "@types/is-function": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": { - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "dev": true, - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@types/webpack-env": "^1.15.0", - "core-js": "^3.0.1", - "eventemitter3": "^4.0.0", - "global": "^4.3.2", - "is-plain-object": "^3.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "stable": "^0.1.8", - "ts-dedent": "^1.1.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/channel-postmessage": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": { - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": { - "@types/is-function": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - } - } - } - } - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@types/webpack-env": { - "version": "1.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.16.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - } - } - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - } - } - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - } - } - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "focus-lock": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/focus-lock/download/focus-lock-0.8.1.tgz", - "requires": { - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react-clientside-effect": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/react-clientside-effect/download/react-clientside-effect-1.2.5.tgz", - "requires": { - "@babel/runtime": "^7.12.13" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - } - } - }, - "use-callback-ref": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/use-callback-ref/download/use-callback-ref-1.2.5.tgz" - }, - "use-sidecar": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/use-sidecar/download/use-sidecar-1.0.4.tgz", - "requires": { - "detect-node-es": "^1.0.0", - "tslib": "^1.9.3" - }, - "dependencies": { - "detect-node-es": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-node-es/download/detect-node-es-1.0.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - } - } - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-3.2.0.tgz" - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - } - } - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "react-popper": { - "version": "1.3.10", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper/download/react-popper-1.3.10.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "@hypnosphi/create-react-context": "^0.3.1", - "popper.js": "^1.14.4", - "prop-types": "^15.6.1", - "typed-styles": "^0.0.7", - "warning": "^4.0.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@hypnosphi/create-react-context": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@hypnosphi/create-react-context/download/@hypnosphi/create-react-context-0.3.1.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": { - "gud": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "typed-styles": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/typed-styles/download/typed-styles-0.0.7.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - }, - "lowlight": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/lowlight/download/lowlight-1.11.0.tgz", - "requires": { - "fault": "^1.0.2", - "highlight.js": "~9.13.0" - }, - "dependencies": { - "fault": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/fault/download/fault-1.0.4.tgz", - "requires": { - "format": "^0.2.0" - }, - "dependencies": { - "format": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/format/download/format-0.2.2.tgz" - } - } - }, - "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - } - } - }, - "prismjs": { - "version": "1.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.23.0.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": { - "clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "optional": true, - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": { - "good-listener": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz", - "requires": { - "delegate": "^3.1.2" - }, - "dependencies": { - "delegate": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/delegate/download/delegate-3.2.0.tgz" - } - } - }, - "select": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz" - }, - "tiny-emitter": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz" - } - } - } - } - }, - "refractor": { - "version": "2.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/refractor/download/refractor-2.10.1.tgz", - "requires": { - "hastscript": "^5.0.0", - "parse-entities": "^1.1.2", - "prismjs": "~1.17.0" - }, - "dependencies": { - "hastscript": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-5.1.2.tgz", - "requires": { - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": { - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - } - } - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": { - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - } - } - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "prismjs": { - "version": "1.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.17.1.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": { - "clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "optional": true, - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": { - "good-listener": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz", - "requires": { - "delegate": "^3.1.2" - }, - "dependencies": {} - }, - "select": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz" - }, - "tiny-emitter": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz" - } - } - } - } - } - } - } - } - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "simplebar": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar/download/simplebar-4.2.3.tgz", - "requires": { - "can-use-dom": "^0.1.0", - "core-js": "^3.0.1", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "lodash.throttle": "^4.1.1", - "resize-observer-polyfill": "^1.5.1" - }, - "dependencies": { - "can-use-dom": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/can-use-dom/download/can-use-dom-0.1.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz" - }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz" - } - } - } - } - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "dev": true, - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz", - "dev": true - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-inspector": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-inspector/download/react-inspector-4.0.1.tgz", - "dev": true, - "requires": { - "@babel/runtime": "^7.6.3", - "is-dom": "^1.0.9", - "prop-types": "^15.6.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "is-dom": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-dom/download/is-dom-1.1.0.tgz", - "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - }, - "dependencies": { - "is-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-object/download/is-object-1.0.2.tgz" - }, - "is-window": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-window/download/is-window-1.0.2.tgz" - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz", - "dev": true - } - } - }, - "@storybook/addon-backgrounds": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-backgrounds/download/@storybook/addon-backgrounds-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/theming": "5.3.21", - "core-js": "^3.0.1", - "memoizerific": "^1.11.3", - "react": "^16.8.3", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "dev": true, - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": {} - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": {} - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "dev": true, - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "dev": true, - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz", - "dev": true - } - } - }, - "@storybook/addon-docs": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-docs/download/@storybook/addon-docs-5.3.21.tgz", - "dev": true, - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.2", - "@babel/plugin-transform-react-jsx": "^7.3.0", - "@egoist/vue-to-react": "^1.1.0", - "@jest/transform": "^24.9.0", - "@mdx-js/loader": "^1.5.1", - "@mdx-js/mdx": "^1.5.1", - "@mdx-js/react": "^1.5.1", - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/postinstall": "5.3.21", - "@storybook/source-loader": "5.3.21", - "@storybook/theming": "5.3.21", - "acorn": "^7.1.0", - "acorn-jsx": "^5.1.0", - "acorn-walk": "^7.0.0", - "core-js": "^3.0.1", - "doctrine": "^3.0.0", - "escodegen": "^1.12.0", - "global": "^4.3.2", - "html-tags": "^3.1.0", - "js-string-escape": "^1.0.1", - "lodash": "^4.17.15", - "prop-types": "^15.7.2", - "react-element-to-jsx-string": "^14.1.0", - "remark-external-links": "^5.0.0", - "remark-slug": "^5.1.2", - "ts-dedent": "^1.1.0", - "util-deprecate": "^1.0.2", - "vue-docgen-api": "^4.1.0", - "vue-docgen-loader": "^1.3.0-beta.0" - }, - "dependencies": { - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "dev": true, - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz", - "dev": true - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@egoist/vue-to-react": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@egoist/vue-to-react/download/@egoist/vue-to-react-1.1.0.tgz", - "dev": true - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "dev": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": { - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "read-pkg-up": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-4.0.0.tgz", - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": { - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz" - } - } - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - } - } - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - } - } - } - } - } - } - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - } - } - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": { - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": {} - } - } - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": { - "bindings": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/bindings/download/bindings-1.5.0.tgz", - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": { - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz" - } - } - }, - "nan": { - "version": "2.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-serializer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - } - } - } - } - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@cnakazawa/watch/download/@cnakazawa/watch-1.0.4.tgz", - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz", - "requires": { - "rsvp": "^4.8.4" - }, - "dependencies": {} - }, - "exec-sh": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-1.0.0.tgz", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": { - "makeerror": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": {} - } - } - } - } - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": { - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - } - } - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": { - "util.promisify": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - } - } - }, - "@mdx-js/loader": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/loader/download/@mdx-js/loader-1.6.22.tgz", - "dev": true, - "requires": { - "@mdx-js/mdx": "1.6.22", - "@mdx-js/react": "1.6.22", - "loader-utils": "2.0.0" - }, - "dependencies": { - "@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/mdx/download/@mdx-js/mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": {} - }, - "@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/react/download/@mdx-js/react-1.6.22.tgz" - }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": {} - } - } - }, - "@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/mdx/download/@mdx-js/mdx-1.6.22.tgz", - "dev": true, - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-apply-mdx-type-prop/download/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": {} - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-extract-import-names/download/babel-plugin-extract-import-names-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": {} - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-css/download/camelcase-css-2.0.1.tgz" - }, - "detab": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/detab/download/detab-2.0.4.tgz", - "requires": { - "repeat-string": "^1.5.4" - }, - "dependencies": {} - }, - "hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-raw/download/hast-util-raw-6.0.1.tgz", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": {} - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-hast/download/mdast-util-to-hast-10.0.1.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "dependencies": {} - }, - "remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-footnotes/download/remark-footnotes-2.0.0.tgz" - }, - "remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/remark-mdx/download/remark-mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": {} - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-squeeze-paragraphs/download/remark-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "dependencies": {} - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": {} - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": {} - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/react/download/@mdx-js/react-1.6.22.tgz", - "dev": true - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "dev": true, - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": {} - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": {} - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "dev": true, - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@storybook/postinstall": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/postinstall/download/@storybook/postinstall-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/source-loader": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/source-loader/download/@storybook/source-loader-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/csf": "0.0.1", - "core-js": "^3.0.1", - "estraverse": "^4.2.0", - "global": "^4.3.2", - "loader-utils": "^1.2.3", - "prettier": "^1.16.4", - "prop-types": "^15.7.2", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - } - } - }, - "prettier": { - "version": "1.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/prettier/download/prettier-1.19.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "dev": true, - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz", - "dev": true - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz", - "dev": true - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz", - "dev": true - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "dev": true, - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "dev": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "html-tags": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-3.1.0.tgz", - "dev": true - }, - "js-string-escape": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-string-escape/download/js-string-escape-1.0.1.tgz", - "dev": true - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react-element-to-jsx-string": { - "version": "14.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-element-to-jsx-string/download/react-element-to-jsx-string-14.3.2.tgz", - "dev": true, - "requires": { - "@base2/pretty-print-object": "1.0.0", - "is-plain-object": "3.0.1" - }, - "dependencies": { - "@base2/pretty-print-object": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@base2/pretty-print-object/download/@base2/pretty-print-object-1.0.0.tgz" - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - } - } - }, - "remark-external-links": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-external-links/download/remark-external-links-5.0.0.tgz", - "dev": true, - "requires": { - "extend": "^3.0.0", - "is-absolute-url": "^3.0.0", - "mdast-util-definitions": "^1.2.3", - "space-separated-tokens": "^1.1.2", - "unist-util-visit": "^1.4.0" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz" - }, - "mdast-util-definitions": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-1.2.5.tgz", - "requires": { - "unist-util-visit": "^1.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-3.0.0.tgz" - } - } - } - } - } - } - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "remark-slug": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/remark-slug/download/remark-slug-5.1.2.tgz", - "dev": true, - "requires": { - "github-slugger": "^1.0.0", - "mdast-util-to-string": "^1.0.0", - "unist-util-visit": "^1.0.0" - }, - "dependencies": { - "github-slugger": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/github-slugger/download/github-slugger-1.3.0.tgz", - "requires": { - "emoji-regex": ">=6.0.0 <=6.1.1" - }, - "dependencies": { - "emoji-regex": { - "version": "6.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-6.1.1.tgz" - } - } - }, - "mdast-util-to-string": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-1.1.0.tgz" - }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz", - "dev": true - }, - "vue-docgen-api": { - "version": "4.35.0", - "resolved": "https://registry.npm.alibaba-inc.com/vue-docgen-api/download/vue-docgen-api-4.35.0.tgz", - "dev": true, - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.0", - "@vue/compiler-dom": "^3.0.0-rc.6", - "@vue/compiler-sfc": "^3.0.0-rc.6", - "ast-types": "0.13.3", - "hash-sum": "^1.0.2", - "lru-cache": "^4.1.5", - "pug": "^3.0.0", - "recast": "0.19.1", - "ts-map": "^1.0.3", - "vue-inbrowser-compiler-utils": "^4.33.6" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": { - "@vue/compiler-core": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - } - } - }, - "@vue/compiler-sfc": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/compiler-core": "3.0.5", - "@vue/compiler-dom": "3.0.5", - "@vue/compiler-ssr": "3.0.5", - "@vue/shared": "3.0.5", - "consolidate": "^0.16.0", - "estree-walker": "^2.0.1", - "hash-sum": "^2.0.0", - "lru-cache": "^5.1.1", - "magic-string": "^0.25.7", - "merge-source-map": "^1.1.0", - "postcss": "^7.0.32", - "postcss-modules": "^3.2.2", - "postcss-selector-parser": "^6.0.4", - "source-map": "^0.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@vue/compiler-core": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": { - "@vue/compiler-core": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - } - } - }, - "@vue/compiler-ssr": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.0.5.tgz", - "requires": { - "@vue/compiler-dom": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": { - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": { - "@vue/compiler-core": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - } - } - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - } - } - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - }, - "consolidate": { - "version": "0.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/consolidate/download/consolidate-0.16.0.tgz", - "requires": { - "bluebird": "^3.7.2" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - } - } - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "hash-sum": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-2.0.0.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-3.1.1.tgz" - } - } - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": { - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - } - } - }, - "merge-source-map": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-source-map/download/merge-source-map-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - } - } - }, - "postcss-modules": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-3.2.2.tgz", - "requires": { - "generic-names": "^2.0.1", - "icss-replace-symbols": "^1.1.0", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "string-hash": "^1.1.1" - }, - "dependencies": { - "generic-names": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - } - } - }, - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "hash-sum": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-1.0.2.tgz" - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": { - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - } - } - }, - "pug": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug/download/pug-3.0.0.tgz", - "requires": { - "pug-code-gen": "^3.0.0", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.0", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.0", - "pug-strip-comments": "^2.0.0" - }, - "dependencies": { - "pug-code-gen": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pug-code-gen/download/pug-code-gen-3.0.1.tgz", - "requires": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "doctypes": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctypes/download/doctypes-1.1.0.tgz" - }, - "js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "pug-attrs": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-attrs/download/pug-attrs-3.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - } - } - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "void-elements": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/void-elements/download/void-elements-3.1.0.tgz" - }, - "with": { - "version": "7.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/with/download/with-7.0.2.tgz", - "requires": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "assert-never": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/assert-never/download/assert-never-1.2.1.tgz" - }, - "babel-walk": { - "version": "3.0.0-canary-5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-walk/download/babel-walk-3.0.0-canary-5.tgz", - "requires": { - "@babel/types": "^7.9.6" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - } - } - } - } - }, - "pug-filters": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-filters/download/pug-filters-4.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jstransformer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jstransformer/download/jstransformer-1.0.0.tgz", - "requires": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - }, - "dependencies": { - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - } - } - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "pug-lexer": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-lexer/download/pug-lexer-5.0.0.tgz", - "requires": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" - }, - "dependencies": { - "character-parser": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/character-parser/download/character-parser-2.2.0.tgz", - "requires": { - "is-regex": "^1.0.3" - }, - "dependencies": { - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - } - } - }, - "is-expression": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-expression/download/is-expression-4.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - } - } - }, - "pug-linker": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-linker/download/pug-linker-4.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - } - } - }, - "pug-load": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-load/download/pug-load-3.0.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - } - } - }, - "pug-parser": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-parser/download/pug-parser-6.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "token-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/token-stream/download/token-stream-1.0.0.tgz" - } - } - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "pug-strip-comments": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-strip-comments/download/pug-strip-comments-2.0.0.tgz", - "requires": { - "pug-error": "^2.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - } - } - } - } - }, - "recast": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.19.1.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": { - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "ts-map": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/ts-map/download/ts-map-1.0.3.tgz" - }, - "vue-inbrowser-compiler-utils": { - "version": "4.33.6", - "resolved": "https://registry.npm.alibaba-inc.com/vue-inbrowser-compiler-utils/download/vue-inbrowser-compiler-utils-4.33.6.tgz", - "requires": { - "camelcase": "^5.3.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - } - } - } - } - }, - "vue-docgen-loader": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/vue-docgen-loader/download/vue-docgen-loader-1.5.0.tgz", - "dev": true, - "requires": { - "clone": "^2.1.2", - "jscodeshift": "^0.7.0", - "loader-utils": "^1.2.3", - "querystring": "^0.2.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "jscodeshift": { - "version": "0.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/jscodeshift/download/jscodeshift-0.7.1.tgz", - "requires": { - "@babel/core": "^7.1.6", - "@babel/parser": "^7.1.6", - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/preset-env": "^7.1.6", - "@babel/preset-flow": "^7.0.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/register": "^7.0.0", - "babel-core": "^7.0.0-bridge.0", - "colors": "^1.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.18.1", - "temp": "^0.8.1", - "write-file-atomic": "^2.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": {} - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/preset-flow": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-flow/download/@babel/preset-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-flow-strip-types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-flow-strip-types/download/@babel/plugin-transform-flow-strip-types-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-flow": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/preset-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-transform-typescript": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-transform-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-typescript": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/register": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.13.0.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": { - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-core/download/babel-core-7.0.0-bridge.0.tgz" - }, - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz" - }, - "flow-parser": { - "version": "0.145.0", - "resolved": "https://registry.npm.alibaba-inc.com/flow-parser/download/flow-parser-0.145.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "recast": { - "version": "0.18.10", - "resolved": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.18.10.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": { - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "temp": { - "version": "0.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/temp/download/temp-0.8.4.tgz", - "requires": { - "rimraf": "~2.6.2" - }, - "dependencies": { - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - } - } - } - } - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - } - } - } - } - }, - "@storybook/addon-info": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-info/download/@storybook/addon-info-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/theming": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "marksy": "^8.0.0", - "nested-object-assign": "^1.0.3", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-addons-create-fragment": "^15.6.2", - "react-element-to-jsx-string": "^14.0.2", - "react-is": "^16.8.3", - "react-lifecycles-compat": "^3.0.4", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": {} - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": {} - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "dev": true, - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "marksy": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/marksy/download/marksy-8.0.0.tgz", - "dev": true, - "requires": { - "@babel/standalone": "^7.4.5", - "he": "^1.2.0", - "marked": "^0.3.12" - }, - "dependencies": { - "@babel/standalone": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/standalone/download/@babel/standalone-7.13.6.tgz" - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "marked": { - "version": "0.3.19", - "resolved": "https://registry.npm.alibaba-inc.com/marked/download/marked-0.3.19.tgz" - } - } - }, - "nested-object-assign": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/nested-object-assign/download/nested-object-assign-1.0.3.tgz", - "dev": true - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-addons-create-fragment": { - "version": "15.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-addons-create-fragment/download/react-addons-create-fragment-15.6.2.tgz", - "dev": true, - "requires": { - "fbjs": "^0.8.4", - "loose-envify": "^1.3.1", - "object-assign": "^4.1.0" - }, - "dependencies": { - "fbjs": { - "version": "0.8.17", - "resolved": "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.8.17.tgz", - "requires": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - }, - "dependencies": { - "core-js": { - "version": "1.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-1.2.7.tgz" - }, - "isomorphic-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz", - "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - }, - "dependencies": { - "node-fetch": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-1.7.3.tgz", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - }, - "dependencies": { - "encoding": { - "version": "0.1.13", - "resolved": "https://registry.npm.alibaba-inc.com/encoding/download/encoding-0.1.13.tgz", - "requires": { - "iconv-lite": "^0.6.2" - }, - "dependencies": { - "iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.6.2.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - } - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - } - } - }, - "whatwg-fetch": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-3.6.1.tgz" - } - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - }, - "ua-parser-js": { - "version": "0.7.24", - "resolved": "https://registry.npm.alibaba-inc.com/ua-parser-js/download/ua-parser-js-0.7.24.tgz" - } - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "react-element-to-jsx-string": { - "version": "14.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-element-to-jsx-string/download/react-element-to-jsx-string-14.3.2.tgz", - "dev": true, - "requires": { - "@base2/pretty-print-object": "1.0.0", - "is-plain-object": "3.0.1" - }, - "dependencies": { - "@base2/pretty-print-object": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@base2/pretty-print-object/download/@base2/pretty-print-object-1.0.0.tgz" - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - } - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz", - "dev": true - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz", - "dev": true - } - } - }, - "@storybook/addon-knobs": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-knobs/download/@storybook/addon-knobs-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/client-api": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-color": "^3.0.1", - "copy-to-clipboard": "^3.0.8", - "core-js": "^3.0.1", - "escape-html": "^1.0.3", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "prop-types": "^15.7.2", - "qs": "^6.6.0", - "react-color": "^2.17.0", - "react-lifecycles-compat": "^3.0.4", - "react-select": "^3.0.8" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "dev": true, - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@types/webpack-env": "^1.15.0", - "core-js": "^3.0.1", - "eventemitter3": "^4.0.0", - "global": "^4.3.2", - "is-plain-object": "^3.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "stable": "^0.1.8", - "ts-dedent": "^1.1.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channel-postmessage": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/webpack-env": { - "version": "1.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.16.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": {} - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": {} - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "dev": true, - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@types/react-color": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-color/download/@types/react-color-3.0.4.tgz", - "dev": true, - "requires": { - "@types/react": "*", - "@types/reactcss": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - }, - "@types/reactcss": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reactcss/download/@types/reactcss-1.2.3.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - } - } - } - } - }, - "copy-to-clipboard": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/copy-to-clipboard/download/copy-to-clipboard-3.3.1.tgz", - "dev": true, - "requires": { - "toggle-selection": "^1.0.6" - }, - "dependencies": { - "toggle-selection": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz", - "dev": true - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz", - "dev": true - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz", - "dev": true - }, - "react-color": { - "version": "2.19.3", - "resolved": "https://registry.npm.alibaba-inc.com/react-color/download/react-color-2.19.3.tgz", - "dev": true, - "requires": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", - "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" - }, - "dependencies": { - "@icons/material": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/@icons/material/download/@icons/material-0.2.4.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash-es/download/lodash-es-4.17.21.tgz" - }, - "material-colors": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/material-colors/download/material-colors-1.2.6.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "reactcss": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/reactcss/download/reactcss-1.2.3.tgz", - "requires": { - "lodash": "^4.0.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "tinycolor2": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/tinycolor2/download/tinycolor2-1.4.2.tgz" - } - } - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz", - "dev": true - }, - "react-select": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-select/download/react-select-3.2.0.tgz", - "dev": true, - "requires": { - "@babel/runtime": "^7.4.4", - "@emotion/cache": "^10.0.9", - "@emotion/core": "^10.0.9", - "@emotion/css": "^10.0.9", - "memoize-one": "^5.0.0", - "prop-types": "^15.6.0", - "react-input-autosize": "^3.0.0", - "react-transition-group": "^4.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": { - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/stylis/download/@emotion/stylis-0.8.5.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - } - } - }, - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": {} - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - } - } - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": { - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": {} - } - } - }, - "memoize-one": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/memoize-one/download/memoize-one-5.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react-input-autosize": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-input-autosize/download/react-input-autosize-3.0.0.tgz", - "requires": { - "prop-types": "^15.5.8" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "react-transition-group": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-transition-group/download/react-transition-group-4.4.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "dom-helpers": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dom-helpers/download/dom-helpers-5.2.0.tgz", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - } - } - } - } - }, - "@storybook/addon-links": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-links/download/@storybook/addon-links-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "prop-types": "^15.7.2", - "qs": "^6.6.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "dev": true, - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "dev": true, - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "dev": true, - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz", - "dev": true - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz", - "dev": true - } - } - }, - "@storybook/addon-options": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addon-options/download/@storybook/addon-options-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/addons": "5.3.21", - "core-js": "^3.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz", - "dev": true - } - } - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/api": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/channel-postmessage": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": { - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - } - } - }, - "@storybook/channels": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/client-api": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz", - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@types/webpack-env": "^1.15.0", - "core-js": "^3.0.1", - "eventemitter3": "^4.0.0", - "global": "^4.3.2", - "is-plain-object": "^3.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "stable": "^0.1.8", - "ts-dedent": "^1.1.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channel-postmessage": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/webpack-env": { - "version": "1.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.16.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/components": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": {} - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": {} - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/core": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/core/download/@storybook/core-5.3.21.tgz", - "requires": { - "@babel/plugin-proposal-class-properties": "^7.7.0", - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-transform-react-constant-elements": "^7.2.0", - "@babel/preset-env": "^7.4.5", - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/client-api": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/node-logger": "5.3.21", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@storybook/ui": "5.3.21", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "autoprefixer": "^9.7.2", - "babel-plugin-add-react-displayname": "^0.0.5", - "babel-plugin-emotion": "^10.0.20", - "babel-plugin-macros": "^2.7.0", - "babel-preset-minify": "^0.5.0 || 0.6.0-alpha.5", - "boxen": "^4.1.0", - "case-sensitive-paths-webpack-plugin": "^2.2.0", - "chalk": "^3.0.0", - "cli-table3": "0.5.1", - "commander": "^4.0.1", - "core-js": "^3.0.1", - "corejs-upgrade-webpack-plugin": "^2.2.0", - "css-loader": "^3.0.0", - "detect-port": "^1.3.0", - "dotenv-webpack": "^1.7.0", - "ejs": "^2.7.4", - "express": "^4.17.0", - "file-loader": "^4.2.0", - "file-system-cache": "^1.0.5", - "find-cache-dir": "^3.0.0", - "find-up": "^4.1.0", - "fs-extra": "^8.0.1", - "glob-base": "^0.3.0", - "global": "^4.3.2", - "html-webpack-plugin": "^4.0.0-beta.2", - "inquirer": "^7.0.0", - "interpret": "^2.0.0", - "ip": "^1.1.5", - "json5": "^2.1.1", - "lazy-universal-dotenv": "^3.0.1", - "micromatch": "^4.0.2", - "node-fetch": "^2.6.0", - "open": "^7.0.0", - "pnp-webpack-plugin": "1.5.0", - "postcss-flexbugs-fixes": "^4.1.0", - "postcss-loader": "^3.0.0", - "pretty-hrtime": "^1.0.3", - "qs": "^6.6.0", - "raw-loader": "^3.1.0", - "react-dev-utils": "^9.0.0", - "regenerator-runtime": "^0.13.3", - "resolve": "^1.11.0", - "resolve-from": "^5.0.0", - "semver": "^6.0.0", - "serve-favicon": "^2.5.0", - "shelljs": "^0.8.3", - "style-loader": "^1.0.0", - "terser-webpack-plugin": "^2.1.2", - "ts-dedent": "^1.1.0", - "unfetch": "^4.1.0", - "url-loader": "^2.0.1", - "util-deprecate": "^1.0.2", - "webpack": "^4.33.0", - "webpack-dev-middleware": "^3.7.0", - "webpack-hot-middleware": "^2.25.0", - "webpack-virtual-modules": "^0.2.0" - }, - "dependencies": { - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": {} - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/channel-postmessage": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": { - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - } - } - }, - "@storybook/client-api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz", - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@types/webpack-env": "^1.15.0", - "core-js": "^3.0.1", - "eventemitter3": "^4.0.0", - "global": "^4.3.2", - "is-plain-object": "^3.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "stable": "^0.1.8", - "ts-dedent": "^1.1.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channel-postmessage": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/webpack-env": { - "version": "1.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.16.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@storybook/node-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/node-logger/download/@storybook/node-logger-5.3.21.tgz", - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^3.0.0", - "core-js": "^3.0.1", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": { - "@types/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/npmlog/download/@types/npmlog-4.1.2.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": { - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": { - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delegates/download/delegates-1.0.0.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-unicode/download/has-unicode-2.0.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": { - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/number-is-nan/download/number-is-nan-1.0.1.tgz" - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/wide-align/download/wide-align-1.1.3.tgz", - "requires": { - "string-width": "^1.0.2 || 2" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz" - } - } - } - } - } - } - } - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - } - } - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/ui": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/ui/download/@storybook/ui-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "copy-to-clipboard": "^3.0.8", - "core-js": "^3.0.1", - "core-js-pure": "^3.0.1", - "emotion-theming": "^10.0.19", - "fast-deep-equal": "^2.0.1", - "fuse.js": "^3.4.6", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "qs": "^6.6.0", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-draggable": "^4.0.3", - "react-helmet-async": "^1.0.2", - "react-hotkeys": "2.0.0", - "react-sizeme": "^2.6.7", - "regenerator-runtime": "^0.13.2", - "resolve-from": "^5.0.0", - "semver": "^6.0.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": {} - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "@emotion/sheet": { - "version": "0.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/sheet/download/@emotion/sheet-0.9.4.tgz" - }, - "@emotion/utils": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/utils/download/@emotion/utils-0.11.3.tgz" - } - } - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@types/react-syntax-highlighter": { - "version": "11.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "@types/react-textarea-autosize": { - "version": "4.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-focus-lock": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-popper-tooltip": { - "version": "2.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": {} - }, - "react-syntax-highlighter": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": {} - }, - "react-textarea-autosize": { - "version": "7.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "simplebar-react": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "copy-to-clipboard": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/copy-to-clipboard/download/copy-to-clipboard-3.3.1.tgz", - "requires": { - "toggle-selection": "^1.0.6" - }, - "dependencies": { - "toggle-selection": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz" - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "core-js-pure": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.9.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": {} - } - } - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "fuse.js": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/fuse.js/download/fuse.js-3.6.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - } - } - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": {} - } - } - }, - "react-draggable": { - "version": "4.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/react-draggable/download/react-draggable-4.4.3.tgz", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "dependencies": { - "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/classnames/download/classnames-2.2.6.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-3.2.0.tgz" - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - } - } - }, - "react-hotkeys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-hotkeys/download/react-hotkeys-2.0.0.tgz", - "requires": { - "prop-types": "^15.6.1" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "react-sizeme": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/react-sizeme/download/react-sizeme-2.6.12.tgz", - "requires": { - "element-resize-detector": "^1.2.1", - "invariant": "^2.2.4", - "shallowequal": "^1.1.0", - "throttle-debounce": "^2.1.0" - }, - "dependencies": { - "element-resize-detector": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/element-resize-detector/download/element-resize-detector-1.2.1.tgz", - "requires": { - "batch-processor": "1.0.0" - }, - "dependencies": { - "batch-processor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/batch-processor/download/batch-processor-1.0.0.tgz" - } - } - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - }, - "throttle-debounce": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/throttle-debounce/download/throttle-debounce-2.3.0.tgz" - } - } - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": { - "@types/is-function": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "airbnb-js-shims": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/airbnb-js-shims/download/airbnb-js-shims-2.2.1.tgz", - "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - } - } - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "es5-shim": { - "version": "4.5.15", - "resolved": "https://registry.npm.alibaba-inc.com/es5-shim/download/es5-shim-4.5.15.tgz" - }, - "es6-shim": { - "version": "0.35.6", - "resolved": "https://registry.npm.alibaba-inc.com/es6-shim/download/es6-shim-0.35.6.tgz" - }, - "function.prototype.name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/function.prototype.name/download/function.prototype.name-1.1.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "functions-have-names": "^1.2.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "functions-have-names": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/functions-have-names/download/functions-have-names-1.2.2.tgz" - } - } - }, - "globalthis": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globalthis/download/globalthis-1.0.2.tgz", - "requires": { - "define-properties": "^1.1.3" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - } - } - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - } - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - } - } - }, - "promise.allsettled": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/promise.allsettled/download/promise.allsettled-1.0.4.tgz", - "requires": { - "array.prototype.map": "^1.0.3", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.0.2", - "iterate-value": "^1.0.2" - }, - "dependencies": { - "array.prototype.map": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.map/download/array.prototype.map-1.0.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/es-array-method-boxes-properly/download/es-array-method-boxes-properly-1.0.0.tgz" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "iterate-value": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/iterate-value/download/iterate-value-1.0.2.tgz", - "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "dependencies": { - "es-get-iterator": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-get-iterator/download/es-get-iterator-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-arguments": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-arguments/download/is-arguments-1.1.0.tgz", - "requires": { - "call-bind": "^1.0.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "is-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-map/download/is-map-2.0.2.tgz" - }, - "is-set": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-set/download/is-set-2.0.2.tgz" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - }, - "isarray": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.5.tgz" - } - } - }, - "iterate-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/iterate-iterator/download/iterate-iterator-1.0.1.tgz" - } - } - } - } - }, - "promise.prototype.finally": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/promise.prototype.finally/download/promise.prototype.finally-3.1.2.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.0", - "function-bind": "^1.1.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.17.7.tgz", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "dependencies": { - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.2.tgz" - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - } - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/internal-slot/download/internal-slot-1.0.3.tgz", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "dependencies": { - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - } - } - } - } - }, - "regexp.prototype.flags": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - } - } - } - } - }, - "string.prototype.padend": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - } - } - }, - "string.prototype.padstart": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padstart/download/string.prototype.padstart-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - } - } - }, - "symbol.prototype.description": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol.prototype.description/download/symbol.prototype.description-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "ansi-to-html": { - "version": "0.6.14", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-to-html/download/ansi-to-html-0.6.14.tgz", - "requires": { - "entities": "^1.1.2" - }, - "dependencies": { - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - } - } - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "babel-plugin-add-react-displayname": { - "version": "0.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-add-react-displayname/download/babel-plugin-add-react-displayname-0.0.5.tgz" - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": {} - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "find-root": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-6.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "babel-preset-minify": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-minify/download/babel-preset-minify-0.5.1.tgz", - "requires": { - "babel-plugin-minify-builtins": "^0.5.0", - "babel-plugin-minify-constant-folding": "^0.5.0", - "babel-plugin-minify-dead-code-elimination": "^0.5.1", - "babel-plugin-minify-flip-comparisons": "^0.4.3", - "babel-plugin-minify-guarded-expressions": "^0.4.4", - "babel-plugin-minify-infinity": "^0.4.3", - "babel-plugin-minify-mangle-names": "^0.5.0", - "babel-plugin-minify-numeric-literals": "^0.4.3", - "babel-plugin-minify-replace": "^0.5.0", - "babel-plugin-minify-simplify": "^0.5.1", - "babel-plugin-minify-type-constructors": "^0.4.3", - "babel-plugin-transform-inline-consecutive-adds": "^0.4.3", - "babel-plugin-transform-member-expression-literals": "^6.9.4", - "babel-plugin-transform-merge-sibling-variables": "^6.9.4", - "babel-plugin-transform-minify-booleans": "^6.9.4", - "babel-plugin-transform-property-literals": "^6.9.4", - "babel-plugin-transform-regexp-constructors": "^0.4.3", - "babel-plugin-transform-remove-console": "^6.9.4", - "babel-plugin-transform-remove-debugger": "^6.9.4", - "babel-plugin-transform-remove-undefined": "^0.5.0", - "babel-plugin-transform-simplify-comparison-operators": "^6.9.4", - "babel-plugin-transform-undefined-to-void": "^6.9.4", - "lodash": "^4.17.11" - }, - "dependencies": { - "babel-plugin-minify-builtins": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.5.0.tgz" - }, - "babel-plugin-minify-constant-folding": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-constant-folding/download/babel-plugin-minify-constant-folding-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - } - } - }, - "babel-plugin-minify-dead-code-elimination": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-dead-code-elimination/download/babel-plugin-minify-dead-code-elimination-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-mark-eval-scopes": "^0.4.3", - "babel-helper-remove-or-void": "^0.4.3", - "lodash": "^4.17.11" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-mark-eval-scopes": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - }, - "babel-helper-remove-or-void": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-remove-or-void/download/babel-helper-remove-or-void-0.4.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "babel-plugin-minify-flip-comparisons": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-flip-comparisons/download/babel-plugin-minify-flip-comparisons-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - } - } - }, - "babel-plugin-minify-guarded-expressions": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-guarded-expressions/download/babel-plugin-minify-guarded-expressions-0.4.4.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - } - } - }, - "babel-plugin-minify-infinity": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.4.3.tgz" - }, - "babel-plugin-minify-mangle-names": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-mangle-names/download/babel-plugin-minify-mangle-names-0.5.0.tgz", - "requires": { - "babel-helper-mark-eval-scopes": "^0.4.3" - }, - "dependencies": { - "babel-helper-mark-eval-scopes": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - } - } - }, - "babel-plugin-minify-numeric-literals": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-numeric-literals/download/babel-plugin-minify-numeric-literals-0.4.3.tgz" - }, - "babel-plugin-minify-replace": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.5.0.tgz" - }, - "babel-plugin-minify-simplify": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3", - "babel-helper-is-nodes-equiv": "^0.0.1", - "babel-helper-to-multiple-sequence-expressions": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - }, - "babel-helper-is-nodes-equiv": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-nodes-equiv/download/babel-helper-is-nodes-equiv-0.0.1.tgz" - }, - "babel-helper-to-multiple-sequence-expressions": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-to-multiple-sequence-expressions/download/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz" - } - } - }, - "babel-plugin-minify-type-constructors": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-type-constructors/download/babel-plugin-minify-type-constructors-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - } - } - }, - "babel-plugin-transform-inline-consecutive-adds": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-inline-consecutive-adds/download/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz" - }, - "babel-plugin-transform-member-expression-literals": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-member-expression-literals/download/babel-plugin-transform-member-expression-literals-6.9.4.tgz" - }, - "babel-plugin-transform-merge-sibling-variables": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-merge-sibling-variables/download/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz" - }, - "babel-plugin-transform-minify-booleans": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-minify-booleans/download/babel-plugin-transform-minify-booleans-6.9.4.tgz" - }, - "babel-plugin-transform-property-literals": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-property-literals/download/babel-plugin-transform-property-literals-6.9.4.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "babel-plugin-transform-regexp-constructors": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-regexp-constructors/download/babel-plugin-transform-regexp-constructors-0.4.3.tgz" - }, - "babel-plugin-transform-remove-console": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-console/download/babel-plugin-transform-remove-console-6.9.4.tgz" - }, - "babel-plugin-transform-remove-debugger": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-debugger/download/babel-plugin-transform-remove-debugger-6.9.4.tgz" - }, - "babel-plugin-transform-remove-undefined": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-undefined/download/babel-plugin-transform-remove-undefined-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - } - } - }, - "babel-plugin-transform-simplify-comparison-operators": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-simplify-comparison-operators/download/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz" - }, - "babel-plugin-transform-undefined-to-void": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-undefined-to-void/download/babel-plugin-transform-undefined-to-void-6.9.4.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "boxen": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-4.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - } - } - } - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "term-size": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-2.2.1.tgz" - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-3.1.0.tgz", - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "case-sensitive-paths-webpack-plugin": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.4.0.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cli-table3": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-table3/download/cli-table3-0.5.1.tgz", - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^2.1.1" - }, - "dependencies": { - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz", - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "corejs-upgrade-webpack-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/corejs-upgrade-webpack-plugin/download/corejs-upgrade-webpack-plugin-2.2.0.tgz", - "requires": { - "resolve-from": "^5.0.0", - "webpack": "^4.38.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz" - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz", - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz" - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz", - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz" - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - } - } - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz" - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - } - } - } - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": { - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz" - } - } - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - } - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": {} - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": {} - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": { - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz" - } - } - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - } - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": {} - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - } - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": {} - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - }, - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - } - } - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": { - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert/download/assert-1.5.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npm.alibaba-inc.com/util/download/util-0.10.3.tgz", - "requires": { - "inherits": "2.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.1.tgz" - } - } - } - } - }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz", - "requires": { - "pako": "~1.0.5" - }, - "dependencies": { - "pako": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/pako/download/pako-1.0.11.tgz" - } - } - }, - "buffer": { - "version": "4.9.2", - "resolved": "https://registry.npm.alibaba-inc.com/buffer/download/buffer-4.9.2.tgz", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": { - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/base64-js/download/base64-js-1.5.1.tgz" - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ieee754/download/ieee754-1.2.1.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - }, - "console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-browserify/download/console-browserify-1.2.0.tgz" - }, - "constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/constants-browserify/download/constants-browserify-1.0.0.tgz" - }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "dependencies": { - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - }, - "dependencies": { - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz" - }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-des/download/browserify-des-1.0.2.tgz", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "des.js": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/des.js/download/des.js-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-sign/download/browserify-sign-4.2.1.tgz", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-5.4.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz" - }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "create-ecdh": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/create-ecdh/download/create-ecdh-4.0.4.tgz", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": {} - }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/miller-rabin/download/miller-rabin-4.0.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - } - } - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/public-encrypt/download/public-encrypt-4.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-5.4.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": {} - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/randomfill/download/randomfill-1.0.4.tgz", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/domain-browser/download/domain-browser-1.2.0.tgz" - }, - "events": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/events/download/events-3.2.0.tgz" - }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/https-browserify/download/https-browserify-1.0.0.tgz" - }, - "os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/os-browserify/download/os-browserify-0.3.0.tgz" - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-browserify/download/path-browserify-0.0.1.tgz" - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.4.1.tgz" - }, - "querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring-es3/download/querystring-es3-0.2.1.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-browserify/download/stream-browserify-2.0.2.tgz", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/stream-http/download/stream-http-2.8.3.tgz", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "to-arraybuffer": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "timers-browserify": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/timers-browserify/download/timers-browserify-2.0.12.tgz", - "requires": { - "setimmediate": "^1.0.4" - }, - "dependencies": { - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - } - } - }, - "tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/tty-browserify/download/tty-browserify-0.0.0.tgz" - }, - "url": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/url/download/url-0.11.0.tgz", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.3.2.tgz" - }, - "querystring": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.0.tgz" - } - } - }, - "util": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/util/download/util-0.11.1.tgz", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - } - } - }, - "vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vm-browserify/download/vm-browserify-1.1.2.tgz" - } - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - } - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": { - "cacache": { - "version": "12.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-12.0.4.tgz", - "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-3.1.1.tgz" - } - } - }, - "mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-3.0.0.tgz", - "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - } - } - }, - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "from2": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/from2/download/from2-2.3.0.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parallel-transform/download/parallel-transform-1.2.0.tgz", - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - }, - "dependencies": { - "cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cyclist/download/cyclist-1.0.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - } - } - } - } - }, - "stream-each": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/stream-each/download/stream-each-1.2.3.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - } - } - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - } - } - } - } - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - } - } - } - } - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "ssri": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-6.0.1.tgz", - "requires": { - "figgy-pudding": "^3.5.1" - }, - "dependencies": { - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - } - } - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": { - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz", - "requires": { - "imurmurhash": "^0.1.4" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - } - } - } - } - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-1.1.0.tgz" - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "worker-farm": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/worker-farm/download/worker-farm-1.7.0.tgz", - "requires": { - "errno": "~0.1.7" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - } - } - } - } - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": { - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "optional": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "watchpack-chokidar2": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz", - "optional": true, - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": { - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-4.0.0.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz" - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": {} - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": { - "bindings": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/bindings/download/bindings-1.5.0.tgz", - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": {} - }, - "nan": { - "version": "2.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - } - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": {} - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": { - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-1.13.1.tgz" - } - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - } - } - } - } - } - } - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - } - } - }, - "css-loader": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-loader/download/css-loader-3.6.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "detect-port": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-port/download/detect-port-1.3.0.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - } - } - }, - "dotenv-webpack": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-webpack/download/dotenv-webpack-1.8.0.tgz", - "requires": { - "dotenv-defaults": "^1.0.2" - }, - "dependencies": { - "dotenv-defaults": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-defaults/download/dotenv-defaults-1.1.1.tgz", - "requires": { - "dotenv": "^6.2.0" - }, - "dependencies": { - "dotenv": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-6.2.0.tgz" - } - } - } - } - }, - "ejs": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.4.tgz" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "dependencies": { - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": { - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - } - } - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/negotiator/download/negotiator-0.6.2.tgz" - } - } - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - } - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": { - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - } - } - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.0.tgz", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - } - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - } - } - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": { - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": { - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - } - } - } - } - } - } - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": { - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - } - } - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - } - } - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": { - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - } - } - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz" - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.6.tgz", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "dependencies": { - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/forwarded/download/forwarded-0.1.2.tgz" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz" - } - } - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - } - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": { - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - } - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - } - } - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "dependencies": { - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - } - } - } - } - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": { - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - } - } - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz" - } - } - }, - "file-loader": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-loader/download/file-loader-4.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "schema-utils": "^2.5.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "file-system-cache": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/file-system-cache/download/file-system-cache-1.0.5.tgz", - "requires": { - "bluebird": "^3.3.5", - "fs-extra": "^0.30.0", - "ramda": "^0.21.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "fs-extra": { - "version": "0.30.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-0.30.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-2.4.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "klaw": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/klaw/download/klaw-1.3.1.tgz", - "requires": { - "graceful-fs": "^4.1.9" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "ramda": { - "version": "0.21.0", - "resolved": "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.21.0.tgz" - } - } - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - } - } - } - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - } - } - }, - "glob-base": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-base/download/glob-base-0.3.0.tgz", - "requires": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": { - "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-2.0.0.tgz", - "requires": { - "is-glob": "^2.0.0" - }, - "dependencies": { - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz", - "requires": { - "is-extglob": "^1.0.0" - }, - "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-1.0.0.tgz" - } - } - } - } - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz", - "requires": { - "is-extglob": "^1.0.0" - }, - "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-1.0.0.tgz" - } - } - } - } - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-webpack-plugin/download/html-webpack-plugin-4.5.2.tgz", - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "@types/html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/html-minifier-terser/download/@types/html-minifier-terser-5.1.1.tgz" - }, - "@types/tapable": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@types/tapable/download/@types/tapable-1.0.6.tgz" - }, - "@types/webpack": { - "version": "4.41.26", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack/download/@types/webpack-4.41.26.tgz", - "requires": { - "@types/anymatch": "*", - "@types/node": "*", - "@types/tapable": "*", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "source-map": "^0.6.0" - }, - "dependencies": { - "@types/anymatch": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/anymatch/download/@types/anymatch-1.3.1.tgz" - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/tapable": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@types/tapable/download/@types/tapable-1.0.6.tgz" - }, - "@types/uglify-js": { - "version": "3.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/uglify-js/download/@types/uglify-js-3.12.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@types/webpack-sources": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-sources/download/@types/webpack-sources-2.1.0.tgz", - "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/source-list-map": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/html-minifier-terser/download/html-minifier-terser-5.1.1.tgz", - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": { - "camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/camel-case/download/camel-case-4.1.2.tgz", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/pascal-case/download/pascal-case-3.1.2.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "no-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-2.0.2.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "param-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/param-case/download/param-case-3.0.4.tgz", - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/dot-case/download/dot-case-3.0.4.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "no-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-2.0.2.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/relateurl/download/relateurl-0.2.7.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-error/download/pretty-error-2.1.2.tgz", - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "renderkid": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/renderkid/download/renderkid-2.0.5.tgz", - "requires": { - "css-select": "^2.0.2", - "dom-converter": "^0.2", - "htmlparser2": "^3.10.1", - "lodash": "^4.17.20", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - }, - "css-what": { - "version": "3.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.4.2.tgz" - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": { - "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.2.tgz", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": { - "domelementtype": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-2.1.0.tgz" - }, - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-2.2.0.tgz" - } - } - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "nth-check": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz", - "requires": { - "boolbase": "~1.0.0" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - } - } - } - } - }, - "dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dom-converter/download/dom-converter-0.2.0.tgz", - "requires": { - "utila": "~0.4" - }, - "dependencies": { - "utila": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/utila/download/utila-0.4.0.tgz" - } - } - }, - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - }, - "domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz", - "requires": { - "domelementtype": "1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": { - "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.2.tgz", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": {} - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - } - } - } - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "util.promisify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.0.tgz", - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": { - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-3.1.0.tgz", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - } - } - }, - "cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": { - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": { - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - } - } - } - } - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "interpret": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-2.2.0.tgz" - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/ip/download/ip-1.1.5.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "lazy-universal-dotenv": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-universal-dotenv/download/lazy-universal-dotenv-3.0.1.tgz", - "requires": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "app-root-dir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/app-root-dir/download/app-root-dir-1.0.2.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "dotenv": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-8.2.0.tgz" - }, - "dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-expand/download/dotenv-expand-5.1.0.tgz" - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.6.1.tgz" - }, - "open": { - "version": "7.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-7.4.2.tgz", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - } - } - } - } - }, - "pnp-webpack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.5.0.tgz", - "requires": { - "ts-pnp": "^1.1.2" - }, - "dependencies": { - "ts-pnp": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-pnp/download/ts-pnp-1.2.0.tgz" - } - } - }, - "postcss-flexbugs-fixes": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-4.2.1.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-loader": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-loader/download/postcss-loader-3.0.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": { - "caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caller-path/download/caller-path-2.0.0.tgz", - "requires": { - "caller-callsite": "^2.0.0" - }, - "dependencies": { - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caller-callsite/download/caller-callsite-2.0.0.tgz", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": { - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-2.0.0.tgz" - } - } - } - } - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - } - } - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": { - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - } - } - } - } - }, - "import-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-2.1.0.tgz", - "requires": { - "import-from": "^2.1.0" - }, - "dependencies": { - "import-from": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-2.1.0.tgz", - "requires": { - "resolve-from": "^3.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - } - } - } - } - } - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "raw-loader": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-3.1.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "schema-utils": "^2.0.1" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "react-dev-utils": { - "version": "9.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-9.1.0.tgz", - "requires": { - "@babel/code-frame": "7.5.5", - "address": "1.1.2", - "browserslist": "4.7.0", - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "1.0.5", - "filesize": "3.6.1", - "find-up": "3.0.0", - "fork-ts-checker-webpack-plugin": "1.5.0", - "global-modules": "2.0.0", - "globby": "8.0.2", - "gzip-size": "5.1.1", - "immer": "1.10.0", - "inquirer": "6.5.0", - "is-root": "2.1.0", - "loader-utils": "1.2.3", - "open": "^6.3.0", - "pkg-up": "2.0.0", - "react-error-overlay": "^6.0.3", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "sockjs-client": "1.4.0", - "strip-ansi": "5.2.0", - "text-table": "0.2.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz", - "requires": { - "@babel/highlight": "^7.0.0" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - } - } - }, - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "browserslist": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.0.tgz", - "requires": { - "caniuse-lite": "^1.0.30000989", - "electron-to-chromium": "^1.3.247", - "node-releases": "^1.1.29" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - } - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "fork-ts-checker-webpack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-1.5.0.tgz", - "requires": { - "babel-code-frame": "^6.22.0", - "chalk": "^2.4.1", - "chokidar": "^2.0.4", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": { - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": {} - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "worker-rpc": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/worker-rpc/download/worker-rpc-0.1.1.tgz", - "requires": { - "microevent.ts": "~0.1.1" - }, - "dependencies": { - "microevent.ts": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/microevent.ts/download/microevent.ts-0.1.1.tgz" - } - } - } - } - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - } - } - }, - "globby": { - "version": "8.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-8.0.2.tgz", - "requires": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": { - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - } - } - }, - "dir-glob": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.0.0.tgz", - "requires": { - "arrify": "^1.0.1", - "path-type": "^3.0.0" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - } - } - } - } - }, - "fast-glob": { - "version": "2.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-2.2.7.tgz", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "dependencies": { - "@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz", - "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "dependencies": { - "call-me-maybe": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/call-me-maybe/download/call-me-maybe-1.0.1.tgz" - }, - "glob-to-regexp": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz" - } - } - }, - "@nodelib/fs.stat": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz" - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": {} - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - } - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "ignore": { - "version": "3.3.10", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-3.3.10.tgz" - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "slash": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-1.0.0.tgz" - } - } - }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": { - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.2.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - } - } - }, - "immer": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz" - }, - "inquirer": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.0.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": { - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-2.0.1.tgz", - "requires": { - "mimic-fn": "^1.0.0" - }, - "dependencies": { - "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-1.2.0.tgz" - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - } - } - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-2.2.1.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": { - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": {} - } - } - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.7.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "is-root": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz" - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.2.3.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-2.1.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - } - } - }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-6.4.0.tgz", - "requires": { - "is-wsl": "^1.1.0" - }, - "dependencies": { - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-1.1.0.tgz" - } - } - }, - "pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": { - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": { - "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-2.0.0.tgz", - "requires": { - "p-limit": "^1.1.0" - }, - "dependencies": { - "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-1.3.0.tgz", - "requires": { - "p-try": "^1.0.0" - }, - "dependencies": { - "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-1.0.0.tgz" - } - } - } - } - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - } - } - } - } - } - } - }, - "react-error-overlay": { - "version": "6.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.9.tgz" - }, - "recursive-readdir": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz", - "requires": { - "minimatch": "3.0.4" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "sockjs-client": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz", - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": { - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - } - } - }, - "eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-1.0.7.tgz", - "requires": { - "original": "^1.0.0" - }, - "dependencies": { - "original": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/original/download/original-1.0.2.tgz", - "requires": { - "url-parse": "^1.4.3" - }, - "dependencies": { - "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": { - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.2.0.tgz" - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz" - } - } - } - } - } - } - }, - "faye-websocket": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.11.3.tgz", - "requires": { - "websocket-driver": ">=0.5.1" - }, - "dependencies": { - "websocket-driver": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/websocket-driver/download/websocket-driver-0.7.4.tgz", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "dependencies": { - "http-parser-js": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-parser-js/download/http-parser-js-0.5.3.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/websocket-extensions/download/websocket-extensions-0.1.4.tgz" - } - } - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "json3": { - "version": "3.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/json3/download/json3-3.3.3.tgz" - }, - "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": { - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.2.0.tgz" - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz" - } - } - } - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - } - } - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "serve-favicon": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/serve-favicon/download/serve-favicon-2.5.0.tgz", - "requires": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" - }, - "dependencies": { - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.1.tgz" - } - } - }, - "shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/shelljs/download/shelljs-0.8.4.tgz", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": { - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - } - } - }, - "style-loader": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-1.3.0.tgz", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - } - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "terser-webpack-plugin": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz", - "requires": { - "cacache": "^13.0.1", - "find-cache-dir": "^3.3.1", - "jest-worker": "^25.4.0", - "p-limit": "^2.3.0", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.6.12", - "webpack-sources": "^1.4.3" - }, - "dependencies": { - "cacache": { - "version": "13.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-13.0.1.tgz", - "requires": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - }, - "dependencies": { - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-2.1.0.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-3.1.1.tgz" - } - } - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-collect/download/minipass-collect-1.0.2.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-flush/download/minipass-flush-1.0.5.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-pipeline/download/minipass-pipeline-1.2.4.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": {} - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "p-map": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-3.0.0.tgz", - "requires": { - "aggregate-error": "^3.0.0" - }, - "dependencies": { - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/aggregate-error/download/aggregate-error-3.1.0.tgz", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": { - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/clean-stack/download/clean-stack-2.2.0.tgz" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - } - } - } - } - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "ssri": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-7.1.0.tgz", - "requires": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - }, - "dependencies": { - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": { - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz", - "requires": { - "imurmurhash": "^0.1.4" - }, - "dependencies": {} - } - } - } - } - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-worker": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-25.5.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - } - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": { - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - } - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "unfetch": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unfetch/download/unfetch-4.2.0.tgz" - }, - "url-loader": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-loader/download/url-loader-2.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "mime": "^2.4.4", - "schema-utils": "^2.5.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": {} - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "webpack-dev-middleware": { - "version": "3.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz", - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "webpack-log": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-2.0.0.tgz", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - } - } - }, - "webpack-hot-middleware": { - "version": "2.25.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-hot-middleware/download/webpack-hot-middleware-2.25.0.tgz", - "requires": { - "ansi-html": "0.0.7", - "html-entities": "^1.2.0", - "querystring": "^0.2.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-html/download/ansi-html-0.0.7.tgz" - }, - "html-entities": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-entities/download/html-entities-1.4.0.tgz" - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - } - } - }, - "webpack-virtual-modules": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-virtual-modules/download/webpack-virtual-modules-0.2.2.tgz", - "requires": { - "debug": "^3.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": { - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - } - } - } - } - } - } - }, - "@storybook/core-events": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/csf": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@storybook/node-logger": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/node-logger/download/@storybook/node-logger-5.3.21.tgz", - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^3.0.0", - "core-js": "^3.0.1", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": { - "@types/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/npmlog/download/@types/npmlog-4.1.2.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": {} - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@storybook/postinstall": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/postinstall/download/@storybook/postinstall-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": { - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - } - } - }, - "@storybook/react": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/react/download/@storybook/react-5.3.21.tgz", - "dev": true, - "requires": { - "@babel/plugin-transform-react-constant-elements": "^7.6.3", - "@babel/preset-flow": "^7.0.0", - "@babel/preset-react": "^7.0.0", - "@storybook/addons": "5.3.21", - "@storybook/core": "5.3.21", - "@storybook/node-logger": "5.3.21", - "@svgr/webpack": "^4.0.3", - "@types/webpack-env": "^1.15.0", - "babel-plugin-add-react-displayname": "^0.0.5", - "babel-plugin-named-asset-import": "^0.3.1", - "babel-plugin-react-docgen": "^4.0.0", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "mini-css-extract-plugin": "^0.7.0", - "prop-types": "^15.7.2", - "react-dev-utils": "^9.0.0", - "regenerator-runtime": "^0.13.3", - "semver": "^6.0.0", - "ts-dedent": "^1.1.0", - "webpack": "^4.33.0" - }, - "dependencies": { - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-flow": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-flow/download/@babel/preset-flow-7.12.13.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-flow-strip-types": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-flow-strip-types/download/@babel/plugin-transform-flow-strip-types-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-flow": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "dev": true, - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/core": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core/download/@storybook/core-5.3.21.tgz", - "dev": true, - "requires": { - "@babel/plugin-proposal-class-properties": "^7.7.0", - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-transform-react-constant-elements": "^7.2.0", - "@babel/preset-env": "^7.4.5", - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/client-api": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/node-logger": "5.3.21", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@storybook/ui": "5.3.21", - "airbnb-js-shims": "^2.2.1", - "ansi-to-html": "^0.6.11", - "autoprefixer": "^9.7.2", - "babel-plugin-add-react-displayname": "^0.0.5", - "babel-plugin-emotion": "^10.0.20", - "babel-plugin-macros": "^2.7.0", - "babel-preset-minify": "^0.5.0 || 0.6.0-alpha.5", - "boxen": "^4.1.0", - "case-sensitive-paths-webpack-plugin": "^2.2.0", - "chalk": "^3.0.0", - "cli-table3": "0.5.1", - "commander": "^4.0.1", - "core-js": "^3.0.1", - "corejs-upgrade-webpack-plugin": "^2.2.0", - "css-loader": "^3.0.0", - "detect-port": "^1.3.0", - "dotenv-webpack": "^1.7.0", - "ejs": "^2.7.4", - "express": "^4.17.0", - "file-loader": "^4.2.0", - "file-system-cache": "^1.0.5", - "find-cache-dir": "^3.0.0", - "find-up": "^4.1.0", - "fs-extra": "^8.0.1", - "glob-base": "^0.3.0", - "global": "^4.3.2", - "html-webpack-plugin": "^4.0.0-beta.2", - "inquirer": "^7.0.0", - "interpret": "^2.0.0", - "ip": "^1.1.5", - "json5": "^2.1.1", - "lazy-universal-dotenv": "^3.0.1", - "micromatch": "^4.0.2", - "node-fetch": "^2.6.0", - "open": "^7.0.0", - "pnp-webpack-plugin": "1.5.0", - "postcss-flexbugs-fixes": "^4.1.0", - "postcss-loader": "^3.0.0", - "pretty-hrtime": "^1.0.3", - "qs": "^6.6.0", - "raw-loader": "^3.1.0", - "react-dev-utils": "^9.0.0", - "regenerator-runtime": "^0.13.3", - "resolve": "^1.11.0", - "resolve-from": "^5.0.0", - "semver": "^6.0.0", - "serve-favicon": "^2.5.0", - "shelljs": "^0.8.3", - "style-loader": "^1.0.0", - "terser-webpack-plugin": "^2.1.2", - "ts-dedent": "^1.1.0", - "unfetch": "^4.1.0", - "url-loader": "^2.0.1", - "util-deprecate": "^1.0.2", - "webpack": "^4.33.0", - "webpack-dev-middleware": "^3.7.0", - "webpack-hot-middleware": "^2.25.0", - "webpack-virtual-modules": "^0.2.0" - }, - "dependencies": { - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channel-postmessage": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channel-postmessage/download/@storybook/channel-postmessage-5.3.21.tgz", - "requires": { - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "telejson": "^3.2.0" - }, - "dependencies": {} - }, - "@storybook/client-api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-api/download/@storybook/client-api-5.3.21.tgz", - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/channel-postmessage": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@types/webpack-env": "^1.15.0", - "core-js": "^3.0.1", - "eventemitter3": "^4.0.0", - "global": "^4.3.2", - "is-plain-object": "^3.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "stable": "^0.1.8", - "ts-dedent": "^1.1.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@storybook/node-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/node-logger/download/@storybook/node-logger-5.3.21.tgz", - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^3.0.0", - "core-js": "^3.0.1", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@storybook/ui": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/ui/download/@storybook/ui-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "copy-to-clipboard": "^3.0.8", - "core-js": "^3.0.1", - "core-js-pure": "^3.0.1", - "emotion-theming": "^10.0.19", - "fast-deep-equal": "^2.0.1", - "fuse.js": "^3.4.6", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "qs": "^6.6.0", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-draggable": "^4.0.3", - "react-helmet-async": "^1.0.2", - "react-hotkeys": "2.0.0", - "react-sizeme": "^2.6.7", - "regenerator-runtime": "^0.13.2", - "resolve-from": "^5.0.0", - "semver": "^6.0.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "airbnb-js-shims": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/airbnb-js-shims/download/airbnb-js-shims-2.2.1.tgz", - "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - }, - "dependencies": {} - }, - "ansi-to-html": { - "version": "0.6.14", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-to-html/download/ansi-to-html-0.6.14.tgz", - "requires": { - "entities": "^1.1.2" - }, - "dependencies": {} - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "babel-plugin-add-react-displayname": { - "version": "0.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-add-react-displayname/download/babel-plugin-add-react-displayname-0.0.5.tgz" - }, - "babel-plugin-emotion": { - "version": "10.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": {} - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": {} - }, - "babel-preset-minify": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-minify/download/babel-preset-minify-0.5.1.tgz", - "requires": { - "babel-plugin-minify-builtins": "^0.5.0", - "babel-plugin-minify-constant-folding": "^0.5.0", - "babel-plugin-minify-dead-code-elimination": "^0.5.1", - "babel-plugin-minify-flip-comparisons": "^0.4.3", - "babel-plugin-minify-guarded-expressions": "^0.4.4", - "babel-plugin-minify-infinity": "^0.4.3", - "babel-plugin-minify-mangle-names": "^0.5.0", - "babel-plugin-minify-numeric-literals": "^0.4.3", - "babel-plugin-minify-replace": "^0.5.0", - "babel-plugin-minify-simplify": "^0.5.1", - "babel-plugin-minify-type-constructors": "^0.4.3", - "babel-plugin-transform-inline-consecutive-adds": "^0.4.3", - "babel-plugin-transform-member-expression-literals": "^6.9.4", - "babel-plugin-transform-merge-sibling-variables": "^6.9.4", - "babel-plugin-transform-minify-booleans": "^6.9.4", - "babel-plugin-transform-property-literals": "^6.9.4", - "babel-plugin-transform-regexp-constructors": "^0.4.3", - "babel-plugin-transform-remove-console": "^6.9.4", - "babel-plugin-transform-remove-debugger": "^6.9.4", - "babel-plugin-transform-remove-undefined": "^0.5.0", - "babel-plugin-transform-simplify-comparison-operators": "^6.9.4", - "babel-plugin-transform-undefined-to-void": "^6.9.4", - "lodash": "^4.17.11" - }, - "dependencies": {} - }, - "boxen": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-4.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": {} - }, - "case-sensitive-paths-webpack-plugin": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.4.0.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-table3": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-table3/download/cli-table3-0.5.1.tgz", - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^2.1.1" - }, - "dependencies": {} - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "corejs-upgrade-webpack-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/corejs-upgrade-webpack-plugin/download/corejs-upgrade-webpack-plugin-2.2.0.tgz", - "requires": { - "resolve-from": "^5.0.0", - "webpack": "^4.38.0" - }, - "dependencies": {} - }, - "css-loader": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-loader/download/css-loader-3.6.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": {} - }, - "detect-port": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-port/download/detect-port-1.3.0.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": {} - }, - "dotenv-webpack": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-webpack/download/dotenv-webpack-1.8.0.tgz", - "requires": { - "dotenv-defaults": "^1.0.2" - }, - "dependencies": {} - }, - "ejs": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.4.tgz" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": {} - }, - "file-loader": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-loader/download/file-loader-4.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "schema-utils": "^2.5.0" - }, - "dependencies": {} - }, - "file-system-cache": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/file-system-cache/download/file-system-cache-1.0.5.tgz", - "requires": { - "bluebird": "^3.3.5", - "fs-extra": "^0.30.0", - "ramda": "^0.21.0" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": {} - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": {} - }, - "glob-base": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-base/download/glob-base-0.3.0.tgz", - "requires": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "html-webpack-plugin": { - "version": "4.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-webpack-plugin/download/html-webpack-plugin-4.5.2.tgz", - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": {} - }, - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "interpret": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-2.2.0.tgz" - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/ip/download/ip-1.1.5.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lazy-universal-dotenv": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-universal-dotenv/download/lazy-universal-dotenv-3.0.1.tgz", - "requires": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.6.1.tgz" - }, - "open": { - "version": "7.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-7.4.2.tgz", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": {} - }, - "pnp-webpack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.5.0.tgz", - "requires": { - "ts-pnp": "^1.1.2" - }, - "dependencies": {} - }, - "postcss-flexbugs-fixes": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-4.2.1.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": {} - }, - "postcss-loader": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-loader/download/postcss-loader-3.0.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" - }, - "dependencies": {} - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "raw-loader": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-3.1.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "schema-utils": "^2.0.1" - }, - "dependencies": {} - }, - "react-dev-utils": { - "version": "9.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-9.1.0.tgz", - "requires": { - "@babel/code-frame": "7.5.5", - "address": "1.1.2", - "browserslist": "4.7.0", - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "1.0.5", - "filesize": "3.6.1", - "find-up": "3.0.0", - "fork-ts-checker-webpack-plugin": "1.5.0", - "global-modules": "2.0.0", - "globby": "8.0.2", - "gzip-size": "5.1.1", - "immer": "1.10.0", - "inquirer": "6.5.0", - "is-root": "2.1.0", - "loader-utils": "1.2.3", - "open": "^6.3.0", - "pkg-up": "2.0.0", - "react-error-overlay": "^6.0.3", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "sockjs-client": "1.4.0", - "strip-ansi": "5.2.0", - "text-table": "0.2.0" - }, - "dependencies": {} - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "serve-favicon": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/serve-favicon/download/serve-favicon-2.5.0.tgz", - "requires": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" - }, - "dependencies": {} - }, - "shelljs": { - "version": "0.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/shelljs/download/shelljs-0.8.4.tgz", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "dependencies": {} - }, - "style-loader": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-1.3.0.tgz", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - }, - "dependencies": {} - }, - "terser-webpack-plugin": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz", - "requires": { - "cacache": "^13.0.1", - "find-cache-dir": "^3.3.1", - "jest-worker": "^25.4.0", - "p-limit": "^2.3.0", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.6.12", - "webpack-sources": "^1.4.3" - }, - "dependencies": {} - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "unfetch": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unfetch/download/unfetch-4.2.0.tgz" - }, - "url-loader": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-loader/download/url-loader-2.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "mime": "^2.4.4", - "schema-utils": "^2.5.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": {} - }, - "webpack-dev-middleware": { - "version": "3.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz", - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "dependencies": {} - }, - "webpack-hot-middleware": { - "version": "2.25.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-hot-middleware/download/webpack-hot-middleware-2.25.0.tgz", - "requires": { - "ansi-html": "0.0.7", - "html-entities": "^1.2.0", - "querystring": "^0.2.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "webpack-virtual-modules": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-virtual-modules/download/webpack-virtual-modules-0.2.2.tgz", - "requires": { - "debug": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "@storybook/node-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/node-logger/download/@storybook/node-logger-5.3.21.tgz", - "dev": true, - "requires": { - "@types/npmlog": "^4.1.2", - "chalk": "^3.0.0", - "core-js": "^3.0.1", - "npmlog": "^4.1.2", - "pretty-hrtime": "^1.0.3", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": { - "@types/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/npmlog/download/@types/npmlog-4.1.2.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": {} - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@svgr/webpack": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/webpack/download/@svgr/webpack-4.3.3.tgz", - "dev": true, - "requires": { - "@babel/core": "^7.4.5", - "@babel/plugin-transform-react-constant-elements": "^7.0.0", - "@babel/preset-env": "^7.4.5", - "@babel/preset-react": "^7.0.0", - "@svgr/core": "^4.3.3", - "@svgr/plugin-jsx": "^4.3.3", - "@svgr/plugin-svgo": "^4.3.1", - "loader-utils": "^1.2.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": {} - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@svgr/core": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/core/download/@svgr/core-4.3.3.tgz", - "requires": { - "@svgr/plugin-jsx": "^4.3.3", - "camelcase": "^5.3.1", - "cosmiconfig": "^5.2.1" - }, - "dependencies": { - "@svgr/plugin-jsx": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-4.3.3.tgz", - "requires": { - "@babel/core": "^7.4.5", - "@svgr/babel-preset": "^4.3.3", - "@svgr/hast-util-to-babel-ast": "^4.3.2", - "svg-parser": "^2.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@svgr/babel-preset": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-4.3.3.tgz", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^4.2.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0", - "@svgr/babel-plugin-svg-dynamic-title": "^4.3.3", - "@svgr/babel-plugin-svg-em-dimensions": "^4.2.0", - "@svgr/babel-plugin-transform-react-native-svg": "^4.2.0", - "@svgr/babel-plugin-transform-svg-component": "^4.2.0" - }, - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-add-jsx-attribute/download/@svgr/babel-plugin-add-jsx-attribute-4.2.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-attribute": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-attribute/download/@svgr/babel-plugin-remove-jsx-attribute-4.2.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-empty-expression/download/@svgr/babel-plugin-remove-jsx-empty-expression-4.2.0.tgz" - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-replace-jsx-attribute-value/download/@svgr/babel-plugin-replace-jsx-attribute-value-4.2.0.tgz" - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-dynamic-title/download/@svgr/babel-plugin-svg-dynamic-title-4.3.3.tgz" - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-em-dimensions/download/@svgr/babel-plugin-svg-em-dimensions-4.2.0.tgz" - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-react-native-svg/download/@svgr/babel-plugin-transform-react-native-svg-4.2.0.tgz" - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-svg-component/download/@svgr/babel-plugin-transform-svg-component-4.2.0.tgz" - } - } - }, - "@svgr/hast-util-to-babel-ast": { - "version": "4.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/hast-util-to-babel-ast/download/@svgr/hast-util-to-babel-ast-4.3.2.tgz", - "requires": { - "@babel/types": "^7.4.4" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - } - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "@svgr/plugin-jsx": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-4.3.3.tgz", - "requires": { - "@babel/core": "^7.4.5", - "@svgr/babel-preset": "^4.3.3", - "@svgr/hast-util-to-babel-ast": "^4.3.2", - "svg-parser": "^2.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@svgr/babel-preset": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-4.3.3.tgz", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^4.2.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0", - "@svgr/babel-plugin-svg-dynamic-title": "^4.3.3", - "@svgr/babel-plugin-svg-em-dimensions": "^4.2.0", - "@svgr/babel-plugin-transform-react-native-svg": "^4.2.0", - "@svgr/babel-plugin-transform-svg-component": "^4.2.0" - }, - "dependencies": {} - }, - "@svgr/hast-util-to-babel-ast": { - "version": "4.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/hast-util-to-babel-ast/download/@svgr/hast-util-to-babel-ast-4.3.2.tgz", - "requires": { - "@babel/types": "^7.4.4" - }, - "dependencies": {} - }, - "svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - } - } - }, - "@svgr/plugin-svgo": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-svgo/download/@svgr/plugin-svgo-4.3.1.tgz", - "requires": { - "cosmiconfig": "^5.2.1", - "merge-deep": "^3.0.2", - "svgo": "^1.2.2" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "merge-deep": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/merge-deep/download/merge-deep-3.0.3.tgz", - "requires": { - "arr-union": "^3.1.0", - "clone-deep": "^0.2.4", - "kind-of": "^3.0.2" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "clone-deep": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-0.2.4.tgz", - "requires": { - "for-own": "^0.1.3", - "is-plain-object": "^2.0.1", - "kind-of": "^3.0.2", - "lazy-cache": "^1.0.3", - "shallow-clone": "^0.1.2" - }, - "dependencies": { - "for-own": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-0.1.5.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - }, - "shallow-clone": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-0.1.2.tgz", - "requires": { - "is-extendable": "^0.1.1", - "kind-of": "^2.0.1", - "lazy-cache": "^0.2.3", - "mixin-object": "^2.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "kind-of": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-2.0.1.tgz", - "requires": { - "is-buffer": "^1.0.2" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - }, - "lazy-cache": { - "version": "0.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-0.2.7.tgz" - }, - "mixin-object": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mixin-object/download/mixin-object-2.0.1.tgz", - "requires": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" - }, - "dependencies": { - "for-in": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-0.1.8.tgz" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - } - } - } - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - } - } - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": { - "@types/q": { - "version": "1.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/q/download/@types/q-1.5.4.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - } - } - }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - }, - "css-what": { - "version": "3.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.4.2.tgz" - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": {} - }, - "nth-check": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz", - "requires": { - "boolbase": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": { - "mdn-data": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.4.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": { - "css-tree": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.1.2.tgz", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": { - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.14.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.17.7.tgz", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "dependencies": { - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - } - } - } - } - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - } - } - }, - "@types/webpack-env": { - "version": "1.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.16.0.tgz", - "dev": true - }, - "babel-plugin-add-react-displayname": { - "version": "0.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-add-react-displayname/download/babel-plugin-add-react-displayname-0.0.5.tgz", - "dev": true - }, - "babel-plugin-named-asset-import": { - "version": "0.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-named-asset-import/download/babel-plugin-named-asset-import-0.3.7.tgz", - "dev": true - }, - "babel-plugin-react-docgen": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-react-docgen/download/babel-plugin-react-docgen-4.2.1.tgz", - "dev": true, - "requires": { - "ast-types": "^0.14.2", - "lodash": "^4.17.15", - "react-docgen": "^5.0.0" - }, - "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "react-docgen": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-docgen/download/react-docgen-5.3.1.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": { - "min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/min-indent/download/min-indent-1.0.1.tgz" - } - } - } - } - } - } - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz", - "dev": true - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "dev": true, - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - }, - "mini-css-extract-plugin": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "normalize-url": "1.9.1", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-1.9.1.tgz", - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prepend-http": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-1.0.4.tgz" - }, - "query-string": { - "version": "4.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/query-string/download/query-string-4.3.4.tgz", - "requires": { - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz" - } - } - }, - "sort-keys": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/sort-keys/download/sort-keys-1.1.2.tgz", - "requires": { - "is-plain-obj": "^1.0.0" - }, - "dependencies": { - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - } - } - } - } - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "react-dev-utils": { - "version": "9.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-9.1.0.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.5.5", - "address": "1.1.2", - "browserslist": "4.7.0", - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "1.0.5", - "filesize": "3.6.1", - "find-up": "3.0.0", - "fork-ts-checker-webpack-plugin": "1.5.0", - "global-modules": "2.0.0", - "globby": "8.0.2", - "gzip-size": "5.1.1", - "immer": "1.10.0", - "inquirer": "6.5.0", - "is-root": "2.1.0", - "loader-utils": "1.2.3", - "open": "^6.3.0", - "pkg-up": "2.0.0", - "react-error-overlay": "^6.0.3", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "sockjs-client": "1.4.0", - "strip-ansi": "5.2.0", - "text-table": "0.2.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz", - "requires": { - "@babel/highlight": "^7.0.0" - }, - "dependencies": {} - }, - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "browserslist": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.0.tgz", - "requires": { - "caniuse-lite": "^1.0.30000989", - "electron-to-chromium": "^1.3.247", - "node-releases": "^1.1.29" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "fork-ts-checker-webpack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-1.5.0.tgz", - "requires": { - "babel-code-frame": "^6.22.0", - "chalk": "^2.4.1", - "chokidar": "^2.0.4", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": {} - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "8.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-8.0.2.tgz", - "requires": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "dependencies": {} - }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": {} - }, - "immer": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz" - }, - "inquirer": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.0.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "is-root": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz" - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.2.3.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-6.4.0.tgz", - "requires": { - "is-wsl": "^1.1.0" - }, - "dependencies": {} - }, - "pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": {} - }, - "react-error-overlay": { - "version": "6.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.9.tgz" - }, - "recursive-readdir": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz", - "requires": { - "minimatch": "3.0.4" - }, - "dependencies": {} - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "sockjs-client": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz", - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - } - } - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz", - "dev": true - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz", - "dev": true - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz", - "dev": true - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": {} - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - } - } - }, - "@storybook/router": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@reach/router": { - "version": "1.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@reach/router/download/@reach/router-1.3.4.tgz", - "requires": { - "create-react-context": "0.3.0", - "invariant": "^2.2.3", - "prop-types": "^15.6.1", - "react-lifecycles-compat": "^3.0.4" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "@types/reach__router": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@storybook/source-loader": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/source-loader/download/@storybook/source-loader-5.3.21.tgz", - "requires": { - "@storybook/addons": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/csf": "0.0.1", - "core-js": "^3.0.1", - "estraverse": "^4.2.0", - "global": "^4.3.2", - "loader-utils": "^1.2.3", - "prettier": "^1.16.4", - "prop-types": "^15.7.2", - "regenerator-runtime": "^0.13.3" - }, - "dependencies": { - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/csf": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/csf/download/@storybook/csf-0.0.1.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "prettier": { - "version": "1.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/prettier/download/prettier-1.19.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "dev": true, - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/styled": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/styled/download/@emotion/styled-10.0.27.tgz", - "requires": { - "@emotion/styled-base": "^10.0.27", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "deep-object-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "ts-dedent": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - } - } - }, - "@storybook/ui": { - "version": "https://registry.npm.alibaba-inc.com/@storybook/ui/download/@storybook/ui-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@storybook/addons": "5.3.21", - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/components": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "copy-to-clipboard": "^3.0.8", - "core-js": "^3.0.1", - "core-js-pure": "^3.0.1", - "emotion-theming": "^10.0.19", - "fast-deep-equal": "^2.0.1", - "fuse.js": "^3.4.6", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "qs": "^6.6.0", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-draggable": "^4.0.3", - "react-helmet-async": "^1.0.2", - "react-hotkeys": "2.0.0", - "react-sizeme": "^2.6.7", - "regenerator-runtime": "^0.13.2", - "resolve-from": "^5.0.0", - "semver": "^6.0.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@storybook/addons": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/addons/download/@storybook/addons-5.3.21.tgz", - "requires": { - "@storybook/api": "5.3.21", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "core-js": "^3.0.1", - "global": "^4.3.2", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/api": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/api/download/@storybook/api-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/channels": "5.3.21", - "@storybook/client-logger": "5.3.21", - "@storybook/core-events": "5.3.21", - "@storybook/csf": "0.0.1", - "@storybook/router": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "fast-deep-equal": "^2.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "prop-types": "^15.6.2", - "react": "^16.8.3", - "semver": "^6.0.0", - "shallow-equal": "^1.1.0", - "store2": "^2.7.1", - "telejson": "^3.2.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/channels": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/channels/download/@storybook/channels-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/client-logger": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/client-logger/download/@storybook/client-logger-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/components": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/components/download/@storybook/components-5.3.21.tgz", - "requires": { - "@storybook/client-logger": "5.3.21", - "@storybook/theming": "5.3.21", - "@types/react-syntax-highlighter": "11.0.4", - "@types/react-textarea-autosize": "^4.3.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "markdown-to-jsx": "^6.11.4", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "popper.js": "^1.14.7", - "prop-types": "^15.7.2", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-focus-lock": "^2.1.0", - "react-helmet-async": "^1.0.2", - "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^11.0.2", - "react-textarea-autosize": "^7.1.0", - "simplebar-react": "^1.0.0-alpha.6", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "@storybook/core-events": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/core-events/download/@storybook/core-events-5.3.21.tgz", - "requires": { - "core-js": "^3.0.1" - }, - "dependencies": {} - }, - "@storybook/router": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/router/download/@storybook/router-5.3.21.tgz", - "requires": { - "@reach/router": "^1.2.1", - "@storybook/csf": "0.0.1", - "@types/reach__router": "^1.2.3", - "core-js": "^3.0.1", - "global": "^4.3.2", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3", - "qs": "^6.6.0", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "@storybook/theming": { - "version": "5.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/@storybook/theming/download/@storybook/theming-5.3.21.tgz", - "requires": { - "@emotion/core": "^10.0.20", - "@emotion/styled": "^10.0.17", - "@storybook/client-logger": "5.3.21", - "core-js": "^3.0.1", - "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.19", - "global": "^4.3.2", - "memoizerific": "^1.11.3", - "polished": "^3.3.1", - "prop-types": "^15.7.2", - "resolve-from": "^5.0.0", - "ts-dedent": "^1.1.0" - }, - "dependencies": {} - }, - "copy-to-clipboard": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/copy-to-clipboard/download/copy-to-clipboard-3.3.1.tgz", - "requires": { - "toggle-selection": "^1.0.6" - }, - "dependencies": {} - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "core-js-pure": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.9.0.tgz" - }, - "emotion-theming": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": {} - }, - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "fuse.js": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/fuse.js/download/fuse.js-3.6.1.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": {} - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - }, - "polished": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "qs": { - "version": "6.9.6", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": {} - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": {} - }, - "react-draggable": { - "version": "4.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/react-draggable/download/react-draggable-4.4.3.tgz", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "dependencies": {} - }, - "react-helmet-async": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": {} - }, - "react-hotkeys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-hotkeys/download/react-hotkeys-2.0.0.tgz", - "requires": { - "prop-types": "^15.6.1" - }, - "dependencies": {} - }, - "react-sizeme": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/react-sizeme/download/react-sizeme-2.6.12.tgz", - "requires": { - "element-resize-detector": "^1.2.1", - "invariant": "^2.2.4", - "shallowequal": "^1.1.0", - "throttle-debounce": "^2.1.0" - }, - "dependencies": {} - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "store2": { - "version": "2.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "telejson": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "@stylelint/postcss-css-in-js": { - "version": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-css-in-js/download/@stylelint/postcss-css-in-js-0.37.2.tgz", - "requires": { - "@babel/core": ">=7.9.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@stylelint/postcss-markdown": { - "version": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-markdown/download/@stylelint/postcss-markdown-0.36.2.tgz", - "requires": { - "remark": "^13.0.0", - "unist-util-find-all-after": "^3.0.2" - }, - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "remark": { - "version": "13.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark/download/remark-13.0.0.tgz", - "requires": { - "remark-parse": "^9.0.0", - "remark-stringify": "^9.0.0", - "unified": "^9.1.0" - }, - "dependencies": { - "remark-parse": { - "version": "9.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-9.0.0.tgz", - "requires": { - "mdast-util-from-markdown": "^0.8.0" - }, - "dependencies": { - "mdast-util-from-markdown": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-from-markdown/download/mdast-util-from-markdown-0.8.5.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/mdast": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "micromark": { - "version": "2.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/micromark/download/micromark-2.11.3.tgz", - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - } - } - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - } - } - } - } - }, - "remark-stringify": { - "version": "9.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-9.0.1.tgz", - "requires": { - "mdast-util-to-markdown": "^0.6.0" - }, - "dependencies": { - "mdast-util-to-markdown": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-markdown/download/mdast-util-to-markdown-0.6.5.tgz", - "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - } - } - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "unist-util-find-all-after": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-3.0.2.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - } - } - }, - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-add-jsx-attribute/download/@svgr/babel-plugin-add-jsx-attribute-5.4.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-attribute": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-attribute/download/@svgr/babel-plugin-remove-jsx-attribute-5.4.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-empty-expression/download/@svgr/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz" - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-replace-jsx-attribute-value/download/@svgr/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz" - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-dynamic-title/download/@svgr/babel-plugin-svg-dynamic-title-5.4.0.tgz" - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-em-dimensions/download/@svgr/babel-plugin-svg-em-dimensions-5.4.0.tgz" - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-react-native-svg/download/@svgr/babel-plugin-transform-react-native-svg-5.4.0.tgz" - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-svg-component/download/@svgr/babel-plugin-transform-svg-component-5.5.0.tgz" - }, - "@svgr/babel-preset": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-5.5.0.tgz", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", - "@svgr/babel-plugin-transform-svg-component": "^5.5.0" - }, - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-add-jsx-attribute/download/@svgr/babel-plugin-add-jsx-attribute-5.4.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-attribute/download/@svgr/babel-plugin-remove-jsx-attribute-5.4.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-empty-expression/download/@svgr/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz" - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-replace-jsx-attribute-value/download/@svgr/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz" - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-dynamic-title/download/@svgr/babel-plugin-svg-dynamic-title-5.4.0.tgz" - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-em-dimensions/download/@svgr/babel-plugin-svg-em-dimensions-5.4.0.tgz" - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-react-native-svg/download/@svgr/babel-plugin-transform-react-native-svg-5.4.0.tgz" - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-svg-component/download/@svgr/babel-plugin-transform-svg-component-5.5.0.tgz" - } - } - }, - "@svgr/core": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/core/download/@svgr/core-5.5.0.tgz", - "requires": { - "@svgr/plugin-jsx": "^5.5.0", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.0" - }, - "dependencies": { - "@svgr/plugin-jsx": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-5.5.0.tgz", - "requires": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@svgr/babel-preset": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-5.5.0.tgz", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", - "@svgr/babel-plugin-transform-svg-component": "^5.5.0" - }, - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-add-jsx-attribute/download/@svgr/babel-plugin-add-jsx-attribute-5.4.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-attribute/download/@svgr/babel-plugin-remove-jsx-attribute-5.4.0.tgz" - }, - "@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-remove-jsx-empty-expression/download/@svgr/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz" - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-replace-jsx-attribute-value/download/@svgr/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz" - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-dynamic-title/download/@svgr/babel-plugin-svg-dynamic-title-5.4.0.tgz" - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-svg-em-dimensions/download/@svgr/babel-plugin-svg-em-dimensions-5.4.0.tgz" - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-react-native-svg/download/@svgr/babel-plugin-transform-react-native-svg-5.4.0.tgz" - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-plugin-transform-svg-component/download/@svgr/babel-plugin-transform-svg-component-5.5.0.tgz" - } - } - }, - "@svgr/hast-util-to-babel-ast": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/hast-util-to-babel-ast/download/@svgr/hast-util-to-babel-ast-5.5.0.tgz", - "requires": { - "@babel/types": "^7.12.6" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - } - } - }, - "svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - } - } - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - } - } - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - } - } - }, - "@svgr/hast-util-to-babel-ast": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/hast-util-to-babel-ast/download/@svgr/hast-util-to-babel-ast-5.5.0.tgz", - "requires": { - "@babel/types": "^7.12.6" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@svgr/plugin-jsx": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-5.5.0.tgz", - "requires": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@svgr/babel-preset": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-5.5.0.tgz", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", - "@svgr/babel-plugin-transform-svg-component": "^5.5.0" - }, - "dependencies": {} - }, - "@svgr/hast-util-to-babel-ast": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/hast-util-to-babel-ast/download/@svgr/hast-util-to-babel-ast-5.5.0.tgz", - "requires": { - "@babel/types": "^7.12.6" - }, - "dependencies": {} - }, - "svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - } - } - }, - "@svgr/plugin-svgo": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/plugin-svgo/download/@svgr/plugin-svgo-5.5.0.tgz", - "requires": { - "cosmiconfig": "^7.0.0", - "deepmerge": "^4.2.2", - "svgo": "^1.2.2" - }, - "dependencies": { - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": {} - }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "@svgr/rollup": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/rollup/download/@svgr/rollup-5.4.0.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/plugin-transform-react-constant-elements": "^7.7.4", - "@babel/preset-env": "^7.9.5", - "@babel/preset-react": "^7.9.4", - "@svgr/core": "^5.4.0", - "@svgr/plugin-jsx": "^5.4.0", - "@svgr/plugin-svgo": "^5.4.0", - "rollup-pluginutils": "^2.8.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": {} - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@svgr/core": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/core/download/@svgr/core-5.5.0.tgz", - "requires": { - "@svgr/plugin-jsx": "^5.5.0", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.0" - }, - "dependencies": { - "@svgr/plugin-jsx": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-5.5.0.tgz", - "requires": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" - }, - "dependencies": {} - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": {} - } - } - }, - "@svgr/plugin-jsx": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-5.5.0.tgz", - "requires": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@svgr/babel-preset": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/babel-preset/download/@svgr/babel-preset-5.5.0.tgz", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", - "@svgr/babel-plugin-transform-svg-component": "^5.5.0" - }, - "dependencies": {} - }, - "@svgr/hast-util-to-babel-ast": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/hast-util-to-babel-ast/download/@svgr/hast-util-to-babel-ast-5.5.0.tgz", - "requires": { - "@babel/types": "^7.12.6" - }, - "dependencies": {} - }, - "svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - } - } - }, - "@svgr/plugin-svgo": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-svgo/download/@svgr/plugin-svgo-5.5.0.tgz", - "requires": { - "cosmiconfig": "^7.0.0", - "deepmerge": "^4.2.2", - "svgo": "^1.2.2" - }, - "dependencies": { - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": {} - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": { - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-0.6.1.tgz" - } - } - } - } - }, - "@svgr/webpack": { - "version": "https://registry.npm.alibaba-inc.com/@svgr/webpack/download/@svgr/webpack-4.3.3.tgz", - "requires": { - "@babel/core": "^7.4.5", - "@babel/plugin-transform-react-constant-elements": "^7.0.0", - "@babel/preset-env": "^7.4.5", - "@babel/preset-react": "^7.0.0", - "@svgr/core": "^4.3.3", - "@svgr/plugin-jsx": "^4.3.3", - "@svgr/plugin-svgo": "^4.3.1", - "loader-utils": "^1.2.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": {} - }, - "@svgr/core": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/core/download/@svgr/core-4.3.3.tgz", - "requires": { - "@svgr/plugin-jsx": "^4.3.3", - "camelcase": "^5.3.1", - "cosmiconfig": "^5.2.1" - }, - "dependencies": {} - }, - "@svgr/plugin-jsx": { - "version": "4.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-4.3.3.tgz", - "requires": { - "@babel/core": "^7.4.5", - "@svgr/babel-preset": "^4.3.3", - "@svgr/hast-util-to-babel-ast": "^4.3.2", - "svg-parser": "^2.0.0" - }, - "dependencies": {} - }, - "@svgr/plugin-svgo": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-svgo/download/@svgr/plugin-svgo-4.3.1.tgz", - "requires": { - "cosmiconfig": "^5.2.1", - "merge-deep": "^3.0.2", - "svgo": "^1.2.2" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "@szmarczak/http-timer": { - "version": "https://registry.npm.alibaba-inc.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz", - "requires": { - "defer-to-connect": "^1.0.1" - }, - "dependencies": { - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/defer-to-connect/download/defer-to-connect-1.1.3.tgz" - } - } - }, - "@testing-library/dom": { - "version": "https://registry.npm.alibaba-inc.com/@testing-library/dom/download/@testing-library/dom-7.29.6.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^4.2.0", - "aria-query": "^4.2.2", - "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.4", - "lz-string": "^1.4.4", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@types/aria-query": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/aria-query/download/@types/aria-query-4.2.1.tgz" - }, - "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@babel/runtime-corejs3": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime-corejs3/download/@babel/runtime-corejs3-7.13.6.tgz", - "requires": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "core-js-pure": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.9.0.tgz" - }, - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "dom-accessibility-api": { - "version": "0.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/dom-accessibility-api/download/dom-accessibility-api-0.5.4.tgz" - }, - "lz-string": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/lz-string/download/lz-string-1.4.4.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "@testing-library/react": { - "version": "11.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@testing-library/react/download/@testing-library/react-11.2.5.tgz", - "dev": true, - "requires": { - "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^7.28.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "@testing-library/dom": { - "version": "7.29.6", - "resolved": "https://registry.npm.alibaba-inc.com/@testing-library/dom/download/@testing-library/dom-7.29.6.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^4.2.0", - "aria-query": "^4.2.2", - "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.4", - "lz-string": "^1.4.4", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@types/aria-query": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/aria-query/download/@types/aria-query-4.2.1.tgz" - }, - "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "dom-accessibility-api": { - "version": "0.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/dom-accessibility-api/download/dom-accessibility-api-0.5.4.tgz" - }, - "lz-string": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/lz-string/download/lz-string-1.4.4.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "@types/anymatch": { - "version": "https://registry.npm.alibaba-inc.com/@types/anymatch/download/@types/anymatch-1.3.1.tgz" - }, - "@types/aria-query": { - "version": "https://registry.npm.alibaba-inc.com/@types/aria-query/download/@types/aria-query-4.2.1.tgz" - }, - "@types/babel__core": { - "version": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@types/babel__generator": { - "version": "7.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__generator/download/@types/babel__generator-7.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0" - }, - "dependencies": {} - }, - "@types/babel__template": { - "version": "7.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__template/download/@types/babel__template-7.4.0.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - } - } - }, - "@types/babel__generator": { - "version": "https://registry.npm.alibaba-inc.com/@types/babel__generator/download/@types/babel__generator-7.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@types/babel__template": { - "version": "https://registry.npm.alibaba-inc.com/@types/babel__template/download/@types/babel__template-7.4.0.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@types/babel__traverse": { - "version": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@types/d3-timer": { - "version": "https://registry.npm.alibaba-inc.com/@types/d3-timer/download/@types/d3-timer-1.0.10.tgz" - }, - "@types/estree": { - "version": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.46.tgz" - }, - "@types/glob": { - "version": "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.3.tgz", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - }, - "dependencies": { - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "@types/graceful-fs": { - "version": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "@types/hast": { - "version": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "@types/html-minifier-terser": { - "version": "https://registry.npm.alibaba-inc.com/@types/html-minifier-terser/download/@types/html-minifier-terser-5.1.1.tgz" - }, - "@types/is-function": { - "version": "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz" - }, - "@types/istanbul-lib-coverage": { - "version": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-lib-report": { - "version": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - }, - "@types/istanbul-reports": { - "version": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": { - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*" - }, - "dependencies": {} - } - } - }, - "@types/jest": { - "version": "25.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/jest/download/@types/jest-25.2.3.tgz", - "dev": true, - "requires": { - "jest-diff": "^25.2.1", - "pretty-format": "^25.2.1" - }, - "dependencies": { - "jest-diff": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-25.5.0.tgz", - "dev": true, - "requires": { - "chalk": "^3.0.0", - "diff-sequences": "^25.2.6", - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "diff-sequences": { - "version": "25.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-25.2.6.tgz" - }, - "jest-get-type": { - "version": "25.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-25.2.6.tgz" - }, - "pretty-format": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-25.5.0.tgz", - "requires": { - "@jest/types": "^25.5.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "dependencies": { - "@jest/types": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-25.5.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-report/download/@types/istanbul-lib-report-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*" - }, - "dependencies": {} - } - } - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": { - "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - } - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "pretty-format": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-25.5.0.tgz", - "dev": true, - "requires": { - "@jest/types": "^25.5.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "dependencies": { - "@jest/types": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-25.5.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "@types/json-schema": { - "version": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "@types/json5": { - "version": "https://registry.npm.alibaba-inc.com/@types/json5/download/@types/json5-0.0.29.tgz" - }, - "@types/mdast": { - "version": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "@types/minimatch": { - "version": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "@types/minimist": { - "version": "https://registry.npm.alibaba-inc.com/@types/minimist/download/@types/minimist-1.2.1.tgz" - }, - "@types/node": { - "version": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/normalize-package-data": { - "version": "https://registry.npm.alibaba-inc.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.0.tgz" - }, - "@types/npmlog": { - "version": "https://registry.npm.alibaba-inc.com/@types/npmlog/download/@types/npmlog-4.1.2.tgz" - }, - "@types/parse-json": { - "version": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "@types/parse5": { - "version": "https://registry.npm.alibaba-inc.com/@types/parse5/download/@types/parse5-5.0.3.tgz" - }, - "@types/prettier": { - "version": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "@types/prop-types": { - "version": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "@types/q": { - "version": "https://registry.npm.alibaba-inc.com/@types/q/download/@types/q-1.5.4.tgz" - }, - "@types/reach__router": { - "version": "https://registry.npm.alibaba-inc.com/@types/reach__router/download/@types/reach__router-1.3.7.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@types/react": { - "version": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - }, - "@types/react-color": { - "version": "https://registry.npm.alibaba-inc.com/@types/react-color/download/@types/react-color-3.0.4.tgz", - "requires": { - "@types/react": "*", - "@types/reactcss": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": {} - }, - "@types/reactcss": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/reactcss/download/@types/reactcss-1.2.3.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": {} - } - } - }, - "@types/react-dom": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react-dom/download/@types/react-dom-17.0.1.tgz", - "dev": true, - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "dev": true, - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": { - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prop-types/download/@types/prop-types-15.7.3.tgz" - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - } - } - }, - "@types/react-syntax-highlighter": { - "version": "https://registry.npm.alibaba-inc.com/@types/react-syntax-highlighter/download/@types/react-syntax-highlighter-11.0.4.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@types/react-textarea-autosize": { - "version": "https://registry.npm.alibaba-inc.com/@types/react-textarea-autosize/download/@types/react-textarea-autosize-4.3.5.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@types/reactcss": { - "version": "https://registry.npm.alibaba-inc.com/@types/reactcss/download/@types/reactcss-1.2.3.tgz", - "requires": { - "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "17.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/react/download/@types/react-17.0.2.tgz", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@types/resolve": { - "version": "https://registry.npm.alibaba-inc.com/@types/resolve/download/@types/resolve-1.17.1.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "@types/source-list-map": { - "version": "https://registry.npm.alibaba-inc.com/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz" - }, - "@types/stack-utils": { - "version": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "@types/tapable": { - "version": "https://registry.npm.alibaba-inc.com/@types/tapable/download/@types/tapable-1.0.6.tgz" - }, - "@types/uglify-js": { - "version": "https://registry.npm.alibaba-inc.com/@types/uglify-js/download/@types/uglify-js-3.12.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@types/unist": { - "version": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "@types/vfile": { - "version": "https://registry.npm.alibaba-inc.com/@types/vfile/download/@types/vfile-3.0.2.tgz", - "requires": { - "@types/node": "*", - "@types/unist": "*", - "@types/vfile-message": "*" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "@types/vfile-message": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/vfile-message/download/@types/vfile-message-2.0.0.tgz", - "requires": { - "vfile-message": "*" - }, - "dependencies": { - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "@types/vfile-message": { - "version": "https://registry.npm.alibaba-inc.com/@types/vfile-message/download/@types/vfile-message-2.0.0.tgz", - "requires": { - "vfile-message": "*" - }, - "dependencies": { - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@types/webpack": { - "version": "https://registry.npm.alibaba-inc.com/@types/webpack/download/@types/webpack-4.41.26.tgz", - "requires": { - "@types/anymatch": "*", - "@types/node": "*", - "@types/tapable": "*", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "source-map": "^0.6.0" - }, - "dependencies": { - "@types/anymatch": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/anymatch/download/@types/anymatch-1.3.1.tgz" - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/tapable": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@types/tapable/download/@types/tapable-1.0.6.tgz" - }, - "@types/uglify-js": { - "version": "3.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/uglify-js/download/@types/uglify-js-3.12.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "@types/webpack-sources": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack-sources/download/@types/webpack-sources-2.1.0.tgz", - "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@types/webpack-env": { - "version": "https://registry.npm.alibaba-inc.com/@types/webpack-env/download/@types/webpack-env-1.16.0.tgz" - }, - "@types/webpack-sources": { - "version": "https://registry.npm.alibaba-inc.com/@types/webpack-sources/download/@types/webpack-sources-2.1.0.tgz", - "requires": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.7.3" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/source-list-map": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - } - } - }, - "@types/yargs": { - "version": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": { - "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - } - } - }, - "@types/yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - }, - "@typescript-eslint/eslint-plugin": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.15.2.tgz", - "requires": { - "@typescript-eslint/experimental-utils": "4.15.2", - "@typescript-eslint/scope-manager": "4.15.2", - "debug": "^4.1.1", - "functional-red-black-tree": "^1.0.1", - "lodash": "^4.17.15", - "regexpp": "^3.0.0", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.15.2.tgz", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - } - } - } - } - }, - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/typescript-estree": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "globby": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": { - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz", - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": { - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - } - } - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.6.tgz", - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - }, - "dependencies": { - "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.4.tgz", - "requires": { - "@nodelib/fs.stat": "2.0.4", - "run-parallel": "^1.1.9" - }, - "dependencies": {} - }, - "fastq": { - "version": "1.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/fastq/download/fastq-1.10.1.tgz", - "requires": { - "reusify": "^1.0.4" - }, - "dependencies": {} - } - } - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": { - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "tsutils": { - "version": "3.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": {} - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - } - } - }, - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "tsutils": { - "version": "3.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - } - } - }, - "@typescript-eslint/experimental-utils": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.15.2.tgz", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": {} - }, - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/typescript-estree": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "@typescript-eslint/parser": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.15.2.tgz", - "requires": { - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "debug": "^4.1.1" - }, - "dependencies": { - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/typescript-estree": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globby": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "tsutils": { - "version": "3.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": {} - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - } - } - }, - "@typescript-eslint/scope-manager": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@typescript-eslint/types": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/typescript-estree": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/visitor-keys": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globby": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "tsutils": { - "version": "3.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": {} - } - } - }, - "@typescript-eslint/visitor-keys": { - "version": "https://registry.npm.alibaba-inc.com/@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": { - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - } - } - }, - "@umijs/fabric": { - "version": "2.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/@umijs/fabric/download/@umijs/fabric-2.5.6.tgz", - "dev": true, - "requires": { - "@babel/core": "^7.12.10", - "@babel/eslint-parser": "^7.12.1", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/preset-env": "^7.12.11", - "@babel/preset-react": "^7.12.10", - "@babel/preset-typescript": "^7.12.7", - "@typescript-eslint/eslint-plugin": "^4.10.0", - "@typescript-eslint/parser": "^4.10.0", - "eslint": "^7.11.0", - "eslint-config-airbnb-base": "^14.2.0", - "eslint-config-prettier": "^6.13.0", - "eslint-formatter-pretty": "^4.0.0", - "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-compat": "^3.1.1", - "eslint-plugin-eslint-comments": "^3.1.1", - "eslint-plugin-import": "^2.17.3", - "eslint-plugin-jest": "^24.0.1", - "eslint-plugin-jsx-a11y": "^6.2.0", - "eslint-plugin-markdown": "^1.0.0", - "eslint-plugin-promise": "^4.1.1", - "eslint-plugin-react": "^7.21.5", - "eslint-plugin-react-hooks": "^4.1.2", - "eslint-plugin-unicorn": "^20.0.0", - "fast-glob": "^3.2.4", - "prettier-plugin-style-order": "^0.2.2", - "stylelint": "^13.7.0", - "stylelint-config-css-modules": "^2.2.0", - "stylelint-config-prettier": "^8.0.1", - "stylelint-config-rational-order": "^0.1.2", - "stylelint-config-standard": "^20.0.0", - "stylelint-declaration-block-no-ignored-properties": "^2.1.0", - "stylelint-no-unsupported-browser-features": "^4.1.4", - "stylelint-order": "^4.0.0", - "typescript": "^4.0.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/eslint-parser": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/eslint-parser/download/@babel/eslint-parser-7.13.0.tgz", - "dev": true, - "requires": { - "eslint-scope": "5.1.0", - "eslint-visitor-keys": "^1.3.0", - "semver": "7.0.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.0.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "dev": true, - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": {} - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@babel/preset-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.13.0.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-transform-typescript": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-transform-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-typescript": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@typescript-eslint/eslint-plugin": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-4.15.2.tgz", - "dev": true, - "requires": { - "@typescript-eslint/experimental-utils": "4.15.2", - "@typescript-eslint/scope-manager": "4.15.2", - "debug": "^4.1.1", - "functional-red-black-tree": "^1.0.1", - "lodash": "^4.17.15", - "regexpp": "^3.0.0", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.15.2.tgz", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "dependencies": {} - }, - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "tsutils": { - "version": "3.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": {} - } - } - }, - "@typescript-eslint/parser": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.15.2.tgz", - "dev": true, - "requires": { - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "debug": "^4.1.1" - }, - "dependencies": { - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": {} - }, - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/typescript-estree": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "eslint": { - "version": "7.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-config-airbnb-base": { - "version": "14.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-config-airbnb-base/download/eslint-config-airbnb-base-14.2.1.tgz", - "dev": true, - "requires": { - "confusing-browser-globals": "^1.0.10", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - }, - "dependencies": { - "confusing-browser-globals": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/confusing-browser-globals/download/confusing-browser-globals-1.0.10.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - } - } - }, - "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-config-prettier/download/eslint-config-prettier-6.15.0.tgz", - "dev": true, - "requires": { - "get-stdin": "^6.0.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - } - } - }, - "eslint-formatter-pretty": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-formatter-pretty/download/eslint-formatter-pretty-4.0.0.tgz", - "dev": true, - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "eslint-rule-docs": "^1.1.5", - "log-symbols": "^4.0.0", - "plur": "^4.0.0", - "string-width": "^4.2.0", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "eslint-rule-docs": { - "version": "1.1.222", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-rule-docs/download/eslint-rule-docs-1.1.222.tgz" - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "plur": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/plur/download/plur-4.0.0.tgz", - "requires": { - "irregular-plurals": "^3.2.0" - }, - "dependencies": { - "irregular-plurals": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/irregular-plurals/download/irregular-plurals-3.2.0.tgz" - } - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "eslint-plugin-babel": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-babel/download/eslint-plugin-babel-5.3.1.tgz", - "dev": true, - "requires": { - "eslint-rule-composer": "^0.3.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-rule-composer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-rule-composer/download/eslint-rule-composer-0.3.0.tgz" - } - } - }, - "eslint-plugin-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-compat/download/eslint-plugin-compat-3.9.0.tgz", - "dev": true, - "requires": { - "@mdn/browser-compat-data": "^2.0.7", - "ast-metadata-inferer": "^0.4.0", - "browserslist": "^4.12.2", - "caniuse-lite": "^1.0.30001166", - "core-js": "^3.6.5", - "find-up": "^4.1.0", - "lodash.memoize": "4.1.2", - "semver": "7.3.2" - }, - "dependencies": { - "@mdn/browser-compat-data": { - "version": "2.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@mdn/browser-compat-data/download/@mdn/browser-compat-data-2.0.7.tgz", - "requires": { - "extend": "3.0.2" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - } - } - }, - "ast-metadata-inferer": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ast-metadata-inferer/download/ast-metadata-inferer-0.4.0.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "semver": { - "version": "7.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.2.tgz" - } - } - }, - "eslint-plugin-eslint-comments": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-eslint-comments/download/eslint-plugin-eslint-comments-3.2.0.tgz", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5", - "ignore": "^5.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - } - } - }, - "eslint-plugin-import": { - "version": "2.22.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-import/download/eslint-plugin-import-2.22.1.tgz", - "dev": true, - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flat": "^1.2.3", - "contains-path": "^0.1.0", - "debug": "^2.6.9", - "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.3.4", - "eslint-module-utils": "^2.6.0", - "has": "^1.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.1", - "read-pkg-up": "^2.0.0", - "resolve": "^1.17.0", - "tsconfig-paths": "^3.9.0" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "contains-path": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/contains-path/download/contains-path-0.1.0.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "doctrine": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-1.5.0.tgz", - "requires": { - "esutils": "^2.0.2", - "isarray": "^1.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-import-resolver-node": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.4.tgz", - "requires": { - "debug": "^2.6.9", - "resolve": "^1.13.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "eslint-module-utils": { - "version": "2.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-module-utils/download/eslint-module-utils-2.6.0.tgz", - "requires": { - "debug": "^2.6.9", - "pkg-dir": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "pkg-dir": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": { - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "read-pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^2.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": { - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "read-pkg": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-2.0.0.tgz", - "requires": { - "load-json-file": "^2.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^2.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-2.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-2.2.0.tgz", - "requires": { - "error-ex": "^1.2.0" - }, - "dependencies": { - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz" - } - } - } - } - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "path-type": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-2.0.0.tgz", - "requires": { - "pify": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - } - } - } - } - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "tsconfig-paths": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsconfig-paths/download/tsconfig-paths-3.9.0.tgz", - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json5/download/@types/json5-0.0.29.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - } - } - }, - "eslint-plugin-jest": { - "version": "24.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-jest/download/eslint-plugin-jest-24.1.5.tgz", - "dev": true, - "requires": { - "@typescript-eslint/experimental-utils": "^4.0.1" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.15.2.tgz", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "@typescript-eslint/scope-manager": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2" - }, - "dependencies": {} - }, - "@typescript-eslint/types": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/types/download/@typescript-eslint/types-4.15.2.tgz" - }, - "@typescript-eslint/typescript-estree": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-4.15.2.tgz", - "requires": { - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/visitor-keys": "4.15.2", - "debug": "^4.1.1", - "globby": "^11.0.1", - "is-glob": "^4.0.1", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - } - } - }, - "eslint-plugin-jsx-a11y": { - "version": "6.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-jsx-a11y/download/eslint-plugin-jsx-a11y-6.4.1.tgz", - "dev": true, - "requires": { - "@babel/runtime": "^7.11.2", - "aria-query": "^4.2.2", - "array-includes": "^3.1.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.0.2", - "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.6", - "emoji-regex": "^9.0.0", - "has": "^1.0.3", - "jsx-ast-utils": "^3.1.0", - "language-tags": "^1.0.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@babel/runtime-corejs3": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime-corejs3/download/@babel/runtime-corejs3-7.13.6.tgz", - "requires": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types-flow/download/ast-types-flow-0.0.7.tgz" - }, - "axe-core": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/axe-core/download/axe-core-4.1.2.tgz" - }, - "axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/axobject-query/download/axobject-query-2.2.0.tgz" - }, - "damerau-levenshtein": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/damerau-levenshtein/download/damerau-levenshtein-1.0.6.tgz" - }, - "emoji-regex": { - "version": "9.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-9.2.1.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - }, - "language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/language-tags/download/language-tags-1.0.5.tgz", - "requires": { - "language-subtag-registry": "~0.3.2" - }, - "dependencies": { - "language-subtag-registry": { - "version": "0.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/language-subtag-registry/download/language-subtag-registry-0.3.21.tgz" - } - } - } - } - }, - "eslint-plugin-markdown": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-markdown/download/eslint-plugin-markdown-1.0.2.tgz", - "dev": true, - "requires": { - "object-assign": "^4.0.1", - "remark-parse": "^5.0.0", - "unified": "^6.1.2" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "remark-parse": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-5.0.0.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unist-util-remove-position": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-1.1.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "vfile-location": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-2.0.6.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unified": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-6.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^2.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-2.3.0.tgz", - "requires": { - "is-buffer": "^1.1.4", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.0.tgz" - }, - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - }, - "vfile-message": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-1.1.1.tgz", - "requires": { - "unist-util-stringify-position": "^1.1.1" - }, - "dependencies": { - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - } - } - } - } - }, - "x-is-string": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz" - } - } - } - } - }, - "eslint-plugin-promise": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-promise/download/eslint-plugin-promise-4.3.1.tgz", - "dev": true - }, - "eslint-plugin-react": { - "version": "7.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-react/download/eslint-plugin-react-7.22.0.tgz", - "dev": true, - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flatmap": "^1.2.3", - "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "object.entries": "^1.1.2", - "object.fromentries": "^2.0.2", - "object.values": "^1.1.1", - "prop-types": "^15.7.2", - "resolve": "^1.18.1", - "string.prototype.matchall": "^4.0.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-2.1.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/internal-slot/download/internal-slot-1.0.3.tgz", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "dependencies": {} - }, - "regexp.prototype.flags": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": {} - } - } - } - } - }, - "eslint-plugin-react-hooks": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-react-hooks/download/eslint-plugin-react-hooks-4.2.0.tgz", - "dev": true, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - } - } - }, - "eslint-plugin-unicorn": { - "version": "20.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-plugin-unicorn/download/eslint-plugin-unicorn-20.1.0.tgz", - "dev": true, - "requires": { - "ci-info": "^2.0.0", - "clean-regexp": "^1.0.0", - "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^2.0.0", - "eslint-utils": "^2.0.0", - "import-modules": "^2.0.0", - "lodash": "^4.17.15", - "pluralize": "^8.0.0", - "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.21", - "reserved-words": "^0.1.2", - "safe-regex": "^2.1.1", - "semver": "^7.3.2" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - }, - "clean-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clean-regexp/download/clean-regexp-1.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-ast-utils": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-ast-utils/download/eslint-ast-utils-1.1.0.tgz", - "requires": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - }, - "dependencies": { - "lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.get/download/lodash.get-4.4.2.tgz" - }, - "lodash.zip": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - } - } - }, - "eslint-template-visitor": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-template-visitor/download/eslint-template-visitor-2.3.2.tgz", - "requires": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/eslint-parser": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/eslint-parser/download/@babel/eslint-parser-7.13.0.tgz", - "requires": { - "eslint-scope": "5.1.0", - "eslint-visitor-keys": "^1.3.0", - "semver": "7.0.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.0.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "multimap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/multimap/download/multimap-1.1.0.tgz" - } - } - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "import-modules": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-modules/download/import-modules-2.1.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "pluralize": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pluralize/download/pluralize-8.0.0.tgz" - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "regexp-tree": { - "version": "0.1.23", - "resolved": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - }, - "reserved-words": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/reserved-words/download/reserved-words-0.1.2.tgz" - }, - "safe-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-2.1.1.tgz", - "requires": { - "regexp-tree": "~0.1.1" - }, - "dependencies": { - "regexp-tree": { - "version": "0.1.23", - "resolved": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - } - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.6.tgz", - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "prettier-plugin-style-order": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/prettier-plugin-style-order/download/prettier-plugin-style-order-0.2.2.tgz", - "dev": true, - "requires": { - "postcss-sorting": "5.0.1", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "postcss-sorting": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - } - } - }, - "stylelint": { - "version": "13.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-13.11.0.tgz", - "dev": true, - "requires": { - "@stylelint/postcss-css-in-js": "^0.37.2", - "@stylelint/postcss-markdown": "^0.36.2", - "autoprefixer": "^9.8.6", - "balanced-match": "^1.0.0", - "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.3.1", - "execall": "^2.0.0", - "fast-glob": "^3.2.5", - "fastest-levenshtein": "^1.0.12", - "file-entry-cache": "^6.0.0", - "get-stdin": "^8.0.0", - "global-modules": "^2.0.0", - "globby": "^11.0.2", - "globjoin": "^0.1.4", - "html-tags": "^3.1.0", - "ignore": "^5.1.8", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.21.0", - "lodash": "^4.17.20", - "log-symbols": "^4.0.0", - "mathml-tag-names": "^2.1.3", - "meow": "^9.0.0", - "micromatch": "^4.0.2", - "normalize-selector": "^0.2.0", - "postcss": "^7.0.35", - "postcss-html": "^0.36.0", - "postcss-less": "^3.1.4", - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.2", - "postcss-sass": "^0.4.4", - "postcss-scss": "^2.1.1", - "postcss-selector-parser": "^6.0.4", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^4.1.0", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "specificity": "^0.4.1", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^6.0.7", - "v8-compile-cache": "^2.2.0", - "write-file-atomic": "^3.0.3" - }, - "dependencies": { - "@stylelint/postcss-css-in-js": { - "version": "0.37.2", - "resolved": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-css-in-js/download/@stylelint/postcss-css-in-js-0.37.2.tgz", - "requires": { - "@babel/core": ">=7.9.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "@stylelint/postcss-markdown": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-markdown/download/@stylelint/postcss-markdown-0.36.2.tgz", - "requires": { - "remark": "^13.0.0", - "unist-util-find-all-after": "^3.0.2" - }, - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "remark": { - "version": "13.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark/download/remark-13.0.0.tgz", - "requires": { - "remark-parse": "^9.0.0", - "remark-stringify": "^9.0.0", - "unified": "^9.1.0" - }, - "dependencies": {} - }, - "unist-util-find-all-after": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-3.0.2.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "execall": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execall/download/execall-2.0.0.tgz", - "requires": { - "clone-regexp": "^2.1.0" - }, - "dependencies": { - "clone-regexp": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-2.2.0.tgz", - "requires": { - "is-regexp": "^2.0.0" - }, - "dependencies": { - "is-regexp": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-2.1.0.tgz" - } - } - } - } - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.6.tgz", - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "fastest-levenshtein": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fastest-levenshtein/download/fastest-levenshtein-1.0.12.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": { - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-3.0.4.tgz", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "get-stdin": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-8.0.0.tgz" - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "globby": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": { - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz", - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "html-tags": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-3.1.0.tgz" - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-4.0.0.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "known-css-properties": { - "version": "0.21.0", - "resolved": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.21.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "meow": { - "version": "9.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-9.0.0.tgz", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": { - "@types/minimist": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimist/download/@types/minimist-1.2.1.tgz" - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-6.2.2.tgz", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "map-obj": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-4.1.0.tgz" - }, - "quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-4.0.1.tgz" - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - } - } - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hard-rejection/download/hard-rejection-2.1.0.tgz" - }, - "minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-4.1.0.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "normalize-package-data": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-3.0.0.tgz", - "requires": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "3.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": { - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.1.tgz", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "redent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-3.0.0.tgz", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": { - "min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/min-indent/download/min-indent-1.0.1.tgz" - } - } - } - } - }, - "trim-newlines": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-3.0.0.tgz" - }, - "type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.18.1.tgz" - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": { - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - }, - "domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz", - "requires": { - "domelementtype": "1" - }, - "dependencies": {} - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": {} - }, - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-sass": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.4.4.tgz", - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - }, - "dependencies": { - "gonzales-pe": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "ajv": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-7.1.1.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-4.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", - "requires": { - "is-typedarray": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "stylelint-config-css-modules": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-css-modules/download/stylelint-config-css-modules-2.2.0.tgz", - "dev": true - }, - "stylelint-config-prettier": { - "version": "8.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-prettier/download/stylelint-config-prettier-8.0.2.tgz", - "dev": true - }, - "stylelint-config-rational-order": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-rational-order/download/stylelint-config-rational-order-0.1.2.tgz", - "dev": true, - "requires": { - "stylelint": "^9.10.1", - "stylelint-order": "^2.2.1" - }, - "dependencies": { - "stylelint": { - "version": "9.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz", - "requires": { - "autoprefixer": "^9.0.0", - "balanced-match": "^1.0.0", - "chalk": "^2.4.1", - "cosmiconfig": "^5.0.0", - "debug": "^4.0.0", - "execall": "^1.0.0", - "file-entry-cache": "^4.0.0", - "get-stdin": "^6.0.0", - "global-modules": "^2.0.0", - "globby": "^9.0.0", - "globjoin": "^0.1.4", - "html-tags": "^2.0.0", - "ignore": "^5.0.4", - "import-lazy": "^3.1.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.11.0", - "leven": "^2.1.0", - "lodash": "^4.17.4", - "log-symbols": "^2.0.0", - "mathml-tag-names": "^2.0.1", - "meow": "^5.0.0", - "micromatch": "^3.1.10", - "normalize-selector": "^0.2.0", - "pify": "^4.0.0", - "postcss": "^7.0.13", - "postcss-html": "^0.36.0", - "postcss-jsx": "^0.36.0", - "postcss-less": "^3.1.0", - "postcss-markdown": "^0.36.0", - "postcss-media-query-parser": "^0.2.3", - "postcss-reporter": "^6.0.0", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.0", - "postcss-sass": "^0.3.5", - "postcss-scss": "^2.0.0", - "postcss-selector-parser": "^3.1.0", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^3.3.0", - "resolve-from": "^4.0.0", - "signal-exit": "^3.0.2", - "slash": "^2.0.0", - "specificity": "^0.4.1", - "string-width": "^3.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^5.0.0" - }, - "dependencies": { - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "execall": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execall/download/execall-1.0.0.tgz", - "requires": { - "clone-regexp": "^1.0.0" - }, - "dependencies": { - "clone-regexp": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-1.0.1.tgz", - "requires": { - "is-regexp": "^1.0.0", - "is-supported-regexp-flag": "^1.0.0" - }, - "dependencies": { - "is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-1.0.0.tgz" - }, - "is-supported-regexp-flag": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-supported-regexp-flag/download/is-supported-regexp-flag-1.0.1.tgz" - } - } - } - } - }, - "file-entry-cache": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-4.0.0.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": { - "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-2.0.1.tgz", - "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": { - "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-2.0.2.tgz" - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "write": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write/download/write-1.0.3.tgz", - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - } - } - } - } - } - } - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "globby": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-9.2.0.tgz", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "@types/glob": { - "version": "7.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.3.tgz", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - }, - "dependencies": { - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": { - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - } - } - }, - "dir-glob": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.2.2.tgz", - "requires": { - "path-type": "^3.0.0" - }, - "dependencies": { - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - } - } - } - } - }, - "fast-glob": { - "version": "2.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-2.2.7.tgz", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "dependencies": { - "@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz", - "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "dependencies": {} - }, - "@nodelib/fs.stat": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz" - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "html-tags": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-2.0.0.tgz" - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "import-lazy": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-3.1.0.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "known-css-properties": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.11.0.tgz" - }, - "leven": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-2.1.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-4.2.0.tgz", - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-4.1.0.tgz" - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-2.0.0.tgz" - }, - "quick-lru": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-1.1.0.tgz" - } - } - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - } - } - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz", - "requires": { - "array-find-index": "^1.0.1" - }, - "dependencies": { - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-find-index/download/array-find-index-1.0.2.tgz" - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "minimist-options": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-3.0.2.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-3.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": { - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-2.0.0.tgz", - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - }, - "dependencies": { - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz" - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-2.0.0.tgz" - } - } - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-2.0.0.tgz" - }, - "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-10.1.0.tgz", - "requires": { - "camelcase": "^4.1.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-4.1.0.tgz" - } - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": { - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-jsx": { - "version": "0.36.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-jsx/download/postcss-jsx-0.36.4.tgz", - "requires": { - "@babel/core": ">=7.2.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-markdown": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-markdown/download/postcss-markdown-0.36.0.tgz", - "requires": { - "remark": "^10.0.1", - "unist-util-find-all-after": "^1.0.2" - }, - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "remark": { - "version": "10.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/remark/download/remark-10.0.1.tgz", - "requires": { - "remark-parse": "^6.0.0", - "remark-stringify": "^6.0.0", - "unified": "^7.0.0" - }, - "dependencies": { - "remark-parse": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-6.0.3.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unist-util-remove-position": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-1.1.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "vfile-location": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-2.0.6.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "remark-stringify": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-6.0.4.tgz", - "requires": { - "ccount": "^1.0.0", - "is-alphanumeric": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "longest-streak": "^2.0.1", - "markdown-escapes": "^1.0.0", - "markdown-table": "^1.1.0", - "mdast-util-compact": "^1.0.0", - "parse-entities": "^1.0.2", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "stringify-entities": "^1.0.1", - "unherit": "^1.0.4", - "xtend": "^4.0.1" - }, - "dependencies": { - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "is-alphanumeric": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumeric/download/is-alphanumeric-1.0.0.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "markdown-table": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-table/download/markdown-table-1.1.3.tgz" - }, - "mdast-util-compact": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-compact/download/mdast-util-compact-1.0.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "stringify-entities": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/stringify-entities/download/stringify-entities-1.3.2.tgz", - "requires": { - "character-entities-html4": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities-html4": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-html4/download/character-entities-html4-1.1.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": { - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - } - } - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unified": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-7.1.0.tgz", - "requires": { - "@types/unist": "^2.0.0", - "@types/vfile": "^3.0.0", - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^3.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "@types/vfile": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/vfile/download/@types/vfile-3.0.2.tgz", - "requires": { - "@types/node": "*", - "@types/unist": "*", - "@types/vfile-message": "*" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "@types/vfile-message": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/vfile-message/download/@types/vfile-message-2.0.0.tgz", - "requires": { - "vfile-message": "*" - }, - "dependencies": {} - } - } - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-3.0.1.tgz", - "requires": { - "is-buffer": "^2.0.0", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.0.tgz" - }, - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - }, - "vfile-message": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-1.1.1.tgz", - "requires": { - "unist-util-stringify-position": "^1.1.1" - }, - "dependencies": { - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - } - } - } - } - }, - "x-is-string": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz" - } - } - } - } - }, - "unist-util-find-all-after": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-1.0.5.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-3.0.0.tgz" - } - } - } - } - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-reporter": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reporter/download/postcss-reporter-6.0.1.tgz", - "requires": { - "chalk": "^2.4.1", - "lodash": "^4.17.11", - "log-symbols": "^2.2.0", - "postcss": "^7.0.7" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-sass": { - "version": "0.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.3.5.tgz", - "requires": { - "gonzales-pe": "^4.2.3", - "postcss": "^7.0.1" - }, - "dependencies": { - "gonzales-pe": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": { - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-2.0.0.tgz" - } - } - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - } - } - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "table": { - "version": "5.4.6", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz", - "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-2.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - }, - "astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-1.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - } - } - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "stylelint-order": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-2.2.1.tgz", - "requires": { - "lodash": "^4.17.10", - "postcss": "^7.0.2", - "postcss-sorting": "^4.1.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-sorting": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-4.1.0.tgz", - "requires": { - "lodash": "^4.17.4", - "postcss": "^7.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "stylelint": { - "version": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz", - "requires": { - "autoprefixer": "^9.0.0", - "balanced-match": "^1.0.0", - "chalk": "^2.4.1", - "cosmiconfig": "^5.0.0", - "debug": "^4.0.0", - "execall": "^1.0.0", - "file-entry-cache": "^4.0.0", - "get-stdin": "^6.0.0", - "global-modules": "^2.0.0", - "globby": "^9.0.0", - "globjoin": "^0.1.4", - "html-tags": "^2.0.0", - "ignore": "^5.0.4", - "import-lazy": "^3.1.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.11.0", - "leven": "^2.1.0", - "lodash": "^4.17.4", - "log-symbols": "^2.0.0", - "mathml-tag-names": "^2.0.1", - "meow": "^5.0.0", - "micromatch": "^3.1.10", - "normalize-selector": "^0.2.0", - "pify": "^4.0.0", - "postcss": "^7.0.13", - "postcss-html": "^0.36.0", - "postcss-jsx": "^0.36.0", - "postcss-less": "^3.1.0", - "postcss-markdown": "^0.36.0", - "postcss-media-query-parser": "^0.2.3", - "postcss-reporter": "^6.0.0", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.0", - "postcss-sass": "^0.3.5", - "postcss-scss": "^2.0.0", - "postcss-selector-parser": "^3.1.0", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^3.3.0", - "resolve-from": "^4.0.0", - "signal-exit": "^3.0.2", - "slash": "^2.0.0", - "specificity": "^0.4.1", - "string-width": "^3.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^5.0.0" - }, - "dependencies": { - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "execall": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execall/download/execall-1.0.0.tgz", - "requires": { - "clone-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "file-entry-cache": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-4.0.0.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-9.2.0.tgz", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "html-tags": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-2.0.0.tgz" - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "import-lazy": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-3.1.0.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "known-css-properties": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.11.0.tgz" - }, - "leven": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-2.1.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": {} - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": {} - }, - "postcss-jsx": { - "version": "0.36.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-jsx/download/postcss-jsx-0.36.4.tgz", - "requires": { - "@babel/core": ">=7.2.2" - }, - "dependencies": {} - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss-markdown": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-markdown/download/postcss-markdown-0.36.0.tgz", - "requires": { - "remark": "^10.0.1", - "unist-util-find-all-after": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-reporter": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reporter/download/postcss-reporter-6.0.1.tgz", - "requires": { - "chalk": "^2.4.1", - "lodash": "^4.17.11", - "log-symbols": "^2.2.0", - "postcss": "^7.0.7" - }, - "dependencies": {} - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": {} - }, - "postcss-sass": { - "version": "0.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.3.5.tgz", - "requires": { - "gonzales-pe": "^4.2.3", - "postcss": "^7.0.1" - }, - "dependencies": {} - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": {} - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "table": { - "version": "5.4.6", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz", - "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "stylelint-config-standard": { - "version": "20.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-standard/download/stylelint-config-standard-20.0.0.tgz", - "dev": true, - "requires": { - "stylelint-config-recommended": "^3.0.0" - }, - "dependencies": { - "stylelint-config-recommended": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz" - } - } - }, - "stylelint-declaration-block-no-ignored-properties": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-declaration-block-no-ignored-properties/download/stylelint-declaration-block-no-ignored-properties-2.3.0.tgz", - "dev": true, - "requires": { - "postcss": "^7.0.27" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "stylelint-no-unsupported-browser-features": { - "version": "4.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-no-unsupported-browser-features/download/stylelint-no-unsupported-browser-features-4.1.4.tgz", - "dev": true, - "requires": { - "doiuse": "^4.3.1", - "lodash": "^4.17.15", - "postcss": "^8.1.4" - }, - "dependencies": { - "doiuse": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/doiuse/download/doiuse-4.4.1.tgz", - "requires": { - "browserslist": "^4.16.1", - "caniuse-lite": "^1.0.30001179", - "css-rule-stream": "^1.1.0", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "multimatch": "^5.0.0", - "postcss": "^8.2.4", - "source-map": "^0.7.3", - "through2": "^4.0.2", - "yargs": "^16.2.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "css-rule-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-rule-stream/download/css-rule-stream-1.1.0.tgz", - "requires": { - "css-tokenize": "^1.0.1", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "through2": "^0.6.3" - }, - "dependencies": { - "css-tokenize": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-tokenize/download/css-tokenize-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^1.0.33" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - } - } - } - } - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - } - } - } - } - }, - "ldjson-stream": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": { - "split2": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/split2/download/split2-0.2.1.tgz", - "requires": { - "through2": "~0.6.1" - }, - "dependencies": { - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": { - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.0.34.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - } - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": { - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.0.34.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": { - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.0.34.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - } - } - }, - "ldjson-stream": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": { - "split2": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/split2/download/split2-0.2.1.tgz", - "requires": { - "through2": "~0.6.1" - }, - "dependencies": {} - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "multimatch": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-5.0.0.tgz", - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "array-differ": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-3.0.0.tgz" - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "arrify": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-2.0.1.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "postcss": { - "version": "8.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": { - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-3.1.20.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-4.0.2.tgz", - "requires": { - "readable-stream": "3" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-16.2.0.tgz", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "dependencies": { - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-7.0.4.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-7.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - } - } - } - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "y18n": { - "version": "5.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-5.0.5.tgz" - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "8.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": { - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-3.1.20.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "stylelint-order": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-4.1.0.tgz", - "dev": true, - "requires": { - "lodash": "^4.17.15", - "postcss": "^7.0.31", - "postcss-sorting": "^5.0.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-sorting": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz", - "dev": true - } - } - }, - "@vue/compiler-core": { - "version": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@vue/compiler-dom": { - "version": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": { - "@vue/compiler-core": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - } - } - }, - "@vue/compiler-sfc": { - "version": "https://registry.npm.alibaba-inc.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/compiler-core": "3.0.5", - "@vue/compiler-dom": "3.0.5", - "@vue/compiler-ssr": "3.0.5", - "@vue/shared": "3.0.5", - "consolidate": "^0.16.0", - "estree-walker": "^2.0.1", - "hash-sum": "^2.0.0", - "lru-cache": "^5.1.1", - "magic-string": "^0.25.7", - "merge-source-map": "^1.1.0", - "postcss": "^7.0.32", - "postcss-modules": "^3.2.2", - "postcss-selector-parser": "^6.0.4", - "source-map": "^0.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@vue/compiler-core": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-core/download/@vue/compiler-core-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/shared": "3.0.5", - "estree-walker": "^2.0.1", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": {} - }, - "@vue/compiler-ssr": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.0.5.tgz", - "requires": { - "@vue/compiler-dom": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - }, - "consolidate": { - "version": "0.16.0", - "resolved": "https://registry.npm.alibaba-inc.com/consolidate/download/consolidate-0.16.0.tgz", - "requires": { - "bluebird": "^3.7.2" - }, - "dependencies": {} - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "hash-sum": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-2.0.0.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": {} - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": {} - }, - "merge-source-map": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-source-map/download/merge-source-map-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-modules": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-3.2.2.tgz", - "requires": { - "generic-names": "^2.0.1", - "icss-replace-symbols": "^1.1.0", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "string-hash": "^1.1.1" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@vue/compiler-ssr": { - "version": "https://registry.npm.alibaba-inc.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.0.5.tgz", - "requires": { - "@vue/compiler-dom": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": { - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": {} - }, - "@vue/shared": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - } - } - }, - "@vue/shared": { - "version": "https://registry.npm.alibaba-inc.com/@vue/shared/download/@vue/shared-3.0.5.tgz" - }, - "@webassemblyjs/ast": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz" - }, - "@webassemblyjs/helper-api-error": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-buffer": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/helper-code-frame": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz", - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-fsm": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz" - }, - "@webassemblyjs/helper-module-context": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-section": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/ieee754": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": { - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz" - } - } - }, - "@webassemblyjs/leb128": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - }, - "@webassemblyjs/utf8": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - }, - "@webassemblyjs/wasm-edit": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wast-printer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/wasm-gen": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": {} - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - }, - "@webassemblyjs/wasm-opt": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz" - }, - "@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - } - } - }, - "@webassemblyjs/wasm-parser": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz" - }, - "@webassemblyjs/ieee754": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz", - "requires": { - "@xtuc/ieee754": "^1.2.0" - }, - "dependencies": {} - }, - "@webassemblyjs/leb128": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz", - "requires": { - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@webassemblyjs/utf8": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz" - } - } - }, - "@webassemblyjs/wast-parser": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz" - }, - "@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz" - }, - "@webassemblyjs/helper-code-frame": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz", - "requires": { - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-fsm": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz" - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - }, - "@webassemblyjs/wast-printer": { - "version": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wast-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/floating-point-hex-parser": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-code-frame": "1.9.0", - "@webassemblyjs/helper-fsm": "1.9.0", - "@xtuc/long": "4.2.2" - }, - "dependencies": {} - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - } - } - }, - "@welldone-software/why-did-you-render": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/@welldone-software/why-did-you-render/download/@welldone-software/why-did-you-render-3.6.0.tgz", - "dev": true, - "requires": { - "lodash": "^4" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz", - "dev": true - } - } - }, - "@xtuc/ieee754": { - "version": "https://registry.npm.alibaba-inc.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz" - }, - "@xtuc/long": { - "version": "https://registry.npm.alibaba-inc.com/@xtuc/long/download/@xtuc/long-4.2.2.tgz" - }, - "_@antv_adjust@0.2.3@@antv": {}, - "_@antv_attr@0.3.2@@antv": {}, - "_@antv_color-util@2.0.6@@antv": {}, - "_@antv_component@0.6.3@@antv": {}, - "_@antv_component@0.8.9@@antv": {}, - "_@antv_coord@0.3.0@@antv": {}, - "_@antv_data-set@0.11.8@@antv": {}, - "_@antv_dom-util@2.0.3@@antv": {}, - "_@antv_event-emitter@0.1.2@@antv": {}, - "_@antv_g-base@0.4.7@@antv": {}, - "_@antv_g-base@0.5.5@@antv": {}, - "_@antv_g-canvas@0.5.6@@antv": {}, - "_@antv_g-math@0.1.7@@antv": {}, - "_@antv_g-svg@0.5.6@@antv": {}, - "_@antv_g2@4.1.12@@antv": {}, - "_@antv_g2plot@2.3.12@@antv": {}, - "_@antv_hierarchy@0.6.6@@antv": {}, - "_@antv_matrix-util@3.1.0-beta.2@@antv": {}, - "_@antv_path-util@2.0.9@@antv": {}, - "_@antv_scale@0.3.9@@antv": {}, - "_@antv_util@2.0.12@@antv": {}, - "_@babel_cli@7.13.0@@babel": {}, - "_@babel_code-frame@7.0.0-beta.53@@babel": {}, - "_@babel_code-frame@7.12.11@@babel": {}, - "_@babel_code-frame@7.12.13@@babel": {}, - "_@babel_code-frame@7.5.5@@babel": {}, - "_@babel_compat-data@7.13.6@@babel": {}, - "_@babel_core@7.12.3@@babel": {}, - "_@babel_core@7.12.9@@babel": {}, - "_@babel_core@7.13.1@@babel": {}, - "_@babel_core@7.4.5@@babel": {}, - "_@babel_eslint-parser@7.13.0@@babel": {}, - "_@babel_generator@7.0.0-beta.53@@babel": {}, - "_@babel_generator@7.13.0@@babel": {}, - "_@babel_helper-annotate-as-pure@7.0.0-beta.53@@babel": {}, - "_@babel_helper-annotate-as-pure@7.12.13@@babel": {}, - "_@babel_helper-builder-binary-assignment-operator-visitor@7.12.13@@babel": {}, - "_@babel_helper-call-delegate@7.0.0-beta.53@@babel": {}, - "_@babel_helper-compilation-targets@7.13.0@@babel": {}, - "_@babel_helper-create-class-features-plugin@7.13.0@@babel": {}, - "_@babel_helper-create-regexp-features-plugin@7.12.17@@babel": {}, - "_@babel_helper-define-map@7.0.0-beta.53@@babel": {}, - "_@babel_helper-define-map@7.12.13@@babel": {}, - "_@babel_helper-define-polyfill-provider@0.1.2@@babel": {}, - "_@babel_helper-explode-assignable-expression@7.13.0@@babel": {}, - "_@babel_helper-function-name@7.0.0-beta.53@@babel": {}, - "_@babel_helper-function-name@7.12.13@@babel": {}, - "_@babel_helper-get-function-arity@7.0.0-beta.53@@babel": {}, - "_@babel_helper-get-function-arity@7.12.13@@babel": {}, - "_@babel_helper-hoist-variables@7.0.0-beta.53@@babel": {}, - "_@babel_helper-hoist-variables@7.13.0@@babel": {}, - "_@babel_helper-member-expression-to-functions@7.0.0-beta.53@@babel": {}, - "_@babel_helper-member-expression-to-functions@7.13.0@@babel": {}, - "_@babel_helper-module-imports@7.0.0-beta.53@@babel": {}, - "_@babel_helper-module-imports@7.12.13@@babel": {}, - "_@babel_helper-module-transforms@7.0.0-beta.53@@babel": {}, - "_@babel_helper-module-transforms@7.13.0@@babel": {}, - "_@babel_helper-optimise-call-expression@7.0.0-beta.53@@babel": {}, - "_@babel_helper-optimise-call-expression@7.12.13@@babel": {}, - "_@babel_helper-plugin-utils@7.0.0-beta.53@@babel": {}, - "_@babel_helper-plugin-utils@7.10.4@@babel": {}, - "_@babel_helper-plugin-utils@7.13.0@@babel": {}, - "_@babel_helper-regex@7.0.0-beta.53@@babel": {}, - "_@babel_helper-remap-async-to-generator@7.13.0@@babel": {}, - "_@babel_helper-replace-supers@7.0.0-beta.53@@babel": {}, - "_@babel_helper-replace-supers@7.13.0@@babel": {}, - "_@babel_helper-simple-access@7.0.0-beta.53@@babel": {}, - "_@babel_helper-simple-access@7.12.13@@babel": {}, - "_@babel_helper-skip-transparent-expression-wrappers@7.12.1@@babel": {}, - "_@babel_helper-split-export-declaration@7.0.0-beta.53@@babel": {}, - "_@babel_helper-split-export-declaration@7.12.13@@babel": {}, - "_@babel_helper-validator-identifier@7.12.11@@babel": {}, - "_@babel_helper-validator-option@7.12.17@@babel": {}, - "_@babel_helper-wrap-function@7.13.0@@babel": {}, - "_@babel_helpers@7.13.0@@babel": {}, - "_@babel_highlight@7.0.0-beta.53@@babel": {}, - "_@babel_highlight@7.12.13@@babel": {}, - "_@babel_parser@7.0.0-beta.53@@babel": {}, - "_@babel_parser@7.13.4@@babel": {}, - "_@babel_plugin-proposal-async-generator-functions@7.13.5@@babel": {}, - "_@babel_plugin-proposal-async-generator-functions@7.2.0@@babel": {}, - "_@babel_plugin-proposal-class-properties@7.12.1@@babel": {}, - "_@babel_plugin-proposal-class-properties@7.13.0@@babel": {}, - "_@babel_plugin-proposal-class-properties@7.4.4@@babel": {}, - "_@babel_plugin-proposal-decorators@7.12.1@@babel": {}, - "_@babel_plugin-proposal-decorators@7.4.4@@babel": {}, - "_@babel_plugin-proposal-do-expressions@7.12.1@@babel": {}, - "_@babel_plugin-proposal-do-expressions@7.2.0@@babel": {}, - "_@babel_plugin-proposal-dynamic-import@7.12.17@@babel": {}, - "_@babel_plugin-proposal-export-default-from@7.12.1@@babel": {}, - "_@babel_plugin-proposal-export-default-from@7.2.0@@babel": {}, - "_@babel_plugin-proposal-export-namespace-from@7.12.13@@babel": {}, - "_@babel_plugin-proposal-export-namespace-from@7.12.1@@babel": {}, - "_@babel_plugin-proposal-export-namespace-from@7.2.0@@babel": {}, - "_@babel_plugin-proposal-function-bind@7.2.0@@babel": {}, - "_@babel_plugin-proposal-json-strings@7.12.13@@babel": {}, - "_@babel_plugin-proposal-logical-assignment-operators@7.12.13@@babel": {}, - "_@babel_plugin-proposal-nullish-coalescing-operator@7.12.1@@babel": {}, - "_@babel_plugin-proposal-nullish-coalescing-operator@7.13.0@@babel": {}, - "_@babel_plugin-proposal-nullish-coalescing-operator@7.4.4@@babel": {}, - "_@babel_plugin-proposal-numeric-separator@7.12.13@@babel": {}, - "_@babel_plugin-proposal-object-rest-spread@7.12.1@@babel": {}, - "_@babel_plugin-proposal-object-rest-spread@7.13.0@@babel": {}, - "_@babel_plugin-proposal-object-rest-spread@7.4.4@@babel": {}, - "_@babel_plugin-proposal-optional-catch-binding@7.12.13@@babel": {}, - "_@babel_plugin-proposal-optional-catch-binding@7.2.0@@babel": {}, - "_@babel_plugin-proposal-optional-chaining@7.12.1@@babel": {}, - "_@babel_plugin-proposal-optional-chaining@7.13.0@@babel": {}, - "_@babel_plugin-proposal-optional-chaining@7.2.0@@babel": {}, - "_@babel_plugin-proposal-pipeline-operator@7.3.2@@babel": {}, - "_@babel_plugin-proposal-private-methods@7.13.0@@babel": {}, - "_@babel_plugin-proposal-unicode-property-regex@7.12.13@@babel": {}, - "_@babel_plugin-syntax-async-generators@7.8.4@@babel": {}, - "_@babel_plugin-syntax-bigint@7.8.3@@babel": {}, - "_@babel_plugin-syntax-class-properties@7.12.13@@babel": {}, - "_@babel_plugin-syntax-decorators@7.12.13@@babel": {}, - "_@babel_plugin-syntax-do-expressions@7.12.13@@babel": {}, - "_@babel_plugin-syntax-dynamic-import@7.2.0@@babel": {}, - "_@babel_plugin-syntax-dynamic-import@7.8.3@@babel": {}, - "_@babel_plugin-syntax-export-default-from@7.12.13@@babel": {}, - "_@babel_plugin-syntax-export-namespace-from@7.8.3@@babel": {}, - "_@babel_plugin-syntax-flow@7.12.13@@babel": {}, - "_@babel_plugin-syntax-function-bind@7.12.13@@babel": {}, - "_@babel_plugin-syntax-import-meta@7.10.4@@babel": {}, - "_@babel_plugin-syntax-json-strings@7.8.3@@babel": {}, - "_@babel_plugin-syntax-jsx@7.12.13@@babel": {}, - "_@babel_plugin-syntax-jsx@7.12.1@@babel": {}, - "_@babel_plugin-syntax-logical-assignment-operators@7.10.4@@babel": {}, - "_@babel_plugin-syntax-nullish-coalescing-operator@7.8.3@@babel": {}, - "_@babel_plugin-syntax-numeric-separator@7.10.4@@babel": {}, - "_@babel_plugin-syntax-object-rest-spread@7.8.3@@babel": {}, - "_@babel_plugin-syntax-optional-catch-binding@7.8.3@@babel": {}, - "_@babel_plugin-syntax-optional-chaining@7.8.3@@babel": {}, - "_@babel_plugin-syntax-pipeline-operator@7.12.13@@babel": {}, - "_@babel_plugin-syntax-top-level-await@7.12.13@@babel": {}, - "_@babel_plugin-syntax-typescript@7.12.13@@babel": {}, - "_@babel_plugin-transform-arrow-functions@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-arrow-functions@7.13.0@@babel": {}, - "_@babel_plugin-transform-async-to-generator@7.13.0@@babel": {}, - "_@babel_plugin-transform-block-scoped-functions@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-block-scoped-functions@7.12.13@@babel": {}, - "_@babel_plugin-transform-block-scoping@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-block-scoping@7.12.13@@babel": {}, - "_@babel_plugin-transform-classes@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-classes@7.13.0@@babel": {}, - "_@babel_plugin-transform-computed-properties@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-computed-properties@7.13.0@@babel": {}, - "_@babel_plugin-transform-destructuring@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-destructuring@7.13.0@@babel": {}, - "_@babel_plugin-transform-destructuring@7.4.4@@babel": {}, - "_@babel_plugin-transform-dotall-regex@7.12.13@@babel": {}, - "_@babel_plugin-transform-duplicate-keys@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-duplicate-keys@7.12.13@@babel": {}, - "_@babel_plugin-transform-exponentiation-operator@7.12.13@@babel": {}, - "_@babel_plugin-transform-flow-strip-types@7.13.0@@babel": {}, - "_@babel_plugin-transform-for-of@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-for-of@7.13.0@@babel": {}, - "_@babel_plugin-transform-function-name@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-function-name@7.12.13@@babel": {}, - "_@babel_plugin-transform-instanceof@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-jscript@7.12.13@@babel": {}, - "_@babel_plugin-transform-literals@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-literals@7.12.13@@babel": {}, - "_@babel_plugin-transform-member-expression-literals@7.12.13@@babel": {}, - "_@babel_plugin-transform-modules-amd@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-modules-amd@7.13.0@@babel": {}, - "_@babel_plugin-transform-modules-commonjs@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-modules-commonjs@7.12.1@@babel": {}, - "_@babel_plugin-transform-modules-commonjs@7.13.0@@babel": {}, - "_@babel_plugin-transform-modules-systemjs@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-modules-systemjs@7.12.13@@babel": {}, - "_@babel_plugin-transform-modules-umd@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-modules-umd@7.13.0@@babel": {}, - "_@babel_plugin-transform-named-capturing-groups-regex@7.12.13@@babel": {}, - "_@babel_plugin-transform-new-target@7.12.13@@babel": {}, - "_@babel_plugin-transform-object-super@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-object-super@7.12.13@@babel": {}, - "_@babel_plugin-transform-parameters@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-parameters@7.13.0@@babel": {}, - "_@babel_plugin-transform-property-literals@7.12.13@@babel": {}, - "_@babel_plugin-transform-property-mutators@7.12.13@@babel": {}, - "_@babel_plugin-transform-react-constant-elements@7.12.13@@babel": {}, - "_@babel_plugin-transform-react-display-name@7.12.13@@babel": {}, - "_@babel_plugin-transform-react-jsx-development@7.12.17@@babel": {}, - "_@babel_plugin-transform-react-jsx-self@7.12.13@@babel": {}, - "_@babel_plugin-transform-react-jsx-source@7.12.13@@babel": {}, - "_@babel_plugin-transform-react-jsx@7.12.17@@babel": {}, - "_@babel_plugin-transform-react-pure-annotations@7.12.1@@babel": {}, - "_@babel_plugin-transform-regenerator@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-regenerator@7.12.13@@babel": {}, - "_@babel_plugin-transform-reserved-words@7.12.13@@babel": {}, - "_@babel_plugin-transform-runtime@7.12.1@@babel": {}, - "_@babel_plugin-transform-runtime@7.13.6@@babel": {}, - "_@babel_plugin-transform-runtime@7.4.4@@babel": {}, - "_@babel_plugin-transform-shorthand-properties@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-shorthand-properties@7.12.13@@babel": {}, - "_@babel_plugin-transform-spread@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-spread@7.13.0@@babel": {}, - "_@babel_plugin-transform-sticky-regex@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-sticky-regex@7.12.13@@babel": {}, - "_@babel_plugin-transform-template-literals@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-template-literals@7.13.0@@babel": {}, - "_@babel_plugin-transform-typeof-symbol@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-typeof-symbol@7.12.13@@babel": {}, - "_@babel_plugin-transform-typescript@7.13.0@@babel": {}, - "_@babel_plugin-transform-unicode-escapes@7.12.13@@babel": {}, - "_@babel_plugin-transform-unicode-regex@7.0.0-beta.53@@babel": {}, - "_@babel_plugin-transform-unicode-regex@7.12.13@@babel": {}, - "_@babel_preset-env@7.12.1@@babel": {}, - "_@babel_preset-env@7.13.5@@babel": {}, - "_@babel_preset-env@7.4.5@@babel": {}, - "_@babel_preset-es2015@7.0.0-beta.53@@babel": {}, - "_@babel_preset-flow@7.12.13@@babel": {}, - "_@babel_preset-modules@0.1.4@@babel": {}, - "_@babel_preset-react@7.0.0@@babel": {}, - "_@babel_preset-react@7.12.13@@babel": {}, - "_@babel_preset-react@7.12.1@@babel": {}, - "_@babel_preset-typescript@7.12.1@@babel": {}, - "_@babel_preset-typescript@7.13.0@@babel": {}, - "_@babel_register@7.12.1@@babel": {}, - "_@babel_register@7.13.0@@babel": {}, - "_@babel_runtime-corejs3@7.13.6@@babel": {}, - "_@babel_runtime@7.13.6@@babel": {}, - "_@babel_runtime@7.4.5@@babel": {}, - "_@babel_standalone@7.13.6@@babel": {}, - "_@babel_template@7.0.0-beta.53@@babel": {}, - "_@babel_template@7.12.13@@babel": {}, - "_@babel_traverse@7.0.0-beta.53@@babel": {}, - "_@babel_traverse@7.13.0@@babel": {}, - "_@babel_types@7.0.0-beta.53@@babel": {}, - "_@babel_types@7.13.0@@babel": {}, - "_@base2_pretty-print-object@1.0.0@@base2": {}, - "_@bcoe_v8-coverage@0.2.3@@bcoe": {}, - "_@cnakazawa_watch@1.0.4@@cnakazawa": {}, - "_@egoist_vue-to-react@1.1.0@@egoist": {}, - "_@emotion_cache@10.0.29@@emotion": {}, - "_@emotion_core@10.1.1@@emotion": {}, - "_@emotion_css@10.0.27@@emotion": {}, - "_@emotion_hash@0.8.0@@emotion": {}, - "_@emotion_is-prop-valid@0.8.8@@emotion": {}, - "_@emotion_memoize@0.7.4@@emotion": {}, - "_@emotion_serialize@0.11.16@@emotion": {}, - "_@emotion_sheet@0.9.4@@emotion": {}, - "_@emotion_styled-base@10.0.31@@emotion": {}, - "_@emotion_styled@10.0.27@@emotion": {}, - "_@emotion_stylis@0.8.5@@emotion": {}, - "_@emotion_unitless@0.7.5@@emotion": {}, - "_@emotion_utils@0.11.3@@emotion": {}, - "_@emotion_weak-memoize@0.2.5@@emotion": {}, - "_@eslint_eslintrc@0.3.0@@eslint": {}, - "_@hypnosphi_create-react-context@0.3.1@@hypnosphi": {}, - "_@icons_material@0.2.4@@icons": {}, - "_@istanbuljs_load-nyc-config@1.1.0@@istanbuljs": {}, - "_@istanbuljs_schema@0.1.3@@istanbuljs": {}, - "_@jest_console@24.9.0@@jest": {}, - "_@jest_console@26.6.2@@jest": {}, - "_@jest_core@26.6.3@@jest": {}, - "_@jest_environment@24.9.0@@jest": {}, - "_@jest_environment@26.6.2@@jest": {}, - "_@jest_fake-timers@24.9.0@@jest": {}, - "_@jest_fake-timers@26.6.2@@jest": {}, - "_@jest_globals@26.6.2@@jest": {}, - "_@jest_reporters@26.6.2@@jest": {}, - "_@jest_source-map@24.9.0@@jest": {}, - "_@jest_source-map@26.6.2@@jest": {}, - "_@jest_test-result@24.9.0@@jest": {}, - "_@jest_test-result@26.6.2@@jest": {}, - "_@jest_test-sequencer@24.9.0@@jest": {}, - "_@jest_test-sequencer@26.6.3@@jest": {}, - "_@jest_transform@24.9.0@@jest": {}, - "_@jest_transform@26.6.2@@jest": {}, - "_@jest_types@24.9.0@@jest": {}, - "_@jest_types@25.5.0@@jest": {}, - "_@jest_types@26.6.2@@jest": {}, - "_@mdn_browser-compat-data@2.0.7@@mdn": {}, - "_@mdx-js_loader@1.6.22@@mdx-js": {}, - "_@mdx-js_mdx@1.6.22@@mdx-js": {}, - "_@mdx-js_react@1.6.22@@mdx-js": {}, - "_@mdx-js_util@1.6.22@@mdx-js": {}, - "_@mrmlnc_readdir-enhanced@2.2.1@@mrmlnc": {}, - "_@nicolo-ribaudo_chokidar-2@2.1.8-no-fsevents@@nicolo-ribaudo": {}, - "_@nodelib_fs.scandir@2.1.4@@nodelib": {}, - "_@nodelib_fs.stat@1.1.3@@nodelib": {}, - "_@nodelib_fs.stat@2.0.4@@nodelib": {}, - "_@nodelib_fs.walk@1.2.6@@nodelib": {}, - "_@reach_router@1.3.4@@reach": {}, - "_@rollup_plugin-babel@5.2.1@@rollup": {}, - "_@rollup_plugin-commonjs@16.0.0@@rollup": {}, - "_@rollup_plugin-inject@4.0.2@@rollup": {}, - "_@rollup_plugin-json@4.1.0@@rollup": {}, - "_@rollup_plugin-node-resolve@10.0.0@@rollup": {}, - "_@rollup_plugin-replace@2.3.4@@rollup": {}, - "_@rollup_plugin-url@5.0.1@@rollup": {}, - "_@rollup_pluginutils@3.1.0@@rollup": {}, - "_@samverschueren_stream-to-observable@0.3.1@@samverschueren": {}, - "_@sindresorhus_is@0.14.0@@sindresorhus": {}, - "_@sinonjs_commons@1.8.2@@sinonjs": {}, - "_@sinonjs_fake-timers@6.0.1@@sinonjs": {}, - "_@storybook_addon-actions@5.3.21@@storybook": {}, - "_@storybook_addon-backgrounds@5.3.21@@storybook": {}, - "_@storybook_addon-docs@5.3.21@@storybook": {}, - "_@storybook_addon-info@5.3.21@@storybook": {}, - "_@storybook_addon-knobs@5.3.21@@storybook": {}, - "_@storybook_addon-links@5.3.21@@storybook": {}, - "_@storybook_addon-options@5.3.21@@storybook": {}, - "_@storybook_addons@5.3.21@@storybook": {}, - "_@storybook_api@5.3.21@@storybook": {}, - "_@storybook_channel-postmessage@5.3.21@@storybook": {}, - "_@storybook_channels@5.3.21@@storybook": {}, - "_@storybook_client-api@5.3.21@@storybook": {}, - "_@storybook_client-logger@5.3.21@@storybook": {}, - "_@storybook_components@5.3.21@@storybook": {}, - "_@storybook_core-events@5.3.21@@storybook": {}, - "_@storybook_core@5.3.21@@storybook": {}, - "_@storybook_csf@0.0.1@@storybook": {}, - "_@storybook_node-logger@5.3.21@@storybook": {}, - "_@storybook_postinstall@5.3.21@@storybook": {}, - "_@storybook_react@5.3.21@@storybook": {}, - "_@storybook_router@5.3.21@@storybook": {}, - "_@storybook_source-loader@5.3.21@@storybook": {}, - "_@storybook_theming@5.3.21@@storybook": {}, - "_@storybook_ui@5.3.21@@storybook": {}, - "_@stylelint_postcss-css-in-js@0.37.2@@stylelint": {}, - "_@stylelint_postcss-markdown@0.36.2@@stylelint": {}, - "_@svgr_babel-plugin-add-jsx-attribute@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-add-jsx-attribute@5.4.0@@svgr": {}, - "_@svgr_babel-plugin-remove-jsx-attribute@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-remove-jsx-attribute@5.4.0@@svgr": {}, - "_@svgr_babel-plugin-remove-jsx-empty-expression@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-remove-jsx-empty-expression@5.0.1@@svgr": {}, - "_@svgr_babel-plugin-replace-jsx-attribute-value@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-replace-jsx-attribute-value@5.0.1@@svgr": {}, - "_@svgr_babel-plugin-svg-dynamic-title@4.3.3@@svgr": {}, - "_@svgr_babel-plugin-svg-dynamic-title@5.4.0@@svgr": {}, - "_@svgr_babel-plugin-svg-em-dimensions@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-svg-em-dimensions@5.4.0@@svgr": {}, - "_@svgr_babel-plugin-transform-react-native-svg@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-transform-react-native-svg@5.4.0@@svgr": {}, - "_@svgr_babel-plugin-transform-svg-component@4.2.0@@svgr": {}, - "_@svgr_babel-plugin-transform-svg-component@5.5.0@@svgr": {}, - "_@svgr_babel-preset@4.3.3@@svgr": {}, - "_@svgr_babel-preset@5.5.0@@svgr": {}, - "_@svgr_core@4.3.3@@svgr": {}, - "_@svgr_core@5.5.0@@svgr": {}, - "_@svgr_hast-util-to-babel-ast@4.3.2@@svgr": {}, - "_@svgr_hast-util-to-babel-ast@5.5.0@@svgr": {}, - "_@svgr_plugin-jsx@4.3.3@@svgr": {}, - "_@svgr_plugin-jsx@5.5.0@@svgr": {}, - "_@svgr_plugin-svgo@4.3.1@@svgr": {}, - "_@svgr_plugin-svgo@5.5.0@@svgr": {}, - "_@svgr_rollup@5.4.0@@svgr": {}, - "_@svgr_webpack@4.3.3@@svgr": {}, - "_@szmarczak_http-timer@1.1.2@@szmarczak": {}, - "_@testing-library_dom@7.29.6@@testing-library": {}, - "_@testing-library_react@11.2.5@@testing-library": {}, - "_@types_anymatch@1.3.1@@types": {}, - "_@types_aria-query@4.2.1@@types": {}, - "_@types_babel__core@7.1.12@@types": {}, - "_@types_babel__generator@7.6.2@@types": {}, - "_@types_babel__template@7.4.0@@types": {}, - "_@types_babel__traverse@7.11.0@@types": {}, - "_@types_d3-timer@1.0.10@@types": {}, - "_@types_estree@0.0.39@@types": {}, - "_@types_estree@0.0.46@@types": {}, - "_@types_glob@7.1.3@@types": {}, - "_@types_graceful-fs@4.1.5@@types": {}, - "_@types_hast@2.3.1@@types": {}, - "_@types_html-minifier-terser@5.1.1@@types": {}, - "_@types_is-function@1.0.0@@types": {}, - "_@types_istanbul-lib-coverage@2.0.3@@types": {}, - "_@types_istanbul-lib-report@3.0.0@@types": {}, - "_@types_istanbul-reports@1.1.2@@types": {}, - "_@types_istanbul-reports@3.0.0@@types": {}, - "_@types_jest@25.2.3@@types": {}, - "_@types_jest@26.0.20@@types": {}, - "_@types_json-schema@7.0.7@@types": {}, - "_@types_json5@0.0.29@@types": {}, - "_@types_mdast@3.0.3@@types": {}, - "_@types_minimatch@3.0.3@@types": {}, - "_@types_minimist@1.2.1@@types": {}, - "_@types_node@10.17.54@@types": {}, - "_@types_node@14.14.31@@types": {}, - "_@types_normalize-package-data@2.4.0@@types": {}, - "_@types_npmlog@4.1.2@@types": {}, - "_@types_parse-json@4.0.0@@types": {}, - "_@types_parse5@5.0.3@@types": {}, - "_@types_prettier@2.2.1@@types": {}, - "_@types_prop-types@15.7.3@@types": {}, - "_@types_q@1.5.4@@types": {}, - "_@types_reach__router@1.3.7@@types": {}, - "_@types_react-color@3.0.4@@types": {}, - "_@types_react-dom@17.0.1@@types": {}, - "_@types_react-syntax-highlighter@11.0.4@@types": {}, - "_@types_react-textarea-autosize@4.3.5@@types": {}, - "_@types_react@17.0.2@@types": {}, - "_@types_reactcss@1.2.3@@types": {}, - "_@types_resolve@1.17.1@@types": {}, - "_@types_source-list-map@0.1.2@@types": {}, - "_@types_stack-utils@1.0.1@@types": {}, - "_@types_stack-utils@2.0.0@@types": {}, - "_@types_tapable@1.0.6@@types": {}, - "_@types_uglify-js@3.12.0@@types": {}, - "_@types_unist@2.0.3@@types": {}, - "_@types_vfile-message@2.0.0@@types": {}, - "_@types_vfile@3.0.2@@types": {}, - "_@types_webpack-env@1.16.0@@types": {}, - "_@types_webpack-sources@2.1.0@@types": {}, - "_@types_webpack@4.41.26@@types": {}, - "_@types_yargs-parser@20.2.0@@types": {}, - "_@types_yargs@13.0.11@@types": {}, - "_@types_yargs@15.0.13@@types": {}, - "_@typescript-eslint_eslint-plugin@4.15.2@@typescript-eslint": {}, - "_@typescript-eslint_experimental-utils@4.15.2@@typescript-eslint": {}, - "_@typescript-eslint_parser@4.15.2@@typescript-eslint": {}, - "_@typescript-eslint_scope-manager@4.15.2@@typescript-eslint": {}, - "_@typescript-eslint_types@4.15.2@@typescript-eslint": {}, - "_@typescript-eslint_typescript-estree@4.15.2@@typescript-eslint": {}, - "_@typescript-eslint_visitor-keys@4.15.2@@typescript-eslint": {}, - "_@umijs_fabric@2.5.6@@umijs": {}, - "_@vue_compiler-core@3.0.5@@vue": {}, - "_@vue_compiler-dom@3.0.5@@vue": {}, - "_@vue_compiler-sfc@3.0.5@@vue": {}, - "_@vue_compiler-ssr@3.0.5@@vue": {}, - "_@vue_shared@3.0.5@@vue": {}, - "_@webassemblyjs_ast@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_floating-point-hex-parser@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-api-error@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-buffer@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-code-frame@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-fsm@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-module-context@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-wasm-bytecode@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_helper-wasm-section@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_ieee754@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_leb128@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_utf8@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_wasm-edit@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_wasm-gen@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_wasm-opt@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_wasm-parser@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_wast-parser@1.9.0@@webassemblyjs": {}, - "_@webassemblyjs_wast-printer@1.9.0@@webassemblyjs": {}, - "_@welldone-software_why-did-you-render@3.6.0@@welldone-software": {}, - "_@xtuc_ieee754@1.2.0@@xtuc": {}, - "_@xtuc_long@4.2.2@@xtuc": {}, - "_abab@2.0.5@abab": { - "version": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "_abbrev@1.1.1@abbrev": { - "version": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - }, - "_abs-svg-path@0.1.1@abs-svg-path": { - "version": "https://registry.npm.alibaba-inc.com/abs-svg-path/download/abs-svg-path-0.1.1.tgz" - }, - "_accepts@1.3.7@accepts": { - "version": "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "dependencies": { - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/negotiator/download/negotiator-0.6.2.tgz" - } - } - }, - "_accord@0.29.0@accord": { - "version": "https://registry.npm.alibaba-inc.com/accord/download/accord-0.29.0.tgz", - "requires": { - "convert-source-map": "^1.5.0", - "glob": "^7.0.5", - "indx": "^0.2.3", - "lodash.clone": "^4.3.2", - "lodash.defaults": "^4.0.1", - "lodash.flatten": "^4.2.0", - "lodash.merge": "^4.4.0", - "lodash.partialright": "^4.1.4", - "lodash.pick": "^4.2.1", - "lodash.uniq": "^4.3.0", - "resolve": "^1.5.0", - "semver": "^5.3.0", - "uglify-js": "^2.8.22", - "when": "^3.7.8" - }, - "dependencies": { - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "indx": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/indx/download/indx-0.2.3.tgz" - }, - "lodash.clone": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.clone/download/lodash.clone-4.5.0.tgz" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.defaults/download/lodash.defaults-4.2.0.tgz" - }, - "lodash.flatten": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.flatten/download/lodash.flatten-4.4.0.tgz" - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.merge/download/lodash.merge-4.6.2.tgz" - }, - "lodash.partialright": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.partialright/download/lodash.partialright-4.2.1.tgz" - }, - "lodash.pick": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.pick/download/lodash.pick-4.4.0.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "uglify-js": { - "version": "2.8.29", - "resolved": "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-2.8.29.tgz", - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz", - "optional": true - }, - "yargs": { - "version": "3.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-3.10.0.tgz", - "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - }, - "dependencies": { - "camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-1.2.1.tgz" - }, - "cliui": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-2.1.0.tgz", - "requires": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", - "wordwrap": "0.0.2" - }, - "dependencies": { - "center-align": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/center-align/download/center-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - }, - "dependencies": { - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - } - } - }, - "right-align": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/right-align/download/right-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.1" - }, - "dependencies": { - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - } - } - }, - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wordwrap/download/wordwrap-0.0.2.tgz" - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "window-size": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/window-size/download/window-size-0.1.0.tgz" - } - } - } - } - }, - "when": { - "version": "3.7.8", - "resolved": "https://registry.npm.alibaba-inc.com/when/download/when-3.7.8.tgz" - } - } - }, - "_acorn-globals@4.3.4@acorn-globals": { - "version": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-4.3.4.tgz", - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "acorn-walk": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-6.2.0.tgz" - } - } - }, - "_acorn-globals@6.0.0@acorn-globals": { - "version": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-6.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - } - } - }, - "_acorn-jsx@5.3.1@acorn-jsx": { - "version": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "_acorn-walk@6.2.0@acorn-walk": { - "version": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-6.2.0.tgz" - }, - "_acorn-walk@7.2.0@acorn-walk": { - "version": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - }, - "_acorn@5.7.4@acorn": { - "version": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-5.7.4.tgz" - }, - "_acorn@6.4.2@acorn": { - "version": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "_acorn@7.4.1@acorn": { - "version": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "_address@1.1.2@address": { - "version": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "_aggregate-error@3.1.0@aggregate-error": { - "version": "https://registry.npm.alibaba-inc.com/aggregate-error/download/aggregate-error-3.1.0.tgz", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": { - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/clean-stack/download/clean-stack-2.2.0.tgz" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - } - } - }, - "_airbnb-js-shims@2.2.1@airbnb-js-shims": { - "version": "https://registry.npm.alibaba-inc.com/airbnb-js-shims/download/airbnb-js-shims-2.2.1.tgz", - "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "es5-shim": { - "version": "4.5.15", - "resolved": "https://registry.npm.alibaba-inc.com/es5-shim/download/es5-shim-4.5.15.tgz" - }, - "es6-shim": { - "version": "0.35.6", - "resolved": "https://registry.npm.alibaba-inc.com/es6-shim/download/es6-shim-0.35.6.tgz" - }, - "function.prototype.name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/function.prototype.name/download/function.prototype.name-1.1.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "functions-have-names": "^1.2.2" - }, - "dependencies": {} - }, - "globalthis": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globalthis/download/globalthis-1.0.2.tgz", - "requires": { - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "promise.allsettled": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/promise.allsettled/download/promise.allsettled-1.0.4.tgz", - "requires": { - "array.prototype.map": "^1.0.3", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.0.2", - "iterate-value": "^1.0.2" - }, - "dependencies": {} - }, - "promise.prototype.finally": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/promise.prototype.finally/download/promise.prototype.finally-3.1.2.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.0", - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": {} - }, - "string.prototype.padend": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - }, - "string.prototype.padstart": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padstart/download/string.prototype.padstart-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - }, - "symbol.prototype.description": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol.prototype.description/download/symbol.prototype.description-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.2" - }, - "dependencies": {} - } - } - }, - "_ajv-errors@1.0.1@ajv-errors": { - "version": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - }, - "_ajv-keywords@3.5.2@ajv-keywords": { - "version": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - }, - "_ajv@6.10.0@ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.10.0.tgz", - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - } - } - }, - "_ajv@6.12.6@ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "_ajv@7.1.1@ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-7.1.1.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-1.0.0.tgz" - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/require-from-string/download/require-from-string-2.0.2.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "_align-text@0.1.4@align-text": { - "version": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "_alphanum-sort@1.0.2@alphanum-sort": { - "version": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "_amdefine@1.0.1@amdefine": { - "version": "https://registry.npm.alibaba-inc.com/amdefine/download/amdefine-1.0.1.tgz" - }, - "_ansi-align@3.0.0@ansi-align": { - "version": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "_ansi-colors@1.1.0@ansi-colors": { - "version": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "_ansi-colors@3.2.4@ansi-colors": { - "version": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz" - }, - "_ansi-colors@4.1.1@ansi-colors": { - "version": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - }, - "_ansi-cyan@0.1.1@ansi-cyan": { - "version": "https://registry.npm.alibaba-inc.com/ansi-cyan/download/ansi-cyan-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "_ansi-escapes@3.2.0@ansi-escapes": { - "version": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "_ansi-escapes@4.3.1@ansi-escapes": { - "version": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "_ansi-gray@0.1.1@ansi-gray": { - "version": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "_ansi-html@0.0.7@ansi-html": { - "version": "https://registry.npm.alibaba-inc.com/ansi-html/download/ansi-html-0.0.7.tgz" - }, - "_ansi-red@0.1.1@ansi-red": { - "version": "https://registry.npm.alibaba-inc.com/ansi-red/download/ansi-red-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "_ansi-regex@2.1.1@ansi-regex": { - "version": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - }, - "_ansi-regex@3.0.0@ansi-regex": { - "version": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz" - }, - "_ansi-regex@4.1.0@ansi-regex": { - "version": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "_ansi-regex@5.0.0@ansi-regex": { - "version": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "_ansi-styles@2.2.1@ansi-styles": { - "version": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "_ansi-styles@3.2.1@ansi-styles": { - "version": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - }, - "_ansi-styles@4.3.0@ansi-styles": { - "version": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "_ansi-to-html@0.6.14@ansi-to-html": { - "version": "https://registry.npm.alibaba-inc.com/ansi-to-html/download/ansi-to-html-0.6.14.tgz", - "requires": { - "entities": "^1.1.2" - }, - "dependencies": { - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - } - } - }, - "_ansi-wrap@0.1.0@ansi-wrap": { - "version": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - }, - "_any-observable@0.3.0@any-observable": { - "version": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.3.0.tgz" - }, - "_any-observable@0.5.1@any-observable": { - "version": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.5.1.tgz" - }, - "_anymatch@2.0.0@anymatch": { - "version": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_anymatch@3.1.1@anymatch": { - "version": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": { - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "_aphrodite@2.4.0@aphrodite": { - "version": "https://registry.npm.alibaba-inc.com/aphrodite/download/aphrodite-2.4.0.tgz", - "requires": { - "asap": "^2.0.3", - "inline-style-prefixer": "^5.1.0", - "string-hash": "^1.1.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - }, - "inline-style-prefixer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-prefixer/download/inline-style-prefixer-5.1.2.tgz", - "requires": { - "css-in-js-utils": "^2.0.0" - }, - "dependencies": { - "css-in-js-utils": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-in-js-utils/download/css-in-js-utils-2.0.1.tgz", - "requires": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "hyphenate-style-name": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/hyphenate-style-name/download/hyphenate-style-name-1.0.4.tgz" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "_app-root-dir@1.0.2@app-root-dir": { - "version": "https://registry.npm.alibaba-inc.com/app-root-dir/download/app-root-dir-1.0.2.tgz" - }, - "_append-buffer@1.0.2@append-buffer": { - "version": "https://registry.npm.alibaba-inc.com/append-buffer/download/append-buffer-1.0.2.tgz", - "requires": { - "buffer-equal": "^1.0.0" - }, - "dependencies": { - "buffer-equal": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-equal/download/buffer-equal-1.0.0.tgz" - } - } - }, - "_append-transform@1.0.0@append-transform": { - "version": "https://registry.npm.alibaba-inc.com/append-transform/download/append-transform-1.0.0.tgz", - "requires": { - "default-require-extensions": "^2.0.0" - }, - "dependencies": { - "default-require-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-require-extensions/download/default-require-extensions-2.0.0.tgz", - "requires": { - "strip-bom": "^3.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - } - } - }, - "_aproba@1.2.0@aproba": { - "version": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "_archy@1.0.0@archy": { - "version": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "_are-we-there-yet@1.1.5@are-we-there-yet": { - "version": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": { - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delegates/download/delegates-1.0.0.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_argparse@1.0.10@argparse": { - "version": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": { - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz" - } - } - }, - "_aria-query@4.2.2@aria-query": { - "version": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@babel/runtime-corejs3": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime-corejs3/download/@babel/runtime-corejs3-7.13.6.tgz", - "requires": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "_arr-diff@1.1.0@arr-diff": { - "version": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-1.1.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "array-slice": "^0.2.3" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "array-slice": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-0.2.3.tgz" - } - } - }, - "_arr-diff@4.0.0@arr-diff": { - "version": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "_arr-filter@1.1.2@arr-filter": { - "version": "https://registry.npm.alibaba-inc.com/arr-filter/download/arr-filter-1.1.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "_arr-flatten@1.1.0@arr-flatten": { - "version": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "_arr-map@2.0.2@arr-map": { - "version": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "_arr-union@2.1.0@arr-union": { - "version": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-2.1.0.tgz" - }, - "_arr-union@3.1.0@arr-union": { - "version": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "_array-differ@1.0.0@array-differ": { - "version": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-1.0.0.tgz" - }, - "_array-differ@3.0.0@array-differ": { - "version": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-3.0.0.tgz" - }, - "_array-each@1.0.1@array-each": { - "version": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "_array-equal@1.0.0@array-equal": { - "version": "https://registry.npm.alibaba-inc.com/array-equal/download/array-equal-1.0.0.tgz" - }, - "_array-find-index@1.0.2@array-find-index": { - "version": "https://registry.npm.alibaba-inc.com/array-find-index/download/array-find-index-1.0.2.tgz" - }, - "_array-flatten@1.1.1@array-flatten": { - "version": "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz" - }, - "_array-includes@3.1.3@array-includes": { - "version": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "_array-initial@1.1.0@array-initial": { - "version": "https://registry.npm.alibaba-inc.com/array-initial/download/array-initial-1.1.0.tgz", - "requires": { - "array-slice": "^1.0.0", - "is-number": "^4.0.0" - }, - "dependencies": { - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - } - } - }, - "_array-last@1.3.0@array-last": { - "version": "https://registry.npm.alibaba-inc.com/array-last/download/array-last-1.3.0.tgz", - "requires": { - "is-number": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - } - } - }, - "_array-slice@0.2.3@array-slice": { - "version": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-0.2.3.tgz" - }, - "_array-slice@1.1.0@array-slice": { - "version": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "_array-sort@1.0.0@array-sort": { - "version": "https://registry.npm.alibaba-inc.com/array-sort/download/array-sort-1.0.0.tgz", - "requires": { - "default-compare": "^1.0.0", - "get-value": "^2.0.6", - "kind-of": "^5.0.2" - }, - "dependencies": { - "default-compare": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-compare/download/default-compare-1.0.0.tgz", - "requires": { - "kind-of": "^5.0.2" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "_array-union@1.0.2@array-union": { - "version": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": { - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - } - } - }, - "_array-union@2.1.0@array-union": { - "version": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "_array-uniq@1.0.3@array-uniq": { - "version": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - }, - "_array-unique@0.3.2@array-unique": { - "version": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "_array.prototype.flat@1.2.4@array.prototype.flat": { - "version": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "_array.prototype.flatmap@1.2.4@array.prototype.flatmap": { - "version": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "_array.prototype.map@1.0.3@array.prototype.map": { - "version": "https://registry.npm.alibaba-inc.com/array.prototype.map/download/array.prototype.map-1.0.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/es-array-method-boxes-properly/download/es-array-method-boxes-properly-1.0.0.tgz" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "_arrify@1.0.1@arrify": { - "version": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "_arrify@2.0.1@arrify": { - "version": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-2.0.1.tgz" - }, - "_asap@2.0.6@asap": { - "version": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - }, - "_asn1.js@5.4.1@asn1.js": { - "version": "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-5.4.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "_asn1@0.2.4@asn1": { - "version": "https://registry.npm.alibaba-inc.com/asn1/download/asn1-0.2.4.tgz", - "requires": { - "safer-buffer": "~2.1.0" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "_assert-never@1.2.1@assert-never": { - "version": "https://registry.npm.alibaba-inc.com/assert-never/download/assert-never-1.2.1.tgz" - }, - "_assert-plus@1.0.0@assert-plus": { - "version": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "_assert@1.5.0@assert": { - "version": "https://registry.npm.alibaba-inc.com/assert/download/assert-1.5.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npm.alibaba-inc.com/util/download/util-0.10.3.tgz", - "requires": { - "inherits": "2.0.1" - }, - "dependencies": {} - } - } - }, - "_assign-symbols@1.0.0@assign-symbols": { - "version": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "_ast-metadata-inferer@0.4.0@ast-metadata-inferer": { - "version": "https://registry.npm.alibaba-inc.com/ast-metadata-inferer/download/ast-metadata-inferer-0.4.0.tgz" - }, - "_ast-types-flow@0.0.7@ast-types-flow": { - "version": "https://registry.npm.alibaba-inc.com/ast-types-flow/download/ast-types-flow-0.0.7.tgz" - }, - "_ast-types@0.13.3@ast-types": { - "version": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "_ast-types@0.14.2@ast-types": { - "version": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_astral-regex@1.0.0@astral-regex": { - "version": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-1.0.0.tgz" - }, - "_astral-regex@2.0.0@astral-regex": { - "version": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-2.0.0.tgz" - }, - "_async-done@1.3.2@async-done": { - "version": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - } - } - }, - "_async-each@1.0.3@async-each": { - "version": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "_async-exit-hook@2.0.1@async-exit-hook": { - "version": "https://registry.npm.alibaba-inc.com/async-exit-hook/download/async-exit-hook-2.0.1.tgz" - }, - "_async-foreach@0.1.3@async-foreach": { - "version": "https://registry.npm.alibaba-inc.com/async-foreach/download/async-foreach-0.1.3.tgz" - }, - "_async-limiter@1.0.1@async-limiter": { - "version": "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz" - }, - "_async-settle@1.0.0@async-settle": { - "version": "https://registry.npm.alibaba-inc.com/async-settle/download/async-settle-1.0.0.tgz", - "requires": { - "async-done": "^1.2.2" - }, - "dependencies": { - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - } - } - } - } - }, - "_asynckit@0.4.0@asynckit": { - "version": "https://registry.npm.alibaba-inc.com/asynckit/download/asynckit-0.4.0.tgz" - }, - "_atob@2.1.2@atob": { - "version": "https://registry.npm.alibaba-inc.com/atob/download/atob-2.1.2.tgz" - }, - "_autoprefixer@9.6.0@autoprefixer": { - "version": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.6.0.tgz", - "requires": { - "browserslist": "^4.6.1", - "caniuse-lite": "^1.0.30000971", - "chalk": "^2.4.2", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.16", - "postcss-value-parser": "^3.3.1" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_autoprefixer@9.8.6@autoprefixer": { - "version": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "_aws-sign2@0.7.0@aws-sign2": { - "version": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "_aws4@1.11.0@aws4": { - "version": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "_axe-core@4.1.2@axe-core": { - "version": "https://registry.npm.alibaba-inc.com/axe-core/download/axe-core-4.1.2.tgz" - }, - "_axobject-query@2.2.0@axobject-query": { - "version": "https://registry.npm.alibaba-inc.com/axobject-query/download/axobject-query-2.2.0.tgz" - }, - "_babel-code-frame@6.26.0@babel-code-frame": { - "version": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz" - } - } - }, - "_babel-core@7.0.0-bridge.0@babel-core": { - "version": "https://registry.npm.alibaba-inc.com/babel-core/download/babel-core-7.0.0-bridge.0.tgz" - }, - "_babel-helper-builder-react-jsx@6.26.0@babel-helper-builder-react-jsx": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-builder-react-jsx/download/babel-helper-builder-react-jsx-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "esutils": "^2.0.2" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-1.0.3.tgz" - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "_babel-helper-evaluate-path@0.5.0@babel-helper-evaluate-path": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "_babel-helper-flip-expressions@0.4.3@babel-helper-flip-expressions": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - }, - "_babel-helper-is-nodes-equiv@0.0.1@babel-helper-is-nodes-equiv": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-is-nodes-equiv/download/babel-helper-is-nodes-equiv-0.0.1.tgz" - }, - "_babel-helper-is-void-0@0.4.3@babel-helper-is-void-0": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - }, - "_babel-helper-mark-eval-scopes@0.4.3@babel-helper-mark-eval-scopes": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - }, - "_babel-helper-remove-or-void@0.4.3@babel-helper-remove-or-void": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-remove-or-void/download/babel-helper-remove-or-void-0.4.3.tgz" - }, - "_babel-helper-to-multiple-sequence-expressions@0.5.0@babel-helper-to-multiple-sequence-expressions": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-to-multiple-sequence-expressions/download/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz" - }, - "_babel-jest@24.9.0@babel-jest": { - "version": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-24.9.0.tgz", - "requires": { - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.9.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@types/babel__generator": { - "version": "7.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__generator/download/@types/babel__generator-7.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0" - }, - "dependencies": {} - }, - "@types/babel__template": { - "version": "7.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__template/download/@types/babel__template-7.4.0.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "babel-preset-jest": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-24.9.0.tgz", - "requires": { - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.9.0" - }, - "dependencies": { - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "babel-plugin-jest-hoist": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-24.9.0.tgz", - "requires": { - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": { - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "_babel-jest@26.6.3@babel-jest": { - "version": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": {} - }, - "babel-preset-jest": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-26.6.2.tgz", - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "_babel-loader@8.2.2@babel-loader": { - "version": "https://registry.npm.alibaba-inc.com/babel-loader/download/babel-loader-8.2.2.tgz", - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "_babel-messages@6.23.0@babel-messages": { - "version": "https://registry.npm.alibaba-inc.com/babel-messages/download/babel-messages-6.23.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - } - } - }, - "_babel-plugin-add-react-displayname@0.0.5@babel-plugin-add-react-displayname": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-add-react-displayname/download/babel-plugin-add-react-displayname-0.0.5.tgz" - }, - "_babel-plugin-apply-mdx-type-prop@1.6.22@babel-plugin-apply-mdx-type-prop": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-apply-mdx-type-prop/download/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - } - } - }, - "_babel-plugin-dynamic-import-node@2.3.3@babel-plugin-dynamic-import-node": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": { - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-emotion@10.2.2@babel-plugin-emotion": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": {} - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "find-root": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "_babel-plugin-extract-import-names@1.6.22@babel-plugin-extract-import-names": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-extract-import-names/download/babel-plugin-extract-import-names-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - } - } - }, - "_babel-plugin-inline-react-svg@1.1.2@babel-plugin-inline-react-svg": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-inline-react-svg/download/babel-plugin-inline-react-svg-1.1.2.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/parser": "^7.0.0", - "lodash.isplainobject": "^4.0.6", - "resolve": "^1.10.0", - "svgo": "^0.7.2" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "svgo": { - "version": "0.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-0.7.2.tgz", - "requires": { - "coa": "~1.0.1", - "colors": "~1.1.2", - "csso": "~2.3.1", - "js-yaml": "~3.7.0", - "mkdirp": "~0.5.1", - "sax": "~1.2.1", - "whet.extend": "~0.9.9" - }, - "dependencies": { - "coa": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-1.0.4.tgz", - "requires": { - "q": "^1.1.2" - }, - "dependencies": { - "q": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - } - } - }, - "colors": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.1.2.tgz" - }, - "csso": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-2.3.2.tgz", - "requires": { - "clap": "^1.0.9", - "source-map": "^0.5.3" - }, - "dependencies": { - "clap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clap/download/clap-1.2.3.tgz", - "requires": { - "chalk": "^1.1.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - } - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "js-yaml": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.7.0.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^2.6.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": { - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz" - } - } - }, - "esprima": { - "version": "2.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-2.7.3.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "whet.extend": { - "version": "0.9.9", - "resolved": "https://registry.npm.alibaba-inc.com/whet.extend/download/whet.extend-0.9.9.tgz" - } - } - } - } - }, - "_babel-plugin-inline-svg@1.2.0@babel-plugin-inline-svg": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-inline-svg/download/babel-plugin-inline-svg-1.2.0.tgz", - "requires": { - "babel-template": "^6.26.0", - "resolve-from": "^5.0.0", - "svgo": "^1.3.2" - }, - "dependencies": { - "babel-template": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-template/download/babel-template-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - }, - "babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-traverse/download/babel-traverse-6.26.0.tgz", - "requires": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" - }, - "dependencies": { - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz" - } - } - }, - "babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-messages/download/babel-messages-6.23.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-1.0.3.tgz" - } - } - }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "globals": { - "version": "9.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-9.18.0.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-1.0.3.tgz" - } - } - }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": {} - }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "_babel-plugin-istanbul@5.2.0@babel-plugin-istanbul": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-istanbul@6.0.0@babel-plugin-istanbul": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/load-nyc-config/download/@istanbuljs/load-nyc-config-1.1.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "dependencies": {} - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-6.0.0.tgz", - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-jest-hoist@24.9.0@babel-plugin-jest-hoist": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-24.9.0.tgz", - "requires": { - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": { - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-jest-hoist@26.6.2@babel-plugin-jest-hoist": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-26.6.2.tgz", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-macros@2.6.1@babel-plugin-macros": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.6.1.tgz", - "requires": { - "@babel/runtime": "^7.4.2", - "cosmiconfig": "^5.2.0", - "resolve": "^1.10.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "_babel-plugin-macros@2.8.0@babel-plugin-macros": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-6.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-minify-builtins@0.5.0@babel-plugin-minify-builtins": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.5.0.tgz" - }, - "_babel-plugin-minify-constant-folding@0.5.0@babel-plugin-minify-constant-folding": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-constant-folding/download/babel-plugin-minify-constant-folding-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - } - } - }, - "_babel-plugin-minify-dead-code-elimination@0.5.1@babel-plugin-minify-dead-code-elimination": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-dead-code-elimination/download/babel-plugin-minify-dead-code-elimination-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-mark-eval-scopes": "^0.4.3", - "babel-helper-remove-or-void": "^0.4.3", - "lodash": "^4.17.11" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-mark-eval-scopes": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - }, - "babel-helper-remove-or-void": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-remove-or-void/download/babel-helper-remove-or-void-0.4.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_babel-plugin-minify-flip-comparisons@0.4.3@babel-plugin-minify-flip-comparisons": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-flip-comparisons/download/babel-plugin-minify-flip-comparisons-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - } - } - }, - "_babel-plugin-minify-guarded-expressions@0.4.4@babel-plugin-minify-guarded-expressions": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-guarded-expressions/download/babel-plugin-minify-guarded-expressions-0.4.4.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - } - } - }, - "_babel-plugin-minify-infinity@0.4.3@babel-plugin-minify-infinity": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.4.3.tgz" - }, - "_babel-plugin-minify-mangle-names@0.5.0@babel-plugin-minify-mangle-names": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-mangle-names/download/babel-plugin-minify-mangle-names-0.5.0.tgz", - "requires": { - "babel-helper-mark-eval-scopes": "^0.4.3" - }, - "dependencies": { - "babel-helper-mark-eval-scopes": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - } - } - }, - "_babel-plugin-minify-numeric-literals@0.4.3@babel-plugin-minify-numeric-literals": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-numeric-literals/download/babel-plugin-minify-numeric-literals-0.4.3.tgz" - }, - "_babel-plugin-minify-replace@0.5.0@babel-plugin-minify-replace": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.5.0.tgz" - }, - "_babel-plugin-minify-simplify@0.5.1@babel-plugin-minify-simplify": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3", - "babel-helper-is-nodes-equiv": "^0.0.1", - "babel-helper-to-multiple-sequence-expressions": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - }, - "babel-helper-is-nodes-equiv": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-nodes-equiv/download/babel-helper-is-nodes-equiv-0.0.1.tgz" - }, - "babel-helper-to-multiple-sequence-expressions": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-to-multiple-sequence-expressions/download/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz" - } - } - }, - "_babel-plugin-minify-type-constructors@0.4.3@babel-plugin-minify-type-constructors": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-type-constructors/download/babel-plugin-minify-type-constructors-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - } - } - }, - "_babel-plugin-named-asset-import@0.3.7@babel-plugin-named-asset-import": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-named-asset-import/download/babel-plugin-named-asset-import-0.3.7.tgz" - }, - "_babel-plugin-polyfill-corejs2@0.1.5@babel-plugin-polyfill-corejs2": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_babel-plugin-polyfill-corejs3@0.1.4@babel-plugin-polyfill-corejs3": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-polyfill-regenerator@0.1.3@babel-plugin-polyfill-regenerator": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-react-docgen@4.2.1@babel-plugin-react-docgen": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-react-docgen/download/babel-plugin-react-docgen-4.2.1.tgz", - "requires": { - "ast-types": "^0.14.2", - "lodash": "^4.17.15", - "react-docgen": "^5.0.0" - }, - "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "react-docgen": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-docgen/download/react-docgen-5.3.1.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_babel-plugin-react-require@3.0.0@babel-plugin-react-require": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.0.0.tgz" - }, - "_babel-plugin-react-require@3.1.1@babel-plugin-react-require": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.1.1.tgz" - }, - "_babel-plugin-syntax-flow@6.18.0@babel-plugin-syntax-flow": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-flow/download/babel-plugin-syntax-flow-6.18.0.tgz" - }, - "_babel-plugin-syntax-jsx@6.18.0@babel-plugin-syntax-jsx": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "_babel-plugin-transform-flow-strip-types@6.22.0@babel-plugin-transform-flow-strip-types": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-flow-strip-types/download/babel-plugin-transform-flow-strip-types-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-flow": "^6.18.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-flow": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-flow/download/babel-plugin-syntax-flow-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - } - } - }, - "_babel-plugin-transform-inline-consecutive-adds@0.4.3@babel-plugin-transform-inline-consecutive-adds": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-inline-consecutive-adds/download/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz" - }, - "_babel-plugin-transform-member-expression-literals@6.9.4@babel-plugin-transform-member-expression-literals": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-member-expression-literals/download/babel-plugin-transform-member-expression-literals-6.9.4.tgz" - }, - "_babel-plugin-transform-merge-sibling-variables@6.9.4@babel-plugin-transform-merge-sibling-variables": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-merge-sibling-variables/download/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz" - }, - "_babel-plugin-transform-minify-booleans@6.9.4@babel-plugin-transform-minify-booleans": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-minify-booleans/download/babel-plugin-transform-minify-booleans-6.9.4.tgz" - }, - "_babel-plugin-transform-property-literals@6.9.4@babel-plugin-transform-property-literals": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-property-literals/download/babel-plugin-transform-property-literals-6.9.4.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "_babel-plugin-transform-react-display-name@6.25.0@babel-plugin-transform-react-display-name": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-display-name/download/babel-plugin-transform-react-display-name-6.25.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - } - } - }, - "_babel-plugin-transform-react-jsx-self@6.22.0@babel-plugin-transform-react-jsx-self": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-self/download/babel-plugin-transform-react-jsx-self-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - } - } - }, - "_babel-plugin-transform-react-jsx-source@6.22.0@babel-plugin-transform-react-jsx-source": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-source/download/babel-plugin-transform-react-jsx-source-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - } - } - }, - "_babel-plugin-transform-react-jsx@6.24.1@babel-plugin-transform-react-jsx": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx/download/babel-plugin-transform-react-jsx-6.24.1.tgz", - "requires": { - "babel-helper-builder-react-jsx": "^6.24.1", - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-helper-builder-react-jsx": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-builder-react-jsx/download/babel-helper-builder-react-jsx-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "esutils": "^2.0.2" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - } - } - }, - "_babel-plugin-transform-react-remove-prop-types@0.4.24@babel-plugin-transform-react-remove-prop-types": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-remove-prop-types/download/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz" - }, - "_babel-plugin-transform-regexp-constructors@0.4.3@babel-plugin-transform-regexp-constructors": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-regexp-constructors/download/babel-plugin-transform-regexp-constructors-0.4.3.tgz" - }, - "_babel-plugin-transform-remove-console@6.9.4@babel-plugin-transform-remove-console": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-console/download/babel-plugin-transform-remove-console-6.9.4.tgz" - }, - "_babel-plugin-transform-remove-debugger@6.9.4@babel-plugin-transform-remove-debugger": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-debugger/download/babel-plugin-transform-remove-debugger-6.9.4.tgz" - }, - "_babel-plugin-transform-remove-undefined@0.5.0@babel-plugin-transform-remove-undefined": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-undefined/download/babel-plugin-transform-remove-undefined-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - } - } - }, - "_babel-plugin-transform-replace-object-assign@2.0.0@babel-plugin-transform-replace-object-assign": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-replace-object-assign/download/babel-plugin-transform-replace-object-assign-2.0.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_babel-plugin-transform-simplify-comparison-operators@6.9.4@babel-plugin-transform-simplify-comparison-operators": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-simplify-comparison-operators/download/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz" - }, - "_babel-plugin-transform-undefined-to-void@6.9.4@babel-plugin-transform-undefined-to-void": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-undefined-to-void/download/babel-plugin-transform-undefined-to-void-6.9.4.tgz" - }, - "_babel-preset-airbnb@4.5.0@babel-preset-airbnb": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-airbnb/download/babel-preset-airbnb-4.5.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-numeric-separator": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.9.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.9.0", - "@babel/plugin-transform-classes": "^7.9.2", - "@babel/plugin-transform-exponentiation-operator": "^7.8.3", - "@babel/plugin-transform-jscript": "^7.8.3", - "@babel/plugin-transform-member-expression-literals": "^7.8.3", - "@babel/plugin-transform-property-literals": "^7.8.3", - "@babel/plugin-transform-property-mutators": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.9.0", - "@babel/plugin-transform-template-literals": "^7.8.3", - "@babel/preset-env": "^7.9.0", - "@babel/preset-react": "^7.9.4", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - } - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-jscript": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-jscript/download/@babel/plugin-transform-jscript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-mutators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-mutators/download/@babel/plugin-transform-property-mutators-7.12.13.tgz", - "requires": { - "@babel/helper-define-map": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-define-map": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-map/download/@babel/helper-define-map-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/types": "^7.12.13", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.13.6.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": {} - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": {} - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-remove-prop-types/download/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz" - } - } - }, - "_babel-preset-current-node-syntax@1.0.1@babel-preset-current-node-syntax": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-current-node-syntax/download/babel-preset-current-node-syntax-1.0.1.tgz", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "dependencies": { - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-bigint/download/@babel/plugin-syntax-bigint-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "_babel-preset-flow@6.23.0@babel-preset-flow": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-flow/download/babel-preset-flow-6.23.0.tgz", - "requires": { - "babel-plugin-transform-flow-strip-types": "^6.22.0" - }, - "dependencies": { - "babel-plugin-transform-flow-strip-types": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-flow-strip-types/download/babel-plugin-transform-flow-strip-types-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-flow": "^6.18.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-flow": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-flow/download/babel-plugin-syntax-flow-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - } - } - }, - "_babel-preset-jest@24.9.0@babel-preset-jest": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-24.9.0.tgz", - "requires": { - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.9.0" - }, - "dependencies": { - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "babel-plugin-jest-hoist": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-24.9.0.tgz", - "requires": { - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": {} - } - } - }, - "_babel-preset-jest@26.6.2@babel-preset-jest": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-26.6.2.tgz", - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "dependencies": { - "babel-plugin-jest-hoist": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-26.6.2.tgz", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": {} - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-current-node-syntax/download/babel-preset-current-node-syntax-1.0.1.tgz", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "dependencies": {} - } - } - }, - "_babel-preset-minify@0.5.1@babel-preset-minify": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-minify/download/babel-preset-minify-0.5.1.tgz", - "requires": { - "babel-plugin-minify-builtins": "^0.5.0", - "babel-plugin-minify-constant-folding": "^0.5.0", - "babel-plugin-minify-dead-code-elimination": "^0.5.1", - "babel-plugin-minify-flip-comparisons": "^0.4.3", - "babel-plugin-minify-guarded-expressions": "^0.4.4", - "babel-plugin-minify-infinity": "^0.4.3", - "babel-plugin-minify-mangle-names": "^0.5.0", - "babel-plugin-minify-numeric-literals": "^0.4.3", - "babel-plugin-minify-replace": "^0.5.0", - "babel-plugin-minify-simplify": "^0.5.1", - "babel-plugin-minify-type-constructors": "^0.4.3", - "babel-plugin-transform-inline-consecutive-adds": "^0.4.3", - "babel-plugin-transform-member-expression-literals": "^6.9.4", - "babel-plugin-transform-merge-sibling-variables": "^6.9.4", - "babel-plugin-transform-minify-booleans": "^6.9.4", - "babel-plugin-transform-property-literals": "^6.9.4", - "babel-plugin-transform-regexp-constructors": "^0.4.3", - "babel-plugin-transform-remove-console": "^6.9.4", - "babel-plugin-transform-remove-debugger": "^6.9.4", - "babel-plugin-transform-remove-undefined": "^0.5.0", - "babel-plugin-transform-simplify-comparison-operators": "^6.9.4", - "babel-plugin-transform-undefined-to-void": "^6.9.4", - "lodash": "^4.17.11" - }, - "dependencies": { - "babel-plugin-minify-builtins": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.5.0.tgz" - }, - "babel-plugin-minify-constant-folding": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-constant-folding/download/babel-plugin-minify-constant-folding-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": {} - }, - "babel-plugin-minify-dead-code-elimination": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-dead-code-elimination/download/babel-plugin-minify-dead-code-elimination-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-mark-eval-scopes": "^0.4.3", - "babel-helper-remove-or-void": "^0.4.3", - "lodash": "^4.17.11" - }, - "dependencies": {} - }, - "babel-plugin-minify-flip-comparisons": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-flip-comparisons/download/babel-plugin-minify-flip-comparisons-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-minify-guarded-expressions": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-guarded-expressions/download/babel-plugin-minify-guarded-expressions-0.4.4.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-minify-infinity": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.4.3.tgz" - }, - "babel-plugin-minify-mangle-names": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-mangle-names/download/babel-plugin-minify-mangle-names-0.5.0.tgz", - "requires": { - "babel-helper-mark-eval-scopes": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-minify-numeric-literals": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-numeric-literals/download/babel-plugin-minify-numeric-literals-0.4.3.tgz" - }, - "babel-plugin-minify-replace": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.5.0.tgz" - }, - "babel-plugin-minify-simplify": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3", - "babel-helper-is-nodes-equiv": "^0.0.1", - "babel-helper-to-multiple-sequence-expressions": "^0.5.0" - }, - "dependencies": {} - }, - "babel-plugin-minify-type-constructors": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-type-constructors/download/babel-plugin-minify-type-constructors-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-transform-inline-consecutive-adds": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-inline-consecutive-adds/download/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz" - }, - "babel-plugin-transform-member-expression-literals": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-member-expression-literals/download/babel-plugin-transform-member-expression-literals-6.9.4.tgz" - }, - "babel-plugin-transform-merge-sibling-variables": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-merge-sibling-variables/download/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz" - }, - "babel-plugin-transform-minify-booleans": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-minify-booleans/download/babel-plugin-transform-minify-booleans-6.9.4.tgz" - }, - "babel-plugin-transform-property-literals": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-property-literals/download/babel-plugin-transform-property-literals-6.9.4.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "babel-plugin-transform-regexp-constructors": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-regexp-constructors/download/babel-plugin-transform-regexp-constructors-0.4.3.tgz" - }, - "babel-plugin-transform-remove-console": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-console/download/babel-plugin-transform-remove-console-6.9.4.tgz" - }, - "babel-plugin-transform-remove-debugger": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-debugger/download/babel-plugin-transform-remove-debugger-6.9.4.tgz" - }, - "babel-plugin-transform-remove-undefined": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-undefined/download/babel-plugin-transform-remove-undefined-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": {} - }, - "babel-plugin-transform-simplify-comparison-operators": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-simplify-comparison-operators/download/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz" - }, - "babel-plugin-transform-undefined-to-void": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-undefined-to-void/download/babel-plugin-transform-undefined-to-void-6.9.4.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_babel-preset-react@6.24.1@babel-preset-react": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-react/download/babel-preset-react-6.24.1.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.3.13", - "babel-plugin-transform-react-display-name": "^6.23.0", - "babel-plugin-transform-react-jsx": "^6.24.1", - "babel-plugin-transform-react-jsx-self": "^6.22.0", - "babel-plugin-transform-react-jsx-source": "^6.22.0", - "babel-preset-flow": "^6.23.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-plugin-transform-react-display-name": { - "version": "6.25.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-display-name/download/babel-plugin-transform-react-display-name-6.25.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-jsx": { - "version": "6.24.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx/download/babel-plugin-transform-react-jsx-6.24.1.tgz", - "requires": { - "babel-helper-builder-react-jsx": "^6.24.1", - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-helper-builder-react-jsx": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-builder-react-jsx/download/babel-helper-builder-react-jsx-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-jsx-self": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-self/download/babel-plugin-transform-react-jsx-self-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-jsx-source": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-source/download/babel-plugin-transform-react-jsx-source-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-preset-flow": { - "version": "6.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-flow/download/babel-preset-flow-6.23.0.tgz", - "requires": { - "babel-plugin-transform-flow-strip-types": "^6.22.0" - }, - "dependencies": { - "babel-plugin-transform-flow-strip-types": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-flow-strip-types/download/babel-plugin-transform-flow-strip-types-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-flow": "^6.18.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - } - } - } - } - }, - "_babel-preset-umi@1.8.4@babel-preset-umi": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-umi/download/babel-preset-umi-1.8.4.tgz", - "requires": { - "@babel/core": "7.4.5", - "@babel/plugin-proposal-async-generator-functions": "7.2.0", - "@babel/plugin-proposal-class-properties": "7.4.4", - "@babel/plugin-proposal-decorators": "7.4.4", - "@babel/plugin-proposal-do-expressions": "7.2.0", - "@babel/plugin-proposal-export-default-from": "7.2.0", - "@babel/plugin-proposal-export-namespace-from": "7.2.0", - "@babel/plugin-proposal-function-bind": "7.2.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4", - "@babel/plugin-proposal-object-rest-spread": "7.4.4", - "@babel/plugin-proposal-optional-catch-binding": "7.2.0", - "@babel/plugin-proposal-optional-chaining": "7.2.0", - "@babel/plugin-proposal-pipeline-operator": "7.3.2", - "@babel/plugin-syntax-dynamic-import": "7.2.0", - "@babel/plugin-transform-destructuring": "7.4.4", - "@babel/plugin-transform-runtime": "7.4.4", - "@babel/preset-env": "7.4.5", - "@babel/preset-react": "7.0.0", - "@babel/runtime": "7.4.5", - "babel-plugin-macros": "2.6.1", - "babel-plugin-react-require": "3.0.0", - "babel-plugin-transform-react-remove-prop-types": "0.4.24" - }, - "dependencies": { - "@babel/core": { - "version": "7.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-remap-async-to-generator": "^7.1.0", - "@babel/plugin-syntax-async-generators": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-wrap-function": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.4.4.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-decorators": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.4.4.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-decorators": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-decorators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-do-expressions": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-do-expressions/download/@babel/plugin-proposal-do-expressions-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-do-expressions": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-do-expressions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-do-expressions/download/@babel/plugin-syntax-do-expressions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-default-from/download/@babel/plugin-proposal-export-default-from-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-export-default-from": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-default-from/download/@babel/plugin-syntax-export-default-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-export-namespace-from": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-function-bind": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-function-bind": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-function-bind": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-function-bind/download/@babel/plugin-syntax-function-bind-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.4.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-optional-chaining": "^7.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-pipeline-operator": { - "version": "7.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-pipeline-operator/download/@babel/plugin-proposal-pipeline-operator-7.3.2.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-pipeline-operator": "^7.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-pipeline-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-pipeline-operator/download/@babel/plugin-syntax-pipeline-operator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.4.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.4.4.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "resolve": "^1.8.1", - "semver": "^5.5.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.4.5.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-async-generator-functions": "^7.2.0", - "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", - "@babel/plugin-proposal-optional-catch-binding": "^7.2.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-syntax-async-generators": "^7.2.0", - "@babel/plugin-syntax-json-strings": "^7.2.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0", - "@babel/plugin-transform-arrow-functions": "^7.2.0", - "@babel/plugin-transform-async-to-generator": "^7.4.4", - "@babel/plugin-transform-block-scoped-functions": "^7.2.0", - "@babel/plugin-transform-block-scoping": "^7.4.4", - "@babel/plugin-transform-classes": "^7.4.4", - "@babel/plugin-transform-computed-properties": "^7.2.0", - "@babel/plugin-transform-destructuring": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/plugin-transform-duplicate-keys": "^7.2.0", - "@babel/plugin-transform-exponentiation-operator": "^7.2.0", - "@babel/plugin-transform-for-of": "^7.4.4", - "@babel/plugin-transform-function-name": "^7.4.4", - "@babel/plugin-transform-literals": "^7.2.0", - "@babel/plugin-transform-member-expression-literals": "^7.2.0", - "@babel/plugin-transform-modules-amd": "^7.2.0", - "@babel/plugin-transform-modules-commonjs": "^7.4.4", - "@babel/plugin-transform-modules-systemjs": "^7.4.4", - "@babel/plugin-transform-modules-umd": "^7.2.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5", - "@babel/plugin-transform-new-target": "^7.4.4", - "@babel/plugin-transform-object-super": "^7.2.0", - "@babel/plugin-transform-parameters": "^7.4.4", - "@babel/plugin-transform-property-literals": "^7.2.0", - "@babel/plugin-transform-regenerator": "^7.4.5", - "@babel/plugin-transform-reserved-words": "^7.2.0", - "@babel/plugin-transform-shorthand-properties": "^7.2.0", - "@babel/plugin-transform-spread": "^7.2.0", - "@babel/plugin-transform-sticky-regex": "^7.2.0", - "@babel/plugin-transform-template-literals": "^7.4.4", - "@babel/plugin-transform-typeof-symbol": "^7.2.0", - "@babel/plugin-transform-unicode-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "browserslist": "^4.6.0", - "core-js-compat": "^3.1.1", - "invariant": "^2.2.2", - "js-levenshtein": "^1.1.3", - "semver": "^5.5.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - } - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.0.tgz", - "requires": { - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": { - "regenerator-transform": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz", - "requires": { - "@babel/runtime": "^7.8.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "js-levenshtein": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/js-levenshtein/download/js-levenshtein-1.1.6.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "@babel/preset-react": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-react-jsx-self": "^7.0.0", - "@babel/plugin-transform-react-jsx-source": "^7.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-self/download/@babel/plugin-transform-react-jsx-self-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-source/download/@babel/plugin-transform-react-jsx-source-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.4.5.tgz", - "requires": { - "regenerator-runtime": "^0.13.2" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "babel-plugin-macros": { - "version": "2.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.6.1.tgz", - "requires": { - "@babel/runtime": "^7.4.2", - "cosmiconfig": "^5.2.0", - "resolve": "^1.10.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "babel-plugin-react-require": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.0.0.tgz" - }, - "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-remove-prop-types/download/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz" - } - } - }, - "_babel-runtime@6.26.0@babel-runtime": { - "version": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - }, - "_babel-template@6.26.0@babel-template": { - "version": "https://registry.npm.alibaba-inc.com/babel-template/download/babel-template-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-traverse/download/babel-traverse-6.26.0.tgz", - "requires": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" - }, - "dependencies": {} - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": {} - }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_babel-traverse@6.26.0@babel-traverse": { - "version": "https://registry.npm.alibaba-inc.com/babel-traverse/download/babel-traverse-6.26.0.tgz", - "requires": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" - }, - "dependencies": { - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": {} - }, - "babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-messages/download/babel-messages-6.23.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": {} - }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "globals": { - "version": "9.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-9.18.0.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_babel-types@6.26.0@babel-types": { - "version": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-1.0.3.tgz" - } - } - }, - "_babel-walk@3.0.0-canary-5@babel-walk": { - "version": "https://registry.npm.alibaba-inc.com/babel-walk/download/babel-walk-3.0.0-canary-5.tgz", - "requires": { - "@babel/types": "^7.9.6" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_babylon@6.18.0@babylon": { - "version": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "_bach@1.2.0@bach": { - "version": "https://registry.npm.alibaba-inc.com/bach/download/bach-1.2.0.tgz", - "requires": { - "arr-filter": "^1.1.1", - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "array-each": "^1.0.0", - "array-initial": "^1.0.0", - "array-last": "^1.1.1", - "async-done": "^1.2.2", - "async-settle": "^1.0.0", - "now-and-later": "^2.0.0" - }, - "dependencies": { - "arr-filter": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-filter/download/arr-filter-1.1.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-initial": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-initial/download/array-initial-1.1.0.tgz", - "requires": { - "array-slice": "^1.0.0", - "is-number": "^4.0.0" - }, - "dependencies": { - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - } - } - }, - "array-last": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-last/download/array-last-1.3.0.tgz", - "requires": { - "is-number": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - } - } - }, - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - } - } - }, - "async-settle": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/async-settle/download/async-settle-1.0.0.tgz", - "requires": { - "async-done": "^1.2.2" - }, - "dependencies": { - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - } - } - } - } - }, - "_bail@1.0.5@bail": { - "version": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "_balanced-match@1.0.0@balanced-match": { - "version": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "_base64-js@1.5.1@base64-js": { - "version": "https://registry.npm.alibaba-inc.com/base64-js/download/base64-js-1.5.1.tgz" - }, - "_base@0.11.2@base": { - "version": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cache-base/download/cache-base-1.0.1.tgz", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "dependencies": {} - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/class-utils/download/class-utils-0.3.6.tgz", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": {} - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/mixin-deep/download/mixin-deep-1.3.2.tgz", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pascalcase/download/pascalcase-0.1.1.tgz" - } - } - }, - "_batch-processor@1.0.0@batch-processor": { - "version": "https://registry.npm.alibaba-inc.com/batch-processor/download/batch-processor-1.0.0.tgz" - }, - "_bcrypt-pbkdf@1.0.2@bcrypt-pbkdf": { - "version": "https://registry.npm.alibaba-inc.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz", - "requires": { - "tweetnacl": "^0.14.3" - }, - "dependencies": { - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - } - } - }, - "_beeper@1.1.1@beeper": { - "version": "https://registry.npm.alibaba-inc.com/beeper/download/beeper-1.1.1.tgz" - }, - "_bfj@6.1.2@bfj": { - "version": "https://registry.npm.alibaba-inc.com/bfj/download/bfj-6.1.2.tgz", - "requires": { - "bluebird": "^3.5.5", - "check-types": "^8.0.3", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "check-types": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/check-types/download/check-types-8.0.3.tgz" - }, - "hoopy": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/hoopy/download/hoopy-0.1.4.tgz" - }, - "tryer": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tryer/download/tryer-1.0.1.tgz" - } - } - }, - "_big.js@5.2.2@big.js": { - "version": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "_binary-extensions@1.13.1@binary-extensions": { - "version": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-1.13.1.tgz" - }, - "_binary-extensions@2.2.0@binary-extensions": { - "version": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-2.2.0.tgz" - }, - "_bindings@1.5.0@bindings": { - "version": "https://registry.npm.alibaba-inc.com/bindings/download/bindings-1.5.0.tgz", - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": { - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz" - } - } - }, - "_block-stream@0.0.9@block-stream": { - "version": "https://registry.npm.alibaba-inc.com/block-stream/download/block-stream-0.0.9.tgz", - "requires": { - "inherits": "~2.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "_bluebird@3.7.2@bluebird": { - "version": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "_bn.js@4.11.9@bn.js": { - "version": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "_bn.js@5.2.0@bn.js": { - "version": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "_body-parser@1.19.0@body-parser": { - "version": "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.0.tgz", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": {} - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": {} - } - } - }, - "_boolbase@1.0.0@boolbase": { - "version": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - }, - "_boxen@3.2.0@boxen": { - "version": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": { - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "term-size": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-1.2.0.tgz", - "requires": { - "execa": "^0.7.0" - }, - "dependencies": { - "execa": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-0.7.0.tgz", - "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-5.1.0.tgz", - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": { - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - } - } - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": { - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-1.0.0.tgz" - } - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-3.0.0.tgz" - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-2.0.2.tgz", - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": { - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - } - } - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz" - } - } - } - } - }, - "type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.3.1.tgz" - }, - "widest-line": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-2.0.1.tgz", - "requires": { - "string-width": "^2.1.1" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "_boxen@4.2.0@boxen": { - "version": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-4.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "term-size": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-2.2.1.tgz" - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-3.1.0.tgz", - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_brace-expansion@1.1.11@brace-expansion": { - "version": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": { - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/concat-map/download/concat-map-0.0.1.tgz" - } - } - }, - "_braces@2.3.2@braces": { - "version": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-4.0.0.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz" - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": {} - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_braces@3.0.2@braces": { - "version": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": { - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz", - "requires": { - "to-regex-range": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "_brorand@1.1.0@brorand": { - "version": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - }, - "_browser-process-hrtime@1.0.0@browser-process-hrtime": { - "version": "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz" - }, - "_browser-resolve@1.11.3@browser-resolve": { - "version": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": { - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - } - } - }, - "_browserify-aes@1.2.0@browserify-aes": { - "version": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz" - }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_browserify-cipher@1.0.1@browserify-cipher": { - "version": "https://registry.npm.alibaba-inc.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - }, - "dependencies": { - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-des/download/browserify-des-1.0.2.tgz", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - } - } - }, - "_browserify-des@1.0.2@browserify-des": { - "version": "https://registry.npm.alibaba-inc.com/browserify-des/download/browserify-des-1.0.2.tgz", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "des.js": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/des.js/download/des.js-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_browserify-rsa@4.1.0@browserify-rsa": { - "version": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "_browserify-sign@4.2.1@browserify-sign": { - "version": "https://registry.npm.alibaba-inc.com/browserify-sign/download/browserify-sign-4.2.1.tgz", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_browserify-zlib@0.2.0@browserify-zlib": { - "version": "https://registry.npm.alibaba-inc.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz", - "requires": { - "pako": "~1.0.5" - }, - "dependencies": { - "pako": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/pako/download/pako-1.0.11.tgz" - } - } - }, - "_browserslist@4.16.3@browserslist": { - "version": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "_browserslist@4.7.0@browserslist": { - "version": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.0.tgz", - "requires": { - "caniuse-lite": "^1.0.30000989", - "electron-to-chromium": "^1.3.247", - "node-releases": "^1.1.29" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "_bs-logger@0.2.6@bs-logger": { - "version": "https://registry.npm.alibaba-inc.com/bs-logger/download/bs-logger-0.2.6.tgz", - "requires": { - "fast-json-stable-stringify": "2.x" - }, - "dependencies": { - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - } - } - }, - "_bser@2.1.1@bser": { - "version": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": { - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-int64/download/node-int64-0.4.0.tgz" - } - } - }, - "_buffer-crc32@0.2.13@buffer-crc32": { - "version": "https://registry.npm.alibaba-inc.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz" - }, - "_buffer-equal@1.0.0@buffer-equal": { - "version": "https://registry.npm.alibaba-inc.com/buffer-equal/download/buffer-equal-1.0.0.tgz" - }, - "_buffer-from@1.1.1@buffer-from": { - "version": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "_buffer-xor@1.0.3@buffer-xor": { - "version": "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz" - }, - "_buffer@4.9.2@buffer": { - "version": "https://registry.npm.alibaba-inc.com/buffer/download/buffer-4.9.2.tgz", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": { - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/base64-js/download/base64-js-1.5.1.tgz" - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ieee754/download/ieee754-1.2.1.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - }, - "_builtin-modules@3.2.0@builtin-modules": { - "version": "https://registry.npm.alibaba-inc.com/builtin-modules/download/builtin-modules-3.2.0.tgz" - }, - "_builtin-status-codes@3.0.0@builtin-status-codes": { - "version": "https://registry.npm.alibaba-inc.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz" - }, - "_builtins@1.0.3@builtins": { - "version": "https://registry.npm.alibaba-inc.com/builtins/download/builtins-1.0.3.tgz" - }, - "_bytes@3.1.0@bytes": { - "version": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "_cacache@12.0.4@cacache": { - "version": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-12.0.4.tgz", - "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": {} - }, - "mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-3.0.0.tgz", - "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": {} - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "ssri": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-6.0.1.tgz", - "requires": { - "figgy-pudding": "^3.5.1" - }, - "dependencies": {} - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": {} - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - } - } - }, - "_cacache@13.0.1@cacache": { - "version": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-13.0.1.tgz", - "requires": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - }, - "dependencies": { - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-2.1.0.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": {} - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-collect/download/minipass-collect-1.0.2.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-flush/download/minipass-flush-1.0.5.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-pipeline/download/minipass-pipeline-1.2.4.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": {} - }, - "p-map": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-3.0.0.tgz", - "requires": { - "aggregate-error": "^3.0.0" - }, - "dependencies": {} - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "ssri": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-7.1.0.tgz", - "requires": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - }, - "dependencies": {} - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_cache-base@1.0.1@cache-base": { - "version": "https://registry.npm.alibaba-inc.com/cache-base/download/cache-base-1.0.1.tgz", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "dependencies": { - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/collection-visit/download/collection-visit-1.0.0.tgz", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "dependencies": {} - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-1.0.0.tgz", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": {} - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-object-path/download/to-object-path-0.3.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/union-value/download/union-value-1.0.1.tgz", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "dependencies": {} - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unset-value/download/unset-value-1.0.0.tgz", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_cacheable-request@6.1.0@cacheable-request": { - "version": "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone-response/download/clone-response-1.0.2.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - } - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-4.1.0.tgz" - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.1.0.tgz", - "requires": { - "json-buffer": "3.0.0" - }, - "dependencies": { - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/json-buffer/download/json-buffer-3.0.0.tgz" - } - } - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz" - }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-4.5.0.tgz" - }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/responselike/download/responselike-1.0.2.tgz", - "requires": { - "lowercase-keys": "^1.0.0" - }, - "dependencies": { - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - } - } - } - } - }, - "_caching-transform@3.0.2@caching-transform": { - "version": "https://registry.npm.alibaba-inc.com/caching-transform/download/caching-transform-3.0.2.tgz", - "requires": { - "hasha": "^3.0.0", - "make-dir": "^2.0.0", - "package-hash": "^3.0.0", - "write-file-atomic": "^2.4.2" - }, - "dependencies": { - "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - } - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "package-hash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-hash/download/package-hash-3.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.15", - "hasha": "^3.0.0", - "lodash.flattendeep": "^4.4.0", - "release-zalgo": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - } - } - }, - "lodash.flattendeep": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.flattendeep/download/lodash.flattendeep-4.4.0.tgz" - }, - "release-zalgo": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/release-zalgo/download/release-zalgo-1.0.0.tgz", - "requires": { - "es6-error": "^4.0.1" - }, - "dependencies": { - "es6-error": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/es6-error/download/es6-error-4.1.1.tgz" - } - } - } - } - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - } - } - }, - "_call-bind@1.0.2@call-bind": { - "version": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_call-me-maybe@1.0.1@call-me-maybe": { - "version": "https://registry.npm.alibaba-inc.com/call-me-maybe/download/call-me-maybe-1.0.1.tgz" - }, - "_caller-callsite@2.0.0@caller-callsite": { - "version": "https://registry.npm.alibaba-inc.com/caller-callsite/download/caller-callsite-2.0.0.tgz", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": { - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-2.0.0.tgz" - } - } - }, - "_caller-path@2.0.0@caller-path": { - "version": "https://registry.npm.alibaba-inc.com/caller-path/download/caller-path-2.0.0.tgz", - "requires": { - "caller-callsite": "^2.0.0" - }, - "dependencies": { - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caller-callsite/download/caller-callsite-2.0.0.tgz", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_callsites@2.0.0@callsites": { - "version": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-2.0.0.tgz" - }, - "_callsites@3.1.0@callsites": { - "version": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "_camel-case@4.1.2@camel-case": { - "version": "https://registry.npm.alibaba-inc.com/camel-case/download/camel-case-4.1.2.tgz", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/pascal-case/download/pascal-case-3.1.2.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_camelcase-css@2.0.1@camelcase-css": { - "version": "https://registry.npm.alibaba-inc.com/camelcase-css/download/camelcase-css-2.0.1.tgz" - }, - "_camelcase-keys@2.1.0@camelcase-keys": { - "version": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-2.1.0.tgz", - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-2.1.1.tgz" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - } - } - }, - "_camelcase-keys@4.2.0@camelcase-keys": { - "version": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-4.2.0.tgz", - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-4.1.0.tgz" - }, - "map-obj": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-2.0.0.tgz" - }, - "quick-lru": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-1.1.0.tgz" - } - } - }, - "_camelcase-keys@6.2.2@camelcase-keys": { - "version": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-6.2.2.tgz", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "map-obj": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-4.1.0.tgz" - }, - "quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-4.0.1.tgz" - } - } - }, - "_camelcase@1.2.1@camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-1.2.1.tgz" - }, - "_camelcase@2.1.1@camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-2.1.1.tgz" - }, - "_camelcase@3.0.0@camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz" - }, - "_camelcase@4.1.0@camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-4.1.0.tgz" - }, - "_camelcase@5.3.1@camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "_camelcase@6.2.0@camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "_can-use-dom@0.1.0@can-use-dom": { - "version": "https://registry.npm.alibaba-inc.com/can-use-dom/download/can-use-dom-0.1.0.tgz" - }, - "_caniuse-api@3.0.0@caniuse-api": { - "version": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - } - } - }, - "_caniuse-lite@1.0.30001191@caniuse-lite": { - "version": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "_capture-exit@2.0.0@capture-exit": { - "version": "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz", - "requires": { - "rsvp": "^4.8.4" - }, - "dependencies": { - "rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/rsvp/download/rsvp-4.8.5.tgz" - } - } - }, - "_case-sensitive-paths-webpack-plugin@2.4.0@case-sensitive-paths-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.4.0.tgz" - }, - "_caseless@0.12.0@caseless": { - "version": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "_ccount@1.1.0@ccount": { - "version": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "_center-align@0.1.3@center-align": { - "version": "https://registry.npm.alibaba-inc.com/center-align/download/center-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - }, - "dependencies": { - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": {} - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - } - } - }, - "_chalk@1.1.3@chalk": { - "version": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "_chalk@2.4.2@chalk": { - "version": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_chalk@3.0.0@chalk": { - "version": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_chalk@4.1.0@chalk": { - "version": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_char-regex@1.0.2@char-regex": { - "version": "https://registry.npm.alibaba-inc.com/char-regex/download/char-regex-1.0.2.tgz" - }, - "_character-entities-html4@1.1.4@character-entities-html4": { - "version": "https://registry.npm.alibaba-inc.com/character-entities-html4/download/character-entities-html4-1.1.4.tgz" - }, - "_character-entities-legacy@1.1.4@character-entities-legacy": { - "version": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "_character-entities@1.2.4@character-entities": { - "version": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "_character-parser@2.2.0@character-parser": { - "version": "https://registry.npm.alibaba-inc.com/character-parser/download/character-parser-2.2.0.tgz", - "requires": { - "is-regex": "^1.0.3" - }, - "dependencies": { - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_character-reference-invalid@1.1.4@character-reference-invalid": { - "version": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "_chardet@0.7.0@chardet": { - "version": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "_check-types@8.0.3@check-types": { - "version": "https://registry.npm.alibaba-inc.com/check-types/download/check-types-8.0.3.tgz" - }, - "_chokidar@2.1.8@chokidar": { - "version": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": {} - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - } - } - }, - "_chokidar@3.5.1@chokidar": { - "version": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": {} - } - } - }, - "_chownr@1.1.4@chownr": { - "version": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "_chrome-trace-event@1.0.2@chrome-trace-event": { - "version": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "_ci-info@2.0.0@ci-info": { - "version": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - }, - "_cipher-base@1.0.4@cipher-base": { - "version": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_cjs-module-lexer@0.6.0@cjs-module-lexer": { - "version": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "_clap@1.2.3@clap": { - "version": "https://registry.npm.alibaba-inc.com/clap/download/clap-1.2.3.tgz", - "requires": { - "chalk": "^1.1.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_class-utils@0.3.6@class-utils": { - "version": "https://registry.npm.alibaba-inc.com/class-utils/download/class-utils-0.3.6.tgz", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/static-extend/download/static-extend-0.1.2.tgz", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "_classnames@2.2.6@classnames": { - "version": "https://registry.npm.alibaba-inc.com/classnames/download/classnames-2.2.6.tgz" - }, - "_clean-css@4.2.3@clean-css": { - "version": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_clean-regexp@1.0.0@clean-regexp": { - "version": "https://registry.npm.alibaba-inc.com/clean-regexp/download/clean-regexp-1.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "_clean-stack@2.2.0@clean-stack": { - "version": "https://registry.npm.alibaba-inc.com/clean-stack/download/clean-stack-2.2.0.tgz" - }, - "_cli-boxes@2.2.1@cli-boxes": { - "version": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "_cli-cursor@2.1.0@cli-cursor": { - "version": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": { - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "_cli-cursor@3.1.0@cli-cursor": { - "version": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": { - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-3.1.0.tgz", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "_cli-table3@0.5.1@cli-table3": { - "version": "https://registry.npm.alibaba-inc.com/cli-table3/download/cli-table3-0.5.1.tgz", - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^2.1.1" - }, - "dependencies": { - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz", - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_cli-truncate@0.2.1@cli-truncate": { - "version": "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-0.2.1.tgz", - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "dependencies": { - "slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-0.0.4.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_cli-width@2.2.1@cli-width": { - "version": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-2.2.1.tgz" - }, - "_cli-width@3.0.0@cli-width": { - "version": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "_clipboard@2.0.6@clipboard": { - "version": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": { - "good-listener": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz", - "requires": { - "delegate": "^3.1.2" - }, - "dependencies": {} - }, - "select": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz" - }, - "tiny-emitter": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz" - } - } - }, - "_cliui@2.1.0@cliui": { - "version": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-2.1.0.tgz", - "requires": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", - "wordwrap": "0.0.2" - }, - "dependencies": { - "center-align": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/center-align/download/center-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - }, - "dependencies": {} - }, - "right-align": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/right-align/download/right-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.1" - }, - "dependencies": {} - }, - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wordwrap/download/wordwrap-0.0.2.tgz" - } - } - }, - "_cliui@3.2.0@cliui": { - "version": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-3.2.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-2.1.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - } - } - } - } - }, - "_cliui@5.0.0@cliui": { - "version": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-5.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - } - } - } - } - }, - "_cliui@6.0.0@cliui": { - "version": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-6.0.0.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-6.2.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_cliui@7.0.4@cliui": { - "version": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-7.0.4.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-7.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_clone-buffer@1.0.0@clone-buffer": { - "version": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "_clone-deep@0.2.4@clone-deep": { - "version": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-0.2.4.tgz", - "requires": { - "for-own": "^0.1.3", - "is-plain-object": "^2.0.1", - "kind-of": "^3.0.2", - "lazy-cache": "^1.0.3", - "shallow-clone": "^0.1.2" - }, - "dependencies": { - "for-own": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-0.1.5.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - }, - "shallow-clone": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-0.1.2.tgz", - "requires": { - "is-extendable": "^0.1.1", - "kind-of": "^2.0.1", - "lazy-cache": "^0.2.3", - "mixin-object": "^2.0.1" - }, - "dependencies": {} - } - } - }, - "_clone-deep@4.0.1@clone-deep": { - "version": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-4.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-3.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "_clone-regexp@1.0.1@clone-regexp": { - "version": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-1.0.1.tgz", - "requires": { - "is-regexp": "^1.0.0", - "is-supported-regexp-flag": "^1.0.0" - }, - "dependencies": { - "is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-1.0.0.tgz" - }, - "is-supported-regexp-flag": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-supported-regexp-flag/download/is-supported-regexp-flag-1.0.1.tgz" - } - } - }, - "_clone-regexp@2.2.0@clone-regexp": { - "version": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-2.2.0.tgz", - "requires": { - "is-regexp": "^2.0.0" - }, - "dependencies": { - "is-regexp": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-2.1.0.tgz" - } - } - }, - "_clone-response@1.0.2@clone-response": { - "version": "https://registry.npm.alibaba-inc.com/clone-response/download/clone-response-1.0.2.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - } - } - }, - "_clone-stats@0.0.1@clone-stats": { - "version": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-0.0.1.tgz" - }, - "_clone-stats@1.0.0@clone-stats": { - "version": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "_clone@1.0.4@clone": { - "version": "https://registry.npm.alibaba-inc.com/clone/download/clone-1.0.4.tgz" - }, - "_clone@2.1.2@clone": { - "version": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "_cloneable-readable@1.1.3@cloneable-readable": { - "version": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "_co@4.6.0@co": { - "version": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "_coa@1.0.4@coa": { - "version": "https://registry.npm.alibaba-inc.com/coa/download/coa-1.0.4.tgz", - "requires": { - "q": "^1.1.2" - }, - "dependencies": { - "q": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - } - } - }, - "_coa@2.0.2@coa": { - "version": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": { - "@types/q": { - "version": "1.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/q/download/@types/q-1.5.4.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - } - } - }, - "_code-point-at@1.1.0@code-point-at": { - "version": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "_collapse-white-space@1.0.6@collapse-white-space": { - "version": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "_collect-v8-coverage@1.0.1@collect-v8-coverage": { - "version": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "_collection-map@1.0.0@collection-map": { - "version": "https://registry.npm.alibaba-inc.com/collection-map/download/collection-map-1.0.0.tgz", - "requires": { - "arr-map": "^2.0.2", - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "_collection-visit@1.0.0@collection-visit": { - "version": "https://registry.npm.alibaba-inc.com/collection-visit/download/collection-visit-1.0.0.tgz", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "dependencies": { - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-visit/download/map-visit-1.0.0.tgz", - "requires": { - "object-visit": "^1.0.0" - }, - "dependencies": {} - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_color-convert@1.9.3@color-convert": { - "version": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": { - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.3.tgz" - } - } - }, - "_color-convert@2.0.1@color-convert": { - "version": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - } - } - }, - "_color-name@1.1.3@color-name": { - "version": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.3.tgz" - }, - "_color-name@1.1.4@color-name": { - "version": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - }, - "_color-string@1.5.4@color-string": { - "version": "https://registry.npm.alibaba-inc.com/color-string/download/color-string-1.5.4.tgz", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - }, - "simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz", - "requires": { - "is-arrayish": "^0.3.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.3.2.tgz" - } - } - } - } - }, - "_color-support@1.1.3@color-support": { - "version": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "_color@3.1.3@color": { - "version": "https://registry.npm.alibaba-inc.com/color/download/color-3.1.3.tgz", - "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.4" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": { - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.3.tgz" - } - } - }, - "color-string": { - "version": "1.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-string/download/color-string-1.5.4.tgz", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - }, - "simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz", - "requires": { - "is-arrayish": "^0.3.1" - }, - "dependencies": {} - } - } - } - } - }, - "_colorette@1.2.1@colorette": { - "version": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "_colors@1.1.2@colors": { - "version": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.1.2.tgz" - }, - "_colors@1.4.0@colors": { - "version": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz" - }, - "_combined-stream@1.0.8@combined-stream": { - "version": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": { - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz" - } - } - }, - "_comma-separated-tokens@1.0.8@comma-separated-tokens": { - "version": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "_commander@2.20.3@commander": { - "version": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "_commander@4.1.1@commander": { - "version": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "_commondir@1.0.1@commondir": { - "version": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "_component-emitter@1.3.0@component-emitter": { - "version": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "_concat-map@0.0.1@concat-map": { - "version": "https://registry.npm.alibaba-inc.com/concat-map/download/concat-map-0.0.1.tgz" - }, - "_concat-stream@1.6.2@concat-stream": { - "version": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - } - } - }, - "_concat-with-sourcemaps@1.1.0@concat-with-sourcemaps": { - "version": "https://registry.npm.alibaba-inc.com/concat-with-sourcemaps/download/concat-with-sourcemaps-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_config-chain@1.1.12@config-chain": { - "version": "https://registry.npm.alibaba-inc.com/config-chain/download/config-chain-1.1.12.tgz", - "requires": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "proto-list": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/proto-list/download/proto-list-1.2.4.tgz" - } - } - }, - "_configstore@4.0.0@configstore": { - "version": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-4.2.1.tgz", - "requires": { - "is-obj": "^1.0.0" - }, - "dependencies": { - "is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-1.3.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - } - } - }, - "unique-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz", - "requires": { - "crypto-random-string": "^1.0.0" - }, - "dependencies": { - "crypto-random-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-1.0.0.tgz" - } - } - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "_confusing-browser-globals@1.0.10@confusing-browser-globals": { - "version": "https://registry.npm.alibaba-inc.com/confusing-browser-globals/download/confusing-browser-globals-1.0.10.tgz" - }, - "_console-browserify@1.2.0@console-browserify": { - "version": "https://registry.npm.alibaba-inc.com/console-browserify/download/console-browserify-1.2.0.tgz" - }, - "_console-control-strings@1.1.0@console-control-strings": { - "version": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "_consolidate@0.16.0@consolidate": { - "version": "https://registry.npm.alibaba-inc.com/consolidate/download/consolidate-0.16.0.tgz", - "requires": { - "bluebird": "^3.7.2" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - } - } - }, - "_constantinople@4.0.1@constantinople": { - "version": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_constants-browserify@1.0.0@constants-browserify": { - "version": "https://registry.npm.alibaba-inc.com/constants-browserify/download/constants-browserify-1.0.0.tgz" - }, - "_contains-path@0.1.0@contains-path": { - "version": "https://registry.npm.alibaba-inc.com/contains-path/download/contains-path-0.1.0.tgz" - }, - "_content-disposition@0.5.3@content-disposition": { - "version": "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "_content-type@1.0.4@content-type": { - "version": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "_convert-source-map@1.7.0@convert-source-map": { - "version": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "_cookie-signature@1.0.6@cookie-signature": { - "version": "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz" - }, - "_cookie@0.4.0@cookie": { - "version": "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz" - }, - "_copy-anything@2.0.3@copy-anything": { - "version": "https://registry.npm.alibaba-inc.com/copy-anything/download/copy-anything-2.0.3.tgz", - "requires": { - "is-what": "^3.12.0" - }, - "dependencies": { - "is-what": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-what/download/is-what-3.14.1.tgz" - } - } - }, - "_copy-concurrently@1.0.5@copy-concurrently": { - "version": "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": {} - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_copy-descriptor@0.1.1@copy-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz" - }, - "_copy-props@2.0.4@copy-props": { - "version": "https://registry.npm.alibaba-inc.com/copy-props/download/copy-props-2.0.4.tgz", - "requires": { - "each-props": "^1.3.0", - "is-plain-object": "^2.0.1" - }, - "dependencies": { - "each-props": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/each-props/download/each-props-1.3.2.tgz", - "requires": { - "is-plain-object": "^2.0.1", - "object.defaults": "^1.1.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "_copy-to-clipboard@3.3.1@copy-to-clipboard": { - "version": "https://registry.npm.alibaba-inc.com/copy-to-clipboard/download/copy-to-clipboard-3.3.1.tgz", - "requires": { - "toggle-selection": "^1.0.6" - }, - "dependencies": { - "toggle-selection": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz" - } - } - }, - "_core-js-compat@3.9.0@core-js-compat": { - "version": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "_core-js-pure@3.9.0@core-js-pure": { - "version": "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.9.0.tgz" - }, - "_core-js@1.2.7@core-js": { - "version": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-1.2.7.tgz" - }, - "_core-js@2.6.12@core-js": { - "version": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "_core-js@3.9.0@core-js": { - "version": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "_core-util-is@1.0.2@core-util-is": { - "version": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "_corejs-upgrade-webpack-plugin@2.2.0@corejs-upgrade-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/corejs-upgrade-webpack-plugin/download/corejs-upgrade-webpack-plugin-2.2.0.tgz", - "requires": { - "resolve-from": "^5.0.0", - "webpack": "^4.38.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": {} - } - } - }, - "_cosmiconfig@5.2.1@cosmiconfig": { - "version": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_cosmiconfig@6.0.0@cosmiconfig": { - "version": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-6.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - }, - "_cosmiconfig@7.0.0@cosmiconfig": { - "version": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - }, - "_coveralls@3.1.0@coveralls": { - "version": "https://registry.npm.alibaba-inc.com/coveralls/download/coveralls-3.1.0.tgz", - "requires": { - "js-yaml": "^3.13.1", - "lcov-parse": "^1.0.0", - "log-driver": "^1.2.7", - "minimist": "^1.2.5", - "request": "^2.88.2" - }, - "dependencies": { - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "lcov-parse": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lcov-parse/download/lcov-parse-1.0.0.tgz" - }, - "log-driver": { - "version": "1.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/log-driver/download/log-driver-1.2.7.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - } - } - }, - "_cp-file@6.2.0@cp-file": { - "version": "https://registry.npm.alibaba-inc.com/cp-file/download/cp-file-6.2.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "make-dir": "^2.0.0", - "nested-error-stacks": "^2.0.0", - "pify": "^4.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "nested-error-stacks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/nested-error-stacks/download/nested-error-stacks-2.1.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_create-ecdh@4.0.4@create-ecdh": { - "version": "https://registry.npm.alibaba-inc.com/create-ecdh/download/create-ecdh-4.0.4.tgz", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_create-hash@1.2.0@create-hash": { - "version": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "_create-hmac@1.1.7@create-hmac": { - "version": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "_create-react-context@0.3.0@create-react-context": { - "version": "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.3.0.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": { - "gud": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_cross-env@5.2.1@cross-env": { - "version": "https://registry.npm.alibaba-inc.com/cross-env/download/cross-env-5.2.1.tgz", - "requires": { - "cross-spawn": "^6.0.5" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_cross-spawn@3.0.1@cross-spawn": { - "version": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-3.0.1.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": { - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - } - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "_cross-spawn@4.0.2@cross-spawn": { - "version": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-4.0.2.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": { - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - } - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "_cross-spawn@5.1.0@cross-spawn": { - "version": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-5.1.0.tgz", - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_cross-spawn@6.0.5@cross-spawn": { - "version": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_cross-spawn@7.0.3@cross-spawn": { - "version": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_crypto-browserify@3.12.0@crypto-browserify": { - "version": "https://registry.npm.alibaba-inc.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "dependencies": { - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - }, - "dependencies": {} - }, - "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-sign/download/browserify-sign-4.2.1.tgz", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "create-ecdh": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/create-ecdh/download/create-ecdh-4.0.4.tgz", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/public-encrypt/download/public-encrypt-4.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - }, - "randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/randomfill/download/randomfill-1.0.4.tgz", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "_crypto-random-string@1.0.0@crypto-random-string": { - "version": "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-1.0.0.tgz" - }, - "_css-color-names@0.0.4@css-color-names": { - "version": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "_css-declaration-sorter@4.0.1@css-declaration-sorter": { - "version": "https://registry.npm.alibaba-inc.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz", - "requires": { - "postcss": "^7.0.1", - "timsort": "^0.3.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "timsort": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/timsort/download/timsort-0.3.0.tgz" - } - } - }, - "_css-in-js-utils@2.0.1@css-in-js-utils": { - "version": "https://registry.npm.alibaba-inc.com/css-in-js-utils/download/css-in-js-utils-2.0.1.tgz", - "requires": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "hyphenate-style-name": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/hyphenate-style-name/download/hyphenate-style-name-1.0.4.tgz" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_css-loader@3.6.0@css-loader": { - "version": "https://registry.npm.alibaba-inc.com/css-loader/download/css-loader-3.6.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": {} - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": {} - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_css-modules-loader-core@1.1.0@css-modules-loader-core": { - "version": "https://registry.npm.alibaba-inc.com/css-modules-loader-core/download/css-modules-loader-core-1.1.0.tgz", - "requires": { - "icss-replace-symbols": "1.1.0", - "postcss": "6.0.1", - "postcss-modules-extract-imports": "1.1.0", - "postcss-modules-local-by-default": "1.2.0", - "postcss-modules-scope": "1.1.0", - "postcss-modules-values": "1.3.0" - }, - "dependencies": { - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "postcss": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.1.tgz", - "requires": { - "chalk": "^1.1.3", - "source-map": "^0.5.6", - "supports-color": "^3.2.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "supports-color": { - "version": "3.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-3.2.3.tgz", - "requires": { - "has-flag": "^1.0.0" - }, - "dependencies": { - "has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-1.0.0.tgz" - } - } - } - } - }, - "postcss-modules-extract-imports": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-1.1.0.tgz", - "requires": { - "postcss": "^6.0.1" - }, - "dependencies": { - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - } - } - } - } - }, - "postcss-modules-local-by-default": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-1.2.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": { - "css-selector-tokenizer": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.3.tgz", - "requires": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz" - } - } - }, - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-modules-scope": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-1.1.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": { - "css-selector-tokenizer": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.3.tgz", - "requires": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz" - } - } - }, - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-modules-values": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-1.3.0.tgz", - "requires": { - "icss-replace-symbols": "^1.1.0", - "postcss": "^6.0.1" - }, - "dependencies": { - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "_css-rule-stream@1.1.0@css-rule-stream": { - "version": "https://registry.npm.alibaba-inc.com/css-rule-stream/download/css-rule-stream-1.1.0.tgz", - "requires": { - "css-tokenize": "^1.0.1", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "through2": "^0.6.3" - }, - "dependencies": { - "css-tokenize": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-tokenize/download/css-tokenize-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^1.0.33" - }, - "dependencies": {} - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": {} - }, - "ldjson-stream": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": {} - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "_css-select-base-adapter@0.1.1@css-select-base-adapter": { - "version": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "_css-select@2.1.0@css-select": { - "version": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - }, - "css-what": { - "version": "3.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.4.2.tgz" - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": {} - }, - "nth-check": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz", - "requires": { - "boolbase": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "_css-selector-tokenizer@0.7.3@css-selector-tokenizer": { - "version": "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.3.tgz", - "requires": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz" - } - } - }, - "_css-tokenize@1.0.1@css-tokenize": { - "version": "https://registry.npm.alibaba-inc.com/css-tokenize/download/css-tokenize-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^1.0.33" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - } - } - }, - "_css-tree@1.0.0-alpha.37@css-tree": { - "version": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": { - "mdn-data": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.4.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_css-tree@1.1.2@css-tree": { - "version": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.1.2.tgz", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": { - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.14.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_css-what@3.4.2@css-what": { - "version": "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.4.2.tgz" - }, - "_cssesc@3.0.0@cssesc": { - "version": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "_cssnano-preset-default@4.0.7@cssnano-preset-default": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", - "requires": { - "css-declaration-sorter": "^4.0.1", - "cssnano-util-raw-cache": "^4.0.1", - "postcss": "^7.0.0", - "postcss-calc": "^7.0.1", - "postcss-colormin": "^4.0.3", - "postcss-convert-values": "^4.0.1", - "postcss-discard-comments": "^4.0.2", - "postcss-discard-duplicates": "^4.0.2", - "postcss-discard-empty": "^4.0.1", - "postcss-discard-overridden": "^4.0.1", - "postcss-merge-longhand": "^4.0.11", - "postcss-merge-rules": "^4.0.3", - "postcss-minify-font-values": "^4.0.2", - "postcss-minify-gradients": "^4.0.2", - "postcss-minify-params": "^4.0.2", - "postcss-minify-selectors": "^4.0.2", - "postcss-normalize-charset": "^4.0.1", - "postcss-normalize-display-values": "^4.0.2", - "postcss-normalize-positions": "^4.0.2", - "postcss-normalize-repeat-style": "^4.0.2", - "postcss-normalize-string": "^4.0.2", - "postcss-normalize-timing-functions": "^4.0.2", - "postcss-normalize-unicode": "^4.0.1", - "postcss-normalize-url": "^4.0.1", - "postcss-normalize-whitespace": "^4.0.2", - "postcss-ordered-values": "^4.1.2", - "postcss-reduce-initial": "^4.0.3", - "postcss-reduce-transforms": "^4.0.2", - "postcss-svgo": "^4.0.2", - "postcss-unique-selectors": "^4.0.1" - }, - "dependencies": { - "css-declaration-sorter": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz", - "requires": { - "postcss": "^7.0.1", - "timsort": "^0.3.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "timsort": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/timsort/download/timsort-0.3.0.tgz" - } - } - }, - "cssnano-util-raw-cache": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-calc": { - "version": "7.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-calc/download/postcss-calc-7.0.5.tgz", - "requires": { - "postcss": "^7.0.27", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "postcss-colormin": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "color": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "color": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color/download/color-3.1.3.tgz", - "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.4" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - }, - "color-string": { - "version": "1.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-string/download/color-string-1.5.4.tgz", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - }, - "dependencies": {} - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-convert-values": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-discard-comments": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-discard-duplicates": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-discard-empty": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-discard-overridden": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-merge-longhand": { - "version": "4.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", - "requires": { - "css-color-names": "0.0.4", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "stylehacks": "^4.0.0" - }, - "dependencies": { - "css-color-names": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "stylehacks": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stylehacks/download/stylehacks-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": {} - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - } - } - } - } - } - } - }, - "postcss-merge-rules": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "cssnano-util-same-parent": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0", - "vendors": "^1.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - } - } - }, - "cssnano-util-same-parent": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": {} - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - } - } - }, - "vendors": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vendors/download/vendors-1.0.4.tgz" - } - } - }, - "postcss-minify-font-values": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-minify-gradients": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "is-color-stop": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "is-color-stop": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-color-stop/download/is-color-stop-1.1.0.tgz", - "requires": { - "css-color-names": "^0.0.4", - "hex-color-regex": "^1.1.0", - "hsl-regex": "^1.0.0", - "hsla-regex": "^1.0.0", - "rgb-regex": "^1.0.1", - "rgba-regex": "^1.0.0" - }, - "dependencies": { - "css-color-names": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "hex-color-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz" - }, - "hsl-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hsl-regex/download/hsl-regex-1.0.0.tgz" - }, - "hsla-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hsla-regex/download/hsla-regex-1.0.0.tgz" - }, - "rgb-regex": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/rgb-regex/download/rgb-regex-1.0.1.tgz" - }, - "rgba-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/rgba-regex/download/rgba-regex-1.0.0.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-minify-params": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "browserslist": "^4.0.0", - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "uniqs": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - } - } - }, - "postcss-minify-selectors": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": {} - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - } - } - } - } - }, - "postcss-normalize-charset": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-normalize-display-values": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-positions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-repeat-style": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-string": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", - "requires": { - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-timing-functions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-unicode": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-url": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz", - "requires": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "is-absolute-url": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-2.1.0.tgz" - }, - "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-3.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-whitespace": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-ordered-values": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-reduce-initial": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-reduce-transforms": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-svgo": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-svgo/download/postcss-svgo-4.0.2.tgz", - "requires": { - "is-svg": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "svgo": "^1.0.0" - }, - "dependencies": { - "is-svg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-svg/download/is-svg-3.0.0.tgz", - "requires": { - "html-comment-regex": "^1.1.0" - }, - "dependencies": { - "html-comment-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-comment-regex/download/html-comment-regex-1.1.2.tgz" - } - } - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": {} - }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "postcss-unique-selectors": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "postcss": "^7.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "uniqs": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - } - } - } - } - }, - "_cssnano-util-get-arguments@4.0.0@cssnano-util-get-arguments": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "_cssnano-util-get-match@4.0.0@cssnano-util-get-match": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "_cssnano-util-raw-cache@4.0.1@cssnano-util-raw-cache": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_cssnano-util-same-parent@4.0.1@cssnano-util-same-parent": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz" - }, - "_cssnano@4.1.10@cssnano": { - "version": "https://registry.npm.alibaba-inc.com/cssnano/download/cssnano-4.1.10.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "cssnano-preset-default": "^4.0.7", - "is-resolvable": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "cssnano-preset-default": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", - "requires": { - "css-declaration-sorter": "^4.0.1", - "cssnano-util-raw-cache": "^4.0.1", - "postcss": "^7.0.0", - "postcss-calc": "^7.0.1", - "postcss-colormin": "^4.0.3", - "postcss-convert-values": "^4.0.1", - "postcss-discard-comments": "^4.0.2", - "postcss-discard-duplicates": "^4.0.2", - "postcss-discard-empty": "^4.0.1", - "postcss-discard-overridden": "^4.0.1", - "postcss-merge-longhand": "^4.0.11", - "postcss-merge-rules": "^4.0.3", - "postcss-minify-font-values": "^4.0.2", - "postcss-minify-gradients": "^4.0.2", - "postcss-minify-params": "^4.0.2", - "postcss-minify-selectors": "^4.0.2", - "postcss-normalize-charset": "^4.0.1", - "postcss-normalize-display-values": "^4.0.2", - "postcss-normalize-positions": "^4.0.2", - "postcss-normalize-repeat-style": "^4.0.2", - "postcss-normalize-string": "^4.0.2", - "postcss-normalize-timing-functions": "^4.0.2", - "postcss-normalize-unicode": "^4.0.1", - "postcss-normalize-url": "^4.0.1", - "postcss-normalize-whitespace": "^4.0.2", - "postcss-ordered-values": "^4.1.2", - "postcss-reduce-initial": "^4.0.3", - "postcss-reduce-transforms": "^4.0.2", - "postcss-svgo": "^4.0.2", - "postcss-unique-selectors": "^4.0.1" - }, - "dependencies": { - "css-declaration-sorter": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz", - "requires": { - "postcss": "^7.0.1", - "timsort": "^0.3.0" - }, - "dependencies": {} - }, - "cssnano-util-raw-cache": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-calc": { - "version": "7.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-calc/download/postcss-calc-7.0.5.tgz", - "requires": { - "postcss": "^7.0.27", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" - }, - "dependencies": {} - }, - "postcss-colormin": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "color": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-convert-values": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-discard-comments": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-discard-duplicates": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-discard-empty": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-discard-overridden": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-merge-longhand": { - "version": "4.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", - "requires": { - "css-color-names": "0.0.4", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "stylehacks": "^4.0.0" - }, - "dependencies": {} - }, - "postcss-merge-rules": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "cssnano-util-same-parent": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0", - "vendors": "^1.0.0" - }, - "dependencies": {} - }, - "postcss-minify-font-values": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-minify-gradients": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "is-color-stop": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-minify-params": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "browserslist": "^4.0.0", - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": {} - }, - "postcss-minify-selectors": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-charset": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-display-values": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-positions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-repeat-style": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-string": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", - "requires": { - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-timing-functions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-unicode": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-url": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz", - "requires": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-whitespace": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-ordered-values": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-reduce-initial": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-reduce-transforms": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-svgo": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-svgo/download/postcss-svgo-4.0.2.tgz", - "requires": { - "is-svg": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "svgo": "^1.0.0" - }, - "dependencies": {} - }, - "postcss-unique-selectors": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "postcss": "^7.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "is-resolvable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-resolvable/download/is-resolvable-1.1.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_csso@2.3.2@csso": { - "version": "https://registry.npm.alibaba-inc.com/csso/download/csso-2.3.2.tgz", - "requires": { - "clap": "^1.0.9", - "source-map": "^0.5.3" - }, - "dependencies": { - "clap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clap/download/clap-1.2.3.tgz", - "requires": { - "chalk": "^1.1.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "_csso@4.2.0@csso": { - "version": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": { - "css-tree": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.1.2.tgz", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": {} - } - } - }, - "_cssom@0.3.8@cssom": { - "version": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - }, - "_cssom@0.4.4@cssom": { - "version": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.4.4.tgz" - }, - "_cssstyle@1.4.0@cssstyle": { - "version": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-1.4.0.tgz", - "requires": { - "cssom": "0.3.x" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - } - } - }, - "_cssstyle@2.3.0@cssstyle": { - "version": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-2.3.0.tgz", - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - } - } - }, - "_csstype@2.6.15@csstype": { - "version": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-2.6.15.tgz" - }, - "_csstype@3.0.6@csstype": { - "version": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - }, - "_currently-unhandled@0.4.1@currently-unhandled": { - "version": "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz", - "requires": { - "array-find-index": "^1.0.1" - }, - "dependencies": { - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-find-index/download/array-find-index-1.0.2.tgz" - } - } - }, - "_cyclist@1.0.1@cyclist": { - "version": "https://registry.npm.alibaba-inc.com/cyclist/download/cyclist-1.0.1.tgz" - }, - "_d3-array@1.2.4@d3-array": { - "version": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - }, - "_d3-array@2.11.0@d3-array": { - "version": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": { - "internmap": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/internmap/download/internmap-1.0.0.tgz" - } - } - }, - "_d3-collection@1.0.7@d3-collection": { - "version": "https://registry.npm.alibaba-inc.com/d3-collection/download/d3-collection-1.0.7.tgz" - }, - "_d3-color@1.4.1@d3-color": { - "version": "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.1.tgz" - }, - "_d3-composite-projections@1.4.0@d3-composite-projections": { - "version": "https://registry.npm.alibaba-inc.com/d3-composite-projections/download/d3-composite-projections-1.4.0.tgz", - "requires": { - "d3-geo": "^2.0.1", - "d3-path": "^2.0.0" - }, - "dependencies": { - "d3-geo": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-2.0.1.tgz", - "requires": { - "d3-array": ">=2.5" - }, - "dependencies": {} - }, - "d3-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-2.0.0.tgz" - } - } - }, - "_d3-dsv@1.2.0@d3-dsv": { - "version": "https://registry.npm.alibaba-inc.com/d3-dsv/download/d3-dsv-1.2.0.tgz", - "requires": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "rw": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/rw/download/rw-1.3.3.tgz" - } - } - }, - "_d3-ease@1.0.7@d3-ease": { - "version": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "_d3-geo-projection@2.1.2@d3-geo-projection": { - "version": "https://registry.npm.alibaba-inc.com/d3-geo-projection/download/d3-geo-projection-2.1.2.tgz", - "requires": { - "commander": "2", - "d3-array": "1", - "d3-geo": "^1.1.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - }, - "d3-geo": { - "version": "1.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-1.12.1.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": {} - } - } - }, - "_d3-geo@1.12.1@d3-geo": { - "version": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-1.12.1.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - }, - "_d3-geo@1.6.4@d3-geo": { - "version": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-1.6.4.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - }, - "_d3-geo@2.0.1@d3-geo": { - "version": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-2.0.1.tgz", - "requires": { - "d3-array": ">=2.5" - }, - "dependencies": { - "d3-array": { - "version": "2.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_d3-hexjson@1.1.1@d3-hexjson": { - "version": "https://registry.npm.alibaba-inc.com/d3-hexjson/download/d3-hexjson-1.1.1.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - }, - "_d3-hierarchy@1.1.9@d3-hierarchy": { - "version": "https://registry.npm.alibaba-inc.com/d3-hierarchy/download/d3-hierarchy-1.1.9.tgz" - }, - "_d3-hierarchy@2.0.0@d3-hierarchy": { - "version": "https://registry.npm.alibaba-inc.com/d3-hierarchy/download/d3-hierarchy-2.0.0.tgz" - }, - "_d3-interpolate@1.4.0@d3-interpolate": { - "version": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": { - "d3-color": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.1.tgz" - } - } - }, - "_d3-path@1.0.9@d3-path": { - "version": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-1.0.9.tgz" - }, - "_d3-path@2.0.0@d3-path": { - "version": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-2.0.0.tgz" - }, - "_d3-regression@1.3.7@d3-regression": { - "version": "https://registry.npm.alibaba-inc.com/d3-regression/download/d3-regression-1.3.7.tgz" - }, - "_d3-sankey@0.12.3@d3-sankey": { - "version": "https://registry.npm.alibaba-inc.com/d3-sankey/download/d3-sankey-0.12.3.tgz", - "requires": { - "d3-array": "1 - 2", - "d3-shape": "^1.2.0" - }, - "dependencies": { - "d3-array": { - "version": "2.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": {} - }, - "d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": {} - } - } - }, - "_d3-sankey@0.9.1@d3-sankey": { - "version": "https://registry.npm.alibaba-inc.com/d3-sankey/download/d3-sankey-0.9.1.tgz", - "requires": { - "d3-array": "1", - "d3-collection": "1", - "d3-shape": "^1.2.0" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - }, - "d3-collection": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-collection/download/d3-collection-1.0.7.tgz" - }, - "d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": {} - } - } - }, - "_d3-shape@1.3.7@d3-shape": { - "version": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": { - "d3-path": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-1.0.9.tgz" - } - } - }, - "_d3-timer@1.0.10@d3-timer": { - "version": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "_d3-voronoi@1.1.4@d3-voronoi": { - "version": "https://registry.npm.alibaba-inc.com/d3-voronoi/download/d3-voronoi-1.1.4.tgz" - }, - "_d@1.0.1@d": { - "version": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": { - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": { - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz" - } - } - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": { - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz" - } - } - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": { - "type": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-2.3.0.tgz" - } - } - } - } - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - } - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - } - } - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz" - } - } - }, - "_dagre@0.8.5@dagre": { - "version": "https://registry.npm.alibaba-inc.com/dagre/download/dagre-0.8.5.tgz", - "requires": { - "graphlib": "^2.1.8", - "lodash": "^4.17.15" - }, - "dependencies": { - "graphlib": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/graphlib/download/graphlib-2.1.8.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_damerau-levenshtein@1.0.6@damerau-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/damerau-levenshtein/download/damerau-levenshtein-1.0.6.tgz" - }, - "_dashdash@1.14.1@dashdash": { - "version": "https://registry.npm.alibaba-inc.com/dashdash/download/dashdash-1.14.1.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - } - } - }, - "_data-urls@1.1.0@data-urls": { - "version": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-1.1.0.tgz", - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-7.1.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-1.0.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - } - } - } - } - }, - "_data-urls@2.0.0@data-urls": { - "version": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-2.0.0.tgz", - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_date-fns@1.30.1@date-fns": { - "version": "https://registry.npm.alibaba-inc.com/date-fns/download/date-fns-1.30.1.tgz" - }, - "_dateformat@2.2.0@dateformat": { - "version": "https://registry.npm.alibaba-inc.com/dateformat/download/dateformat-2.2.0.tgz" - }, - "_debug@2.6.9@debug": { - "version": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "_debug@3.2.7@debug": { - "version": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": { - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - } - } - }, - "_debug@4.3.1@debug": { - "version": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "_decamelize-keys@1.1.0@decamelize-keys": { - "version": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - } - } - }, - "_decamelize@1.2.0@decamelize": { - "version": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "_decimal.js@10.2.1@decimal.js": { - "version": "https://registry.npm.alibaba-inc.com/decimal.js/download/decimal.js-10.2.1.tgz" - }, - "_declaration-bundler-webpack-plugin@1.0.3@declaration-bundler-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/declaration-bundler-webpack-plugin/download/declaration-bundler-webpack-plugin-1.0.3.tgz" - }, - "_decode-uri-component@0.2.0@decode-uri-component": { - "version": "https://registry.npm.alibaba-inc.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz" - }, - "_decompress-response@3.3.0@decompress-response": { - "version": "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - } - } - }, - "_deep-extend@0.6.0@deep-extend": { - "version": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "_deep-is@0.1.3@deep-is": { - "version": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "_deep-object-diff@1.1.0@deep-object-diff": { - "version": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "_deepmerge@4.2.2@deepmerge": { - "version": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "_default-compare@1.0.0@default-compare": { - "version": "https://registry.npm.alibaba-inc.com/default-compare/download/default-compare-1.0.0.tgz", - "requires": { - "kind-of": "^5.0.2" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "_default-require-extensions@2.0.0@default-require-extensions": { - "version": "https://registry.npm.alibaba-inc.com/default-require-extensions/download/default-require-extensions-2.0.0.tgz", - "requires": { - "strip-bom": "^3.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "_default-resolution@2.0.0@default-resolution": { - "version": "https://registry.npm.alibaba-inc.com/default-resolution/download/default-resolution-2.0.0.tgz" - }, - "_defer-to-connect@1.1.3@defer-to-connect": { - "version": "https://registry.npm.alibaba-inc.com/defer-to-connect/download/defer-to-connect-1.1.3.tgz" - }, - "_define-properties@1.1.3@define-properties": { - "version": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "_define-property@0.2.5@define-property": { - "version": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": { - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_define-property@1.0.0@define-property": { - "version": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "_define-property@2.0.2@define-property": { - "version": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_del@4.1.1@del": { - "version": "https://registry.npm.alibaba-inc.com/del/download/del-4.1.1.tgz", - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": { - "@types/glob": { - "version": "7.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.3.tgz", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - }, - "dependencies": { - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-6.1.0.tgz", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": { - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - } - } - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz" - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz", - "requires": { - "is-path-inside": "^2.1.0" - }, - "dependencies": { - "is-path-inside": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-2.1.0.tgz", - "requires": { - "path-is-inside": "^1.0.2" - }, - "dependencies": { - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz" - } - } - } - } - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_delayed-stream@1.0.0@delayed-stream": { - "version": "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz" - }, - "_delegate@3.2.0@delegate": { - "version": "https://registry.npm.alibaba-inc.com/delegate/download/delegate-3.2.0.tgz" - }, - "_delegates@1.0.0@delegates": { - "version": "https://registry.npm.alibaba-inc.com/delegates/download/delegates-1.0.0.tgz" - }, - "_depd@1.1.2@depd": { - "version": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "_des.js@1.0.1@des.js": { - "version": "https://registry.npm.alibaba-inc.com/des.js/download/des.js-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "_destroy@1.0.4@destroy": { - "version": "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz" - }, - "_detab@2.0.4@detab": { - "version": "https://registry.npm.alibaba-inc.com/detab/download/detab-2.0.4.tgz", - "requires": { - "repeat-string": "^1.5.4" - }, - "dependencies": { - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "_detect-browser@5.2.0@detect-browser": { - "version": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "_detect-file@1.0.0@detect-file": { - "version": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "_detect-newline@2.1.0@detect-newline": { - "version": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-2.1.0.tgz" - }, - "_detect-newline@3.1.0@detect-newline": { - "version": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-3.1.0.tgz" - }, - "_detect-node-es@1.0.0@detect-node-es": { - "version": "https://registry.npm.alibaba-inc.com/detect-node-es/download/detect-node-es-1.0.0.tgz" - }, - "_detect-port-alt@1.1.6@detect-port-alt": { - "version": "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - } - } - }, - "_detect-port@1.3.0@detect-port": { - "version": "https://registry.npm.alibaba-inc.com/detect-port/download/detect-port-1.3.0.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - } - } - }, - "_diff-sequences@24.9.0@diff-sequences": { - "version": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-24.9.0.tgz" - }, - "_diff-sequences@25.2.6@diff-sequences": { - "version": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-25.2.6.tgz" - }, - "_diff-sequences@26.6.2@diff-sequences": { - "version": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "_diffie-hellman@5.0.3@diffie-hellman": { - "version": "https://registry.npm.alibaba-inc.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/miller-rabin/download/miller-rabin-4.0.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": {} - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "_dir-glob@2.0.0@dir-glob": { - "version": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.0.0.tgz", - "requires": { - "arrify": "^1.0.1", - "path-type": "^3.0.0" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_dir-glob@2.2.2@dir-glob": { - "version": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.2.2.tgz", - "requires": { - "path-type": "^3.0.0" - }, - "dependencies": { - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_dir-glob@3.0.1@dir-glob": { - "version": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz", - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": { - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - } - } - }, - "_doctrine@1.5.0@doctrine": { - "version": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-1.5.0.tgz", - "requires": { - "esutils": "^2.0.2", - "isarray": "^1.0.0" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - }, - "_doctrine@2.1.0@doctrine": { - "version": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-2.1.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "_doctrine@3.0.0@doctrine": { - "version": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "_doctypes@1.1.0@doctypes": { - "version": "https://registry.npm.alibaba-inc.com/doctypes/download/doctypes-1.1.0.tgz" - }, - "_doiuse@4.4.1@doiuse": { - "version": "https://registry.npm.alibaba-inc.com/doiuse/download/doiuse-4.4.1.tgz", - "requires": { - "browserslist": "^4.16.1", - "caniuse-lite": "^1.0.30001179", - "css-rule-stream": "^1.1.0", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "multimatch": "^5.0.0", - "postcss": "^8.2.4", - "source-map": "^0.7.3", - "through2": "^4.0.2", - "yargs": "^16.2.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "css-rule-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-rule-stream/download/css-rule-stream-1.1.0.tgz", - "requires": { - "css-tokenize": "^1.0.1", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "through2": "^0.6.3" - }, - "dependencies": {} - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": {} - }, - "ldjson-stream": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": {} - }, - "multimatch": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-5.0.0.tgz", - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": {} - }, - "postcss": { - "version": "8.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-4.0.2.tgz", - "requires": { - "readable-stream": "3" - }, - "dependencies": {} - }, - "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-16.2.0.tgz", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "dependencies": {} - } - } - }, - "_dom-accessibility-api@0.5.4@dom-accessibility-api": { - "version": "https://registry.npm.alibaba-inc.com/dom-accessibility-api/download/dom-accessibility-api-0.5.4.tgz" - }, - "_dom-converter@0.2.0@dom-converter": { - "version": "https://registry.npm.alibaba-inc.com/dom-converter/download/dom-converter-0.2.0.tgz", - "requires": { - "utila": "~0.4" - }, - "dependencies": { - "utila": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/utila/download/utila-0.4.0.tgz" - } - } - }, - "_dom-helpers@5.2.0@dom-helpers": { - "version": "https://registry.npm.alibaba-inc.com/dom-helpers/download/dom-helpers-5.2.0.tgz", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - }, - "_dom-serializer@0.2.2@dom-serializer": { - "version": "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.2.tgz", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": { - "domelementtype": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-2.1.0.tgz" - }, - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-2.2.0.tgz" - } - } - }, - "_dom-walk@0.1.2@dom-walk": { - "version": "https://registry.npm.alibaba-inc.com/dom-walk/download/dom-walk-0.1.2.tgz" - }, - "_domain-browser@1.2.0@domain-browser": { - "version": "https://registry.npm.alibaba-inc.com/domain-browser/download/domain-browser-1.2.0.tgz" - }, - "_domelementtype@1.3.1@domelementtype": { - "version": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - }, - "_domelementtype@2.1.0@domelementtype": { - "version": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-2.1.0.tgz" - }, - "_domexception@1.0.1@domexception": { - "version": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-1.0.1.tgz", - "requires": { - "webidl-conversions": "^4.0.2" - }, - "dependencies": { - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - } - } - }, - "_domexception@2.0.1@domexception": { - "version": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-2.0.1.tgz", - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": { - "webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-5.0.0.tgz" - } - } - }, - "_domhandler@2.4.2@domhandler": { - "version": "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz", - "requires": { - "domelementtype": "1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "_domutils@1.7.0@domutils": { - "version": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": { - "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.2.tgz", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": {} - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "_dot-case@3.0.4@dot-case": { - "version": "https://registry.npm.alibaba-inc.com/dot-case/download/dot-case-3.0.4.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "no-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_dot-prop@4.2.1@dot-prop": { - "version": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-4.2.1.tgz", - "requires": { - "is-obj": "^1.0.0" - }, - "dependencies": { - "is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-1.0.1.tgz" - } - } - }, - "_dot-prop@5.3.0@dot-prop": { - "version": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": { - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-2.0.0.tgz" - } - } - }, - "_dotenv-defaults@1.1.1@dotenv-defaults": { - "version": "https://registry.npm.alibaba-inc.com/dotenv-defaults/download/dotenv-defaults-1.1.1.tgz", - "requires": { - "dotenv": "^6.2.0" - }, - "dependencies": { - "dotenv": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-6.2.0.tgz" - } - } - }, - "_dotenv-expand@5.1.0@dotenv-expand": { - "version": "https://registry.npm.alibaba-inc.com/dotenv-expand/download/dotenv-expand-5.1.0.tgz" - }, - "_dotenv-webpack@1.8.0@dotenv-webpack": { - "version": "https://registry.npm.alibaba-inc.com/dotenv-webpack/download/dotenv-webpack-1.8.0.tgz", - "requires": { - "dotenv-defaults": "^1.0.2" - }, - "dependencies": { - "dotenv-defaults": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-defaults/download/dotenv-defaults-1.1.1.tgz", - "requires": { - "dotenv": "^6.2.0" - }, - "dependencies": {} - } - } - }, - "_dotenv@6.2.0@dotenv": { - "version": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-6.2.0.tgz" - }, - "_dotenv@8.2.0@dotenv": { - "version": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-8.2.0.tgz" - }, - "_duplexer2@0.0.2@duplexer2": { - "version": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - } - } - }, - "_duplexer3@0.1.4@duplexer3": { - "version": "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz" - }, - "_duplexer@0.1.2@duplexer": { - "version": "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.2.tgz" - }, - "_duplexify@3.7.1@duplexify": { - "version": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "_each-props@1.3.2@each-props": { - "version": "https://registry.npm.alibaba-inc.com/each-props/download/each-props-1.3.2.tgz", - "requires": { - "is-plain-object": "^2.0.1", - "object.defaults": "^1.1.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_ecc-jsbn@0.1.2@ecc-jsbn": { - "version": "https://registry.npm.alibaba-inc.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "_editorconfig@0.15.3@editorconfig": { - "version": "https://registry.npm.alibaba-inc.com/editorconfig/download/editorconfig-0.15.3.tgz", - "requires": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": { - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sigmund/download/sigmund-1.0.1.tgz" - } - } - }, - "_ee-first@1.1.1@ee-first": { - "version": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - }, - "_ejs@2.7.4@ejs": { - "version": "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.4.tgz" - }, - "_electron-download@4.1.1@electron-download": { - "version": "https://registry.npm.alibaba-inc.com/electron-download/download/electron-download-4.1.1.tgz", - "requires": { - "debug": "^3.0.0", - "env-paths": "^1.0.0", - "fs-extra": "^4.0.1", - "minimist": "^1.2.0", - "nugget": "^2.0.1", - "path-exists": "^3.0.0", - "rc": "^1.2.1", - "semver": "^5.4.1", - "sumchecker": "^2.0.2" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": { - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - } - } - }, - "env-paths": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/env-paths/download/env-paths-1.0.0.tgz" - }, - "fs-extra": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-4.0.3.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - } - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "nugget": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/nugget/download/nugget-2.0.1.tgz", - "requires": { - "debug": "^2.1.3", - "minimist": "^1.1.0", - "pretty-bytes": "^1.0.2", - "progress-stream": "^1.1.0", - "request": "^2.45.0", - "single-line-log": "^1.1.2", - "throttleit": "0.0.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "pretty-bytes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-bytes/download/pretty-bytes-1.0.4.tgz", - "requires": { - "get-stdin": "^4.0.1", - "meow": "^3.1.0" - }, - "dependencies": { - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-2.1.0.tgz", - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-2.1.1.tgz" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz", - "requires": { - "array-find-index": "^1.0.1" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": { - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-1.1.2.tgz", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-2.1.0.tgz", - "requires": { - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - } - } - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - } - } - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-1.1.0.tgz", - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-1.1.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-2.2.0.tgz", - "requires": { - "error-ex": "^1.2.0" - }, - "dependencies": { - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - } - } - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-2.0.0.tgz", - "requires": { - "is-utf8": "^0.2.0" - }, - "dependencies": { - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-1.1.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - } - } - } - } - } - } - }, - "redent": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-1.0.0.tgz", - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "dependencies": { - "indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-2.1.0.tgz", - "requires": { - "repeating": "^2.0.0" - }, - "dependencies": { - "repeating": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeating/download/repeating-2.0.1.tgz", - "requires": { - "is-finite": "^1.0.0" - }, - "dependencies": { - "is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-finite/download/is-finite-1.1.0.tgz" - } - } - } - } - }, - "strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-1.0.1.tgz", - "requires": { - "get-stdin": "^4.0.1" - }, - "dependencies": { - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - } - } - } - } - }, - "trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-1.0.0.tgz" - } - } - } - } - }, - "progress-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/progress-stream/download/progress-stream-1.2.0.tgz", - "requires": { - "speedometer": "~0.1.2", - "through2": "~0.2.3" - }, - "dependencies": { - "speedometer": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/speedometer/download/speedometer-0.1.4.tgz" - }, - "through2": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.2.3.tgz", - "requires": { - "readable-stream": "~1.1.9", - "xtend": "~2.1.1" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - } - } - }, - "xtend": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-2.1.2.tgz", - "requires": { - "object-keys": "~0.4.0" - }, - "dependencies": { - "object-keys": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-0.4.0.tgz" - } - } - } - } - } - } - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "single-line-log": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/single-line-log/download/single-line-log-1.1.2.tgz", - "requires": { - "string-width": "^1.0.1" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "throttleit": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/throttleit/download/throttleit-0.0.2.tgz" - } - } - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "sumchecker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/sumchecker/download/sumchecker-2.0.2.tgz", - "requires": { - "debug": "^2.2.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - } - } - } - } - }, - "_electron-to-chromium@1.3.672@electron-to-chromium": { - "version": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "_electron@6.1.12@electron": { - "version": "https://registry.npm.alibaba-inc.com/electron/download/electron-6.1.12.tgz", - "requires": { - "@types/node": "^10.12.18", - "electron-download": "^4.1.0", - "extract-zip": "^1.0.3" - }, - "dependencies": { - "@types/node": { - "version": "10.17.54", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-10.17.54.tgz" - }, - "electron-download": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/electron-download/download/electron-download-4.1.1.tgz", - "requires": { - "debug": "^3.0.0", - "env-paths": "^1.0.0", - "fs-extra": "^4.0.1", - "minimist": "^1.2.0", - "nugget": "^2.0.1", - "path-exists": "^3.0.0", - "rc": "^1.2.1", - "semver": "^5.4.1", - "sumchecker": "^2.0.2" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - }, - "env-paths": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/env-paths/download/env-paths-1.0.0.tgz" - }, - "fs-extra": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-4.0.3.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "nugget": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/nugget/download/nugget-2.0.1.tgz", - "requires": { - "debug": "^2.1.3", - "minimist": "^1.1.0", - "pretty-bytes": "^1.0.2", - "progress-stream": "^1.1.0", - "request": "^2.45.0", - "single-line-log": "^1.1.2", - "throttleit": "0.0.2" - }, - "dependencies": {} - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "sumchecker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/sumchecker/download/sumchecker-2.0.2.tgz", - "requires": { - "debug": "^2.2.0" - }, - "dependencies": {} - } - } - }, - "extract-zip": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/extract-zip/download/extract-zip-1.7.0.tgz", - "requires": { - "concat-stream": "^1.6.2", - "debug": "^2.6.9", - "mkdirp": "^0.5.4", - "yauzl": "^2.10.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - } - } - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yauzl/download/yauzl-2.10.0.tgz", - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - }, - "dependencies": { - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz" - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fd-slicer/download/fd-slicer-1.1.0.tgz", - "requires": { - "pend": "~1.2.0" - }, - "dependencies": { - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pend/download/pend-1.2.0.tgz" - } - } - } - } - } - } - } - } - }, - "_elegant-spinner@1.0.1@elegant-spinner": { - "version": "https://registry.npm.alibaba-inc.com/elegant-spinner/download/elegant-spinner-1.0.1.tgz" - }, - "_element-resize-detector@1.2.1@element-resize-detector": { - "version": "https://registry.npm.alibaba-inc.com/element-resize-detector/download/element-resize-detector-1.2.1.tgz", - "requires": { - "batch-processor": "1.0.0" - }, - "dependencies": { - "batch-processor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/batch-processor/download/batch-processor-1.0.0.tgz" - } - } - }, - "_elliptic@6.5.4@elliptic": { - "version": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": {} - }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - }, - "_emittery@0.7.2@emittery": { - "version": "https://registry.npm.alibaba-inc.com/emittery/download/emittery-0.7.2.tgz" - }, - "_emoji-regex@6.1.1@emoji-regex": { - "version": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-6.1.1.tgz" - }, - "_emoji-regex@7.0.3@emoji-regex": { - "version": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "_emoji-regex@8.0.0@emoji-regex": { - "version": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "_emoji-regex@9.2.1@emoji-regex": { - "version": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-9.2.1.tgz" - }, - "_emojis-list@2.1.0@emojis-list": { - "version": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-2.1.0.tgz" - }, - "_emojis-list@3.0.0@emojis-list": { - "version": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "_emotion-theming@10.0.27@emotion-theming": { - "version": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": {} - } - } - }, - "_encodeurl@1.0.2@encodeurl": { - "version": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "_encoding@0.1.13@encoding": { - "version": "https://registry.npm.alibaba-inc.com/encoding/download/encoding-0.1.13.tgz", - "requires": { - "iconv-lite": "^0.6.2" - }, - "dependencies": { - "iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.6.2.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "dependencies": {} - } - } - }, - "_end-of-stream@1.4.4@end-of-stream": { - "version": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "_enhanced-resolve@4.5.0@enhanced-resolve": { - "version": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - } - } - }, - "_enquirer@2.3.6@enquirer": { - "version": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": { - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - } - } - }, - "_entities@1.1.2@entities": { - "version": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - }, - "_entities@2.2.0@entities": { - "version": "https://registry.npm.alibaba-inc.com/entities/download/entities-2.2.0.tgz" - }, - "_env-paths@1.0.0@env-paths": { - "version": "https://registry.npm.alibaba-inc.com/env-paths/download/env-paths-1.0.0.tgz" - }, - "_errno@0.1.8@errno": { - "version": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - }, - "_error-ex@1.3.2@error-ex": { - "version": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz" - } - } - }, - "_es-abstract@1.17.7@es-abstract": { - "version": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.17.7.tgz", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "dependencies": { - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "_es-abstract@1.18.0-next.2@es-abstract": { - "version": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "_es-array-method-boxes-properly@1.0.0@es-array-method-boxes-properly": { - "version": "https://registry.npm.alibaba-inc.com/es-array-method-boxes-properly/download/es-array-method-boxes-properly-1.0.0.tgz" - }, - "_es-get-iterator@1.1.2@es-get-iterator": { - "version": "https://registry.npm.alibaba-inc.com/es-get-iterator/download/es-get-iterator-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-arguments": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-arguments/download/is-arguments-1.1.0.tgz", - "requires": { - "call-bind": "^1.0.0" - }, - "dependencies": {} - }, - "is-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-map/download/is-map-2.0.2.tgz" - }, - "is-set": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-set/download/is-set-2.0.2.tgz" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - }, - "isarray": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.5.tgz" - } - } - }, - "_es-to-primitive@1.2.1@es-to-primitive": { - "version": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.2.tgz" - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_es5-ext@0.10.53@es5-ext": { - "version": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - } - } - }, - "_es5-shim@4.5.15@es5-shim": { - "version": "https://registry.npm.alibaba-inc.com/es5-shim/download/es5-shim-4.5.15.tgz" - }, - "_es6-error@4.1.1@es6-error": { - "version": "https://registry.npm.alibaba-inc.com/es6-error/download/es6-error-4.1.1.tgz" - }, - "_es6-iterator@2.0.3@es6-iterator": { - "version": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "_es6-shim@0.35.6@es6-shim": { - "version": "https://registry.npm.alibaba-inc.com/es6-shim/download/es6-shim-0.35.6.tgz" - }, - "_es6-symbol@3.1.3@es6-symbol": { - "version": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_es6-weak-map@2.0.3@es6-weak-map": { - "version": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": { - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz" - } - } - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - } - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_escalade@3.1.1@escalade": { - "version": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "_escape-html@1.0.3@escape-html": { - "version": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "_escape-string-regexp@1.0.5@escape-string-regexp": { - "version": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "_escape-string-regexp@2.0.0@escape-string-regexp": { - "version": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - }, - "_escodegen@1.14.3@escodegen": { - "version": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "_eslint-ast-utils@1.1.0@eslint-ast-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-ast-utils/download/eslint-ast-utils-1.1.0.tgz", - "requires": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - }, - "dependencies": { - "lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.get/download/lodash.get-4.4.2.tgz" - }, - "lodash.zip": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - } - } - }, - "_eslint-config-airbnb-base@14.2.1@eslint-config-airbnb-base": { - "version": "https://registry.npm.alibaba-inc.com/eslint-config-airbnb-base/download/eslint-config-airbnb-base-14.2.1.tgz", - "requires": { - "confusing-browser-globals": "^1.0.10", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - }, - "dependencies": { - "confusing-browser-globals": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/confusing-browser-globals/download/confusing-browser-globals-1.0.10.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "_eslint-config-prettier@6.15.0@eslint-config-prettier": { - "version": "https://registry.npm.alibaba-inc.com/eslint-config-prettier/download/eslint-config-prettier-6.15.0.tgz", - "requires": { - "get-stdin": "^6.0.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - } - } - }, - "_eslint-formatter-pretty@4.0.0@eslint-formatter-pretty": { - "version": "https://registry.npm.alibaba-inc.com/eslint-formatter-pretty/download/eslint-formatter-pretty-4.0.0.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "eslint-rule-docs": "^1.1.5", - "log-symbols": "^4.0.0", - "plur": "^4.0.0", - "string-width": "^4.2.0", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "eslint-rule-docs": { - "version": "1.1.222", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-rule-docs/download/eslint-rule-docs-1.1.222.tgz" - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "plur": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/plur/download/plur-4.0.0.tgz", - "requires": { - "irregular-plurals": "^3.2.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "_eslint-import-resolver-node@0.3.4@eslint-import-resolver-node": { - "version": "https://registry.npm.alibaba-inc.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.4.tgz", - "requires": { - "debug": "^2.6.9", - "resolve": "^1.13.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "_eslint-module-utils@2.6.0@eslint-module-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-module-utils/download/eslint-module-utils-2.6.0.tgz", - "requires": { - "debug": "^2.6.9", - "pkg-dir": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-babel@5.3.1@eslint-plugin-babel": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-babel/download/eslint-plugin-babel-5.3.1.tgz", - "requires": { - "eslint-rule-composer": "^0.3.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-rule-composer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-rule-composer/download/eslint-rule-composer-0.3.0.tgz" - } - } - }, - "_eslint-plugin-compat@3.9.0@eslint-plugin-compat": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-compat/download/eslint-plugin-compat-3.9.0.tgz", - "requires": { - "@mdn/browser-compat-data": "^2.0.7", - "ast-metadata-inferer": "^0.4.0", - "browserslist": "^4.12.2", - "caniuse-lite": "^1.0.30001166", - "core-js": "^3.6.5", - "find-up": "^4.1.0", - "lodash.memoize": "4.1.2", - "semver": "7.3.2" - }, - "dependencies": { - "@mdn/browser-compat-data": { - "version": "2.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@mdn/browser-compat-data/download/@mdn/browser-compat-data-2.0.7.tgz", - "requires": { - "extend": "3.0.2" - }, - "dependencies": {} - }, - "ast-metadata-inferer": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ast-metadata-inferer/download/ast-metadata-inferer-0.4.0.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "semver": { - "version": "7.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.2.tgz" - } - } - }, - "_eslint-plugin-eslint-comments@3.2.0@eslint-plugin-eslint-comments": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-eslint-comments/download/eslint-plugin-eslint-comments-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5", - "ignore": "^5.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - } - } - }, - "_eslint-plugin-import@2.22.1@eslint-plugin-import": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-import/download/eslint-plugin-import-2.22.1.tgz", - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flat": "^1.2.3", - "contains-path": "^0.1.0", - "debug": "^2.6.9", - "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.3.4", - "eslint-module-utils": "^2.6.0", - "has": "^1.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.1", - "read-pkg-up": "^2.0.0", - "resolve": "^1.17.0", - "tsconfig-paths": "^3.9.0" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "contains-path": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/contains-path/download/contains-path-0.1.0.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "doctrine": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-1.5.0.tgz", - "requires": { - "esutils": "^2.0.2", - "isarray": "^1.0.0" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-import-resolver-node": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.4.tgz", - "requires": { - "debug": "^2.6.9", - "resolve": "^1.13.1" - }, - "dependencies": {} - }, - "eslint-module-utils": { - "version": "2.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-module-utils/download/eslint-module-utils-2.6.0.tgz", - "requires": { - "debug": "^2.6.9", - "pkg-dir": "^2.0.0" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^2.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "tsconfig-paths": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsconfig-paths/download/tsconfig-paths-3.9.0.tgz", - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-jest@24.1.5@eslint-plugin-jest": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-jest/download/eslint-plugin-jest-24.1.5.tgz", - "requires": { - "@typescript-eslint/experimental-utils": "^4.0.1" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.15.2.tgz", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-jsx-a11y@6.4.1@eslint-plugin-jsx-a11y": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-jsx-a11y/download/eslint-plugin-jsx-a11y-6.4.1.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "aria-query": "^4.2.2", - "array-includes": "^3.1.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.0.2", - "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.6", - "emoji-regex": "^9.0.0", - "has": "^1.0.3", - "jsx-ast-utils": "^3.1.0", - "language-tags": "^1.0.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": {} - }, - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types-flow/download/ast-types-flow-0.0.7.tgz" - }, - "axe-core": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/axe-core/download/axe-core-4.1.2.tgz" - }, - "axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/axobject-query/download/axobject-query-2.2.0.tgz" - }, - "damerau-levenshtein": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/damerau-levenshtein/download/damerau-levenshtein-1.0.6.tgz" - }, - "emoji-regex": { - "version": "9.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-9.2.1.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": {} - }, - "language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/language-tags/download/language-tags-1.0.5.tgz", - "requires": { - "language-subtag-registry": "~0.3.2" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-markdown@1.0.2@eslint-plugin-markdown": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-markdown/download/eslint-plugin-markdown-1.0.2.tgz", - "requires": { - "object-assign": "^4.0.1", - "remark-parse": "^5.0.0", - "unified": "^6.1.2" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "remark-parse": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-5.0.0.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "unified": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-6.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^2.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-promise@4.3.1@eslint-plugin-promise": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-promise/download/eslint-plugin-promise-4.3.1.tgz" - }, - "_eslint-plugin-react-hooks@4.2.0@eslint-plugin-react-hooks": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-react-hooks/download/eslint-plugin-react-hooks-4.2.0.tgz", - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-react@7.22.0@eslint-plugin-react": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-react/download/eslint-plugin-react-7.22.0.tgz", - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flatmap": "^1.2.3", - "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "object.entries": "^1.1.2", - "object.fromentries": "^2.0.2", - "object.values": "^1.1.1", - "prop-types": "^15.7.2", - "resolve": "^1.18.1", - "string.prototype.matchall": "^4.0.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-2.1.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": {} - } - } - }, - "_eslint-plugin-unicorn@20.1.0@eslint-plugin-unicorn": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-unicorn/download/eslint-plugin-unicorn-20.1.0.tgz", - "requires": { - "ci-info": "^2.0.0", - "clean-regexp": "^1.0.0", - "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^2.0.0", - "eslint-utils": "^2.0.0", - "import-modules": "^2.0.0", - "lodash": "^4.17.15", - "pluralize": "^8.0.0", - "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.21", - "reserved-words": "^0.1.2", - "safe-regex": "^2.1.1", - "semver": "^7.3.2" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - }, - "clean-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clean-regexp/download/clean-regexp-1.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-ast-utils": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-ast-utils/download/eslint-ast-utils-1.1.0.tgz", - "requires": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - }, - "dependencies": {} - }, - "eslint-template-visitor": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-template-visitor/download/eslint-template-visitor-2.3.2.tgz", - "requires": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "import-modules": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-modules/download/import-modules-2.1.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "pluralize": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pluralize/download/pluralize-8.0.0.tgz" - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "regexp-tree": { - "version": "0.1.23", - "resolved": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - }, - "reserved-words": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/reserved-words/download/reserved-words-0.1.2.tgz" - }, - "safe-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-2.1.1.tgz", - "requires": { - "regexp-tree": "~0.1.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_eslint-rule-composer@0.3.0@eslint-rule-composer": { - "version": "https://registry.npm.alibaba-inc.com/eslint-rule-composer/download/eslint-rule-composer-0.3.0.tgz" - }, - "_eslint-rule-docs@1.1.222@eslint-rule-docs": { - "version": "https://registry.npm.alibaba-inc.com/eslint-rule-docs/download/eslint-rule-docs-1.1.222.tgz" - }, - "_eslint-scope@4.0.3@eslint-scope": { - "version": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": {} - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "_eslint-scope@5.1.0@eslint-scope": { - "version": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.0.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": {} - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "_eslint-scope@5.1.1@eslint-scope": { - "version": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": {} - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "_eslint-template-visitor@2.3.2@eslint-template-visitor": { - "version": "https://registry.npm.alibaba-inc.com/eslint-template-visitor/download/eslint-template-visitor-2.3.2.tgz", - "requires": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/eslint-parser": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/eslint-parser/download/@babel/eslint-parser-7.13.0.tgz", - "requires": { - "eslint-scope": "5.1.0", - "eslint-visitor-keys": "^1.3.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "multimap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/multimap/download/multimap-1.1.0.tgz" - } - } - }, - "_eslint-utils@1.4.3@eslint-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-1.4.3.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "_eslint-utils@2.1.0@eslint-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "_eslint-visitor-keys@1.3.0@eslint-visitor-keys": { - "version": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - }, - "_eslint-visitor-keys@2.0.0@eslint-visitor-keys": { - "version": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "_eslint@6.8.0@eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-6.8.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "ajv": "^6.10.0", - "chalk": "^2.1.0", - "cross-spawn": "^6.0.5", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "eslint-scope": "^5.0.0", - "eslint-utils": "^1.4.3", - "eslint-visitor-keys": "^1.1.0", - "espree": "^6.1.2", - "esquery": "^1.0.1", - "esutils": "^2.0.2", - "file-entry-cache": "^5.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "inquirer": "^7.0.0", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.3.0", - "lodash": "^4.17.14", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "optionator": "^0.8.3", - "progress": "^2.0.0", - "regexpp": "^2.0.1", - "semver": "^6.1.2", - "strip-ansi": "^5.2.0", - "strip-json-comments": "^3.0.1", - "table": "^5.2.3", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": {} - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "eslint-utils": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-1.4.3.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - }, - "espree": { - "version": "6.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-6.2.1.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-5.0.1.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": { - "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-2.0.1.tgz", - "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": { - "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-2.0.2.tgz" - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "write": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write/download/write-1.0.3.tgz", - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": {} - } - } - } - } - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": { - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "dependencies": { - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": { - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "dependencies": {} - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": {} - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - } - } - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-2.0.1.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "5.4.6", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz", - "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-2.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "_eslint@7.20.0@eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz", - "requires": { - "@babel/highlight": "^7.10.4" - }, - "dependencies": {} - }, - "@eslint/eslintrc": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/@eslint/eslintrc/download/@eslint/eslintrc-0.3.0.tgz", - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "_espree@6.2.1@espree": { - "version": "https://registry.npm.alibaba-inc.com/espree/download/espree-6.2.1.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "_espree@7.3.1@espree": { - "version": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "_esprima@2.7.3@esprima": { - "version": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-2.7.3.tgz" - }, - "_esprima@4.0.1@esprima": { - "version": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "_esquery@1.4.0@esquery": { - "version": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "_esrecurse@4.3.0@esrecurse": { - "version": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "_estraverse@4.3.0@estraverse": { - "version": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "_estraverse@5.2.0@estraverse": { - "version": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - }, - "_estree-walker@0.6.1@estree-walker": { - "version": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-0.6.1.tgz" - }, - "_estree-walker@1.0.1@estree-walker": { - "version": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "_estree-walker@2.0.2@estree-walker": { - "version": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "_esutils@2.0.3@esutils": { - "version": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "_etag@1.8.1@etag": { - "version": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "_eventemitter3@4.0.7@eventemitter3": { - "version": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "_events@3.2.0@events": { - "version": "https://registry.npm.alibaba-inc.com/events/download/events-3.2.0.tgz" - }, - "_eventsource@1.0.7@eventsource": { - "version": "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-1.0.7.tgz", - "requires": { - "original": "^1.0.0" - }, - "dependencies": { - "original": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/original/download/original-1.0.2.tgz", - "requires": { - "url-parse": "^1.4.3" - }, - "dependencies": {} - } - } - }, - "_evp_bytestokey@1.0.3@evp_bytestokey": { - "version": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_exec-sh@0.3.4@exec-sh": { - "version": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "_execa@0.7.0@execa": { - "version": "https://registry.npm.alibaba-inc.com/execa/download/execa-0.7.0.tgz", - "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-5.1.0.tgz", - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-3.0.0.tgz" - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-2.0.2.tgz", - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": {} - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz" - } - } - }, - "_execa@1.0.0@execa": { - "version": "https://registry.npm.alibaba-inc.com/execa/download/execa-1.0.0.tgz", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-2.0.2.tgz", - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": {} - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz" - } - } - }, - "_execa@3.4.0@execa": { - "version": "https://registry.npm.alibaba-inc.com/execa/download/execa-3.4.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - } - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "p-finally": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-2.0.1.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - } - } - }, - "_execa@4.1.0@execa": { - "version": "https://registry.npm.alibaba-inc.com/execa/download/execa-4.1.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": {} - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - } - } - }, - "_execall@1.0.0@execall": { - "version": "https://registry.npm.alibaba-inc.com/execall/download/execall-1.0.0.tgz", - "requires": { - "clone-regexp": "^1.0.0" - }, - "dependencies": { - "clone-regexp": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-1.0.1.tgz", - "requires": { - "is-regexp": "^1.0.0", - "is-supported-regexp-flag": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_execall@2.0.0@execall": { - "version": "https://registry.npm.alibaba-inc.com/execall/download/execall-2.0.0.tgz", - "requires": { - "clone-regexp": "^2.1.0" - }, - "dependencies": { - "clone-regexp": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-2.2.0.tgz", - "requires": { - "is-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_exit@0.1.2@exit": { - "version": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "_expand-brackets@2.1.4@expand-brackets": { - "version": "https://registry.npm.alibaba-inc.com/expand-brackets/download/expand-brackets-2.1.4.tgz", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz" - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_expand-tilde@2.0.2@expand-tilde": { - "version": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": { - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - } - } - } - } - }, - "_expect@24.9.0@expect": { - "version": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "diff-sequences": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-24.9.0.tgz" - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - } - } - }, - "_expect@26.6.2@expect": { - "version": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - } - } - }, - "_express@4.17.1@express": { - "version": "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "dependencies": {} - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": {} - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": {} - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": {} - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz" - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.6.tgz", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "dependencies": {} - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": {} - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "dependencies": {} - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": {} - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz" - } - } - }, - "_ext@1.4.0@ext": { - "version": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": { - "type": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-2.3.0.tgz" - } - } - }, - "_extend-shallow@1.1.4@extend-shallow": { - "version": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-1.1.4.tgz", - "requires": { - "kind-of": "^1.1.0" - }, - "dependencies": { - "kind-of": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-1.1.0.tgz" - } - } - }, - "_extend-shallow@2.0.1@extend-shallow": { - "version": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "_extend-shallow@3.0.2@extend-shallow": { - "version": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "_extend@3.0.2@extend": { - "version": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "_external-editor@3.1.0@external-editor": { - "version": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": { - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": {} - } - } - }, - "_extglob@2.0.4@extglob": { - "version": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": {} - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/expand-brackets/download/expand-brackets-2.1.4.tgz", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_extract-zip@1.7.0@extract-zip": { - "version": "https://registry.npm.alibaba-inc.com/extract-zip/download/extract-zip-1.7.0.tgz", - "requires": { - "concat-stream": "^1.6.2", - "debug": "^2.6.9", - "mkdirp": "^0.5.4", - "yauzl": "^2.10.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yauzl/download/yauzl-2.10.0.tgz", - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - }, - "dependencies": {} - } - } - }, - "_extsprintf@1.3.0@extsprintf": { - "version": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.3.0.tgz" - }, - "_extsprintf@1.4.0@extsprintf": { - "version": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.4.0.tgz" - }, - "_fancy-log@1.3.3@fancy-log": { - "version": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": { - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "parse-node-version": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - } - } - }, - "_fast-deep-equal@2.0.1@fast-deep-equal": { - "version": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "_fast-deep-equal@3.1.3@fast-deep-equal": { - "version": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "_fast-glob@2.2.7@fast-glob": { - "version": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-2.2.7.tgz", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "dependencies": { - "@mrmlnc/readdir-enhanced": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz", - "requires": { - "call-me-maybe": "^1.0.1", - "glob-to-regexp": "^0.3.0" - }, - "dependencies": {} - }, - "@nodelib/fs.stat": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz" - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "_fast-glob@3.2.5@fast-glob": { - "version": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.6.tgz", - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "_fast-json-stable-stringify@2.1.0@fast-json-stable-stringify": { - "version": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "_fast-levenshtein@1.1.4@fast-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-1.1.4.tgz" - }, - "_fast-levenshtein@2.0.6@fast-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "_fastest-levenshtein@1.0.12@fastest-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/fastest-levenshtein/download/fastest-levenshtein-1.0.12.tgz" - }, - "_fastparse@1.1.2@fastparse": { - "version": "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz" - }, - "_fastq@1.10.1@fastq": { - "version": "https://registry.npm.alibaba-inc.com/fastq/download/fastq-1.10.1.tgz", - "requires": { - "reusify": "^1.0.4" - }, - "dependencies": { - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/reusify/download/reusify-1.0.4.tgz" - } - } - }, - "_father-build@1.19.2@father-build": { - "version": "https://registry.npm.alibaba-inc.com/father-build/download/father-build-1.19.2.tgz", - "requires": { - "@babel/core": "7.12.3", - "@babel/plugin-proposal-class-properties": "7.12.1", - "@babel/plugin-proposal-decorators": "7.12.1", - "@babel/plugin-proposal-do-expressions": "7.12.1", - "@babel/plugin-proposal-export-default-from": "7.12.1", - "@babel/plugin-proposal-export-namespace-from": "7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", - "@babel/plugin-proposal-optional-chaining": "7.12.1", - "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/plugin-transform-modules-commonjs": "7.12.1", - "@babel/plugin-transform-runtime": "7.12.1", - "@babel/preset-env": "7.12.1", - "@babel/preset-react": "7.12.1", - "@babel/preset-typescript": "7.12.1", - "@babel/register": "7.12.1", - "@rollup/plugin-babel": "5.2.1", - "@rollup/plugin-commonjs": "16.0.0", - "@rollup/plugin-inject": "4.0.2", - "@rollup/plugin-json": "4.1.0", - "@rollup/plugin-node-resolve": "10.0.0", - "@rollup/plugin-replace": "2.3.4", - "@rollup/plugin-url": "5.0.1", - "@svgr/rollup": "5.4.0", - "ajv": "6.10.0", - "autoprefixer": "9.6.0", - "babel-plugin-istanbul": "^5.2.0", - "babel-plugin-react-require": "3.1.1", - "chalk": "2.4.2", - "chokidar": "^3.0.2", - "glob": "^7.1.4", - "gulp-if": "2.0.2", - "gulp-less": "^4.0.1", - "gulp-plumber": "^1.2.1", - "gulp-typescript": "5.0.1", - "less": "3.9.0", - "less-plugin-npm-import": "2.1.0", - "lodash": "4.17.19", - "rimraf": "2.6.3", - "rollup": "2.33.3", - "rollup-plugin-postcss": "3.1.8", - "rollup-plugin-terser": "7.0.2", - "rollup-plugin-typescript2": "0.29.0", - "signale": "1.4.0", - "slash2": "2.0.0", - "temp-dir": "2.0.0", - "through2": "3.0.1", - "ts-loader": "^8.0.7", - "typescript": "^4.0.5", - "update-notifier": "3.0.0", - "vinyl-fs": "3.0.3", - "yargs-parser": "13.1.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.12.1.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-decorators": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.12.1.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-decorators": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-decorators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-do-expressions": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-do-expressions/download/@babel/plugin-proposal-do-expressions-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-do-expressions": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-do-expressions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-do-expressions/download/@babel/plugin-syntax-do-expressions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-default-from/download/@babel/plugin-proposal-export-default-from-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-export-default-from": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-default-from/download/@babel/plugin-syntax-export-default-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.12.1.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-simple-access": "^7.12.1", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": { - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.1.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "resolve": "^1.8.1", - "semver": "^5.5.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "@babel/preset-env": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.12.1.tgz", - "requires": { - "@babel/compat-data": "^7.12.1", - "@babel/helper-compilation-targets": "^7.12.1", - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-validator-option": "^7.12.1", - "@babel/plugin-proposal-async-generator-functions": "^7.12.1", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-dynamic-import": "^7.12.1", - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", - "@babel/plugin-proposal-json-strings": "^7.12.1", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.1", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-async-to-generator": "^7.12.1", - "@babel/plugin-transform-block-scoped-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.1", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-computed-properties": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-dotall-regex": "^7.12.1", - "@babel/plugin-transform-duplicate-keys": "^7.12.1", - "@babel/plugin-transform-exponentiation-operator": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-function-name": "^7.12.1", - "@babel/plugin-transform-literals": "^7.12.1", - "@babel/plugin-transform-member-expression-literals": "^7.12.1", - "@babel/plugin-transform-modules-amd": "^7.12.1", - "@babel/plugin-transform-modules-commonjs": "^7.12.1", - "@babel/plugin-transform-modules-systemjs": "^7.12.1", - "@babel/plugin-transform-modules-umd": "^7.12.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1", - "@babel/plugin-transform-new-target": "^7.12.1", - "@babel/plugin-transform-object-super": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-property-literals": "^7.12.1", - "@babel/plugin-transform-regenerator": "^7.12.1", - "@babel/plugin-transform-reserved-words": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/plugin-transform-sticky-regex": "^7.12.1", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/plugin-transform-typeof-symbol": "^7.12.1", - "@babel/plugin-transform-unicode-escapes": "^7.12.1", - "@babel/plugin-transform-unicode-regex": "^7.12.1", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.12.1", - "core-js-compat": "^3.6.2", - "semver": "^5.5.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.12.17.tgz" - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.13.5.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0", - "@babel/plugin-syntax-async-generators": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.12.17.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-json-strings": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-remap-async-to-generator": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-wrap-function": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-optimise-call-expression": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - } - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-simple-access": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.12.13.tgz", - "requires": { - "@babel/helper-hoist-variables": "^7.12.13", - "@babel/helper-module-transforms": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": { - "@babel/helper-hoist-variables": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.0.tgz", - "requires": { - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.13.0.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/helper-replace-supers": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-replace-supers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.13.0.tgz", - "requires": { - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.12.13.tgz", - "requires": { - "regenerator-transform": "^0.14.2" - }, - "dependencies": { - "regenerator-transform": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz", - "requires": { - "@babel/runtime": "^7.8.4" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.12.1.tgz", - "requires": { - "@babel/types": "^7.12.1" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "regexpu-core": "^4.7.1" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/preset-modules": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-modules/download/@babel/preset-modules-0.1.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.12.13.tgz", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "@babel/preset-react": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-transform-react-display-name": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.1", - "@babel/plugin-transform-react-jsx-development": "^7.12.1", - "@babel/plugin-transform-react-jsx-self": "^7.12.1", - "@babel/plugin-transform-react-jsx-source": "^7.12.1", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-display-name/download/@babel/plugin-transform-react-display-name-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-development/download/@babel/plugin-transform-react-jsx-development-7.12.17.tgz", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.12.17" - }, - "dependencies": { - "@babel/plugin-transform-react-jsx": { - "version": "7.12.17", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx/download/@babel/plugin-transform-react-jsx-7.12.17.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/types": "^7.12.17" - }, - "dependencies": {} - } - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-self/download/@babel/plugin-transform-react-jsx-self-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-jsx-source/download/@babel/plugin-transform-react-jsx-source-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-pure-annotations/download/@babel/plugin-transform-react-pure-annotations-7.12.1.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": { - "@babel/helper-annotate-as-pure": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - } - } - } - } - }, - "@babel/preset-typescript": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.12.1" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-transform-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-typescript": "^7.12.13" - }, - "dependencies": { - "@babel/helper-create-class-features-plugin": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.13.0.tgz", - "requires": { - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-member-expression-to-functions": "^7.13.0", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-syntax-typescript": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-typescript/download/@babel/plugin-syntax-typescript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - } - } - }, - "@babel/register": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.12.1.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": { - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - } - } - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "@rollup/plugin-babel": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-babel/download/@rollup/plugin-babel-5.2.1.tgz", - "requires": { - "@babel/helper-module-imports": "^7.10.4", - "@rollup/pluginutils": "^3.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - } - } - }, - "@rollup/plugin-commonjs": { - "version": "16.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-commonjs/download/@rollup/plugin-commonjs-16.0.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "commondir": "^1.0.1", - "estree-walker": "^2.0.1", - "glob": "^7.1.6", - "is-reference": "^1.2.1", - "magic-string": "^0.25.7", - "resolve": "^1.17.0" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "is-reference": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-reference/download/is-reference-1.2.1.tgz", - "requires": { - "@types/estree": "*" - }, - "dependencies": {} - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "@rollup/plugin-inject": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-inject/download/@rollup/plugin-inject-4.0.2.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.4", - "estree-walker": "^1.0.1", - "magic-string": "^0.25.5" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": {} - } - } - }, - "@rollup/plugin-json": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-json/download/@rollup/plugin-json-4.1.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.8" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - } - } - }, - "@rollup/plugin-node-resolve": { - "version": "10.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-node-resolve/download/@rollup/plugin-node-resolve-10.0.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "builtin-modules": "^3.1.0", - "deepmerge": "^4.2.2", - "is-module": "^1.0.0", - "resolve": "^1.17.0" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "@types/resolve": { - "version": "1.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/resolve/download/@types/resolve-1.17.1.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "builtin-modules": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/builtin-modules/download/builtin-modules-3.2.0.tgz" - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "is-module": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-module/download/is-module-1.0.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "@rollup/plugin-replace": { - "version": "2.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-replace/download/@rollup/plugin-replace-2.3.4.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "magic-string": "^0.25.7" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": {} - } - } - }, - "@rollup/plugin-url": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-url/download/@rollup/plugin-url-5.0.1.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.4", - "make-dir": "^3.0.0", - "mime": "^2.4.4" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - } - } - }, - "@svgr/rollup": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/rollup/download/@svgr/rollup-5.4.0.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/plugin-transform-react-constant-elements": "^7.7.4", - "@babel/preset-env": "^7.9.5", - "@babel/preset-react": "^7.9.4", - "@svgr/core": "^5.4.0", - "@svgr/plugin-jsx": "^5.4.0", - "@svgr/plugin-svgo": "^5.4.0", - "rollup-pluginutils": "^2.8.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-react-constant-elements/download/@babel/plugin-transform-react-constant-elements-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": {} - }, - "@svgr/core": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/core/download/@svgr/core-5.5.0.tgz", - "requires": { - "@svgr/plugin-jsx": "^5.5.0", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.0" - }, - "dependencies": {} - }, - "@svgr/plugin-jsx": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-jsx/download/@svgr/plugin-jsx-5.5.0.tgz", - "requires": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" - }, - "dependencies": {} - }, - "@svgr/plugin-svgo": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/plugin-svgo/download/@svgr/plugin-svgo-5.5.0.tgz", - "requires": { - "cosmiconfig": "^7.0.0", - "deepmerge": "^4.2.2", - "svgo": "^1.2.2" - }, - "dependencies": {} - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": {} - } - } - }, - "ajv": { - "version": "6.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.10.0.tgz", - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "autoprefixer": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.6.0.tgz", - "requires": { - "browserslist": "^4.6.1", - "caniuse-lite": "^1.0.30000971", - "chalk": "^2.4.2", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.16", - "postcss-value-parser": "^3.3.1" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-react-require": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.1.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": {} - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "gulp-if": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-if/download/gulp-if-2.0.2.tgz", - "requires": { - "gulp-match": "^1.0.3", - "ternary-stream": "^2.0.1", - "through2": "^2.0.1" - }, - "dependencies": { - "gulp-match": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-match/download/gulp-match-1.1.0.tgz", - "requires": { - "minimatch": "^3.0.3" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "ternary-stream": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ternary-stream/download/ternary-stream-2.1.1.tgz", - "requires": { - "duplexify": "^3.5.0", - "fork-stream": "^0.0.4", - "merge-stream": "^1.0.0", - "through2": "^2.0.1" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "fork-stream": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/fork-stream/download/fork-stream-0.0.4.tgz" - }, - "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "gulp-less": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-less/download/gulp-less-4.0.1.tgz", - "requires": { - "accord": "^0.29.0", - "less": "2.6.x || ^3.7.1", - "object-assign": "^4.0.1", - "plugin-error": "^0.1.2", - "replace-ext": "^1.0.0", - "through2": "^2.0.0", - "vinyl-sourcemaps-apply": "^0.2.0" - }, - "dependencies": { - "accord": { - "version": "0.29.0", - "resolved": "https://registry.npm.alibaba-inc.com/accord/download/accord-0.29.0.tgz", - "requires": { - "convert-source-map": "^1.5.0", - "glob": "^7.0.5", - "indx": "^0.2.3", - "lodash.clone": "^4.3.2", - "lodash.defaults": "^4.0.1", - "lodash.flatten": "^4.2.0", - "lodash.merge": "^4.4.0", - "lodash.partialright": "^4.1.4", - "lodash.pick": "^4.2.1", - "lodash.uniq": "^4.3.0", - "resolve": "^1.5.0", - "semver": "^5.3.0", - "uglify-js": "^2.8.22", - "when": "^3.7.8" - }, - "dependencies": { - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "indx": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/indx/download/indx-0.2.3.tgz" - }, - "lodash.clone": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.clone/download/lodash.clone-4.5.0.tgz" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.defaults/download/lodash.defaults-4.2.0.tgz" - }, - "lodash.flatten": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.flatten/download/lodash.flatten-4.4.0.tgz" - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.merge/download/lodash.merge-4.6.2.tgz" - }, - "lodash.partialright": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.partialright/download/lodash.partialright-4.2.1.tgz" - }, - "lodash.pick": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.pick/download/lodash.pick-4.4.0.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "uglify-js": { - "version": "2.8.29", - "resolved": "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-2.8.29.tgz", - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": {} - }, - "when": { - "version": "3.7.8", - "resolved": "https://registry.npm.alibaba-inc.com/when/download/when-3.7.8.tgz" - } - } - }, - "less": { - "version": "3.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/less/download/less-3.13.1.tgz", - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "copy-anything": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/copy-anything/download/copy-anything-2.0.3.tgz", - "requires": { - "is-what": "^3.12.0" - }, - "dependencies": { - "is-what": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-what/download/is-what-3.14.1.tgz" - } - } - }, - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "optional": true, - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - }, - "image-size": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz", - "optional": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "optional": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz", - "optional": true - }, - "native-request": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/native-request/download/native-request-1.0.8.tgz", - "optional": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": { - "ansi-cyan": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-cyan/download/ansi-cyan-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "ansi-red": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-red/download/ansi-red-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "arr-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-1.1.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "array-slice": "^0.2.3" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "array-slice": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-0.2.3.tgz" - } - } - }, - "arr-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-2.1.0.tgz" - }, - "extend-shallow": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-1.1.4.tgz", - "requires": { - "kind-of": "^1.1.0" - }, - "dependencies": { - "kind-of": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-1.1.0.tgz" - } - } - } - } - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "vinyl-sourcemaps-apply": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemaps-apply/download/vinyl-sourcemaps-apply-0.2.1.tgz", - "requires": { - "source-map": "^0.5.1" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - } - } - }, - "gulp-plumber": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-plumber/download/gulp-plumber-1.2.1.tgz", - "requires": { - "chalk": "^1.1.3", - "fancy-log": "^1.3.2", - "plugin-error": "^0.1.2", - "through2": "^2.0.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": { - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "parse-node-version": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - } - } - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": { - "ansi-cyan": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-cyan/download/ansi-cyan-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "ansi-red": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-red/download/ansi-red-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "arr-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-1.1.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "array-slice": "^0.2.3" - }, - "dependencies": {} - }, - "arr-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-2.1.0.tgz" - }, - "extend-shallow": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-1.1.4.tgz", - "requires": { - "kind-of": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "gulp-typescript": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-typescript/download/gulp-typescript-5.0.1.tgz", - "requires": { - "ansi-colors": "^3.0.5", - "plugin-error": "^1.0.1", - "source-map": "^0.7.3", - "through2": "^3.0.0", - "vinyl": "^2.1.0", - "vinyl-fs": "^3.0.3" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz" - }, - "plugin-error": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-1.0.1.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - } - } - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.2.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - } - } - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": { - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": {} - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - } - } - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "ordered-read-streams": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ordered-read-streams/download/ordered-read-streams-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "to-absolute-glob": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-absolute-glob/download/to-absolute-glob-2.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" - }, - "dependencies": { - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": { - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": { - "is-unc-path": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-unc-path/download/is-unc-path-1.0.0.tgz", - "requires": { - "unc-path-regex": "^0.1.2" - }, - "dependencies": { - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unc-path-regex/download/unc-path-regex-0.1.2.tgz" - } - } - } - } - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - } - } - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - } - } - }, - "unique-stream": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-stream/download/unique-stream-2.3.1.tgz", - "requires": { - "json-stable-stringify-without-jsonify": "^1.0.1", - "through2-filter": "^3.0.0" - }, - "dependencies": { - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "through2-filter": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/through2-filter/download/through2-filter-3.0.0.tgz", - "requires": { - "through2": "~2.0.0", - "xtend": "~4.0.0" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": { - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - } - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": { - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": { - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - } - } - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - } - } - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - } - } - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": { - "append-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/append-buffer/download/append-buffer-1.0.2.tgz", - "requires": { - "buffer-equal": "^1.0.0" - }, - "dependencies": { - "buffer-equal": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-equal/download/buffer-equal-1.0.0.tgz" - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": { - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - } - } - }, - "now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - } - } - } - } - } - } - } - } - }, - "less": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/less/download/less-3.9.0.tgz", - "requires": { - "clone": "^2.1.2", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "optional": true, - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - }, - "image-size": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz", - "optional": true - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz", - "optional": true - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "optional": true, - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "optional": true, - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "optional": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "less-plugin-npm-import": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/less-plugin-npm-import/download/less-plugin-npm-import-2.1.0.tgz", - "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "dependencies": { - "promise": { - "version": "7.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.0.4.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - } - } - }, - "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.19.tgz" - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "rollup": { - "version": "2.33.3", - "resolved": "https://registry.npm.alibaba-inc.com/rollup/download/rollup-2.33.3.tgz", - "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": { - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.1.3.tgz", - "optional": true - } - } - }, - "rollup-plugin-postcss": { - "version": "3.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-plugin-postcss/download/rollup-plugin-postcss-3.1.8.tgz", - "requires": { - "chalk": "^4.0.0", - "concat-with-sourcemaps": "^1.1.0", - "cssnano": "^4.1.10", - "import-cwd": "^3.0.0", - "p-queue": "^6.3.0", - "pify": "^5.0.0", - "postcss": "^7.0.27", - "postcss-load-config": "^2.1.0", - "postcss-modules": "^2.0.0", - "promise.series": "^0.2.0", - "resolve": "^1.16.1", - "rollup-pluginutils": "^2.8.2", - "safe-identifier": "^0.4.1", - "style-inject": "^0.3.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "concat-with-sourcemaps": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/concat-with-sourcemaps/download/concat-with-sourcemaps-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "cssnano": { - "version": "4.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano/download/cssnano-4.1.10.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "cssnano-preset-default": "^4.0.7", - "is-resolvable": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "cssnano-preset-default": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", - "requires": { - "css-declaration-sorter": "^4.0.1", - "cssnano-util-raw-cache": "^4.0.1", - "postcss": "^7.0.0", - "postcss-calc": "^7.0.1", - "postcss-colormin": "^4.0.3", - "postcss-convert-values": "^4.0.1", - "postcss-discard-comments": "^4.0.2", - "postcss-discard-duplicates": "^4.0.2", - "postcss-discard-empty": "^4.0.1", - "postcss-discard-overridden": "^4.0.1", - "postcss-merge-longhand": "^4.0.11", - "postcss-merge-rules": "^4.0.3", - "postcss-minify-font-values": "^4.0.2", - "postcss-minify-gradients": "^4.0.2", - "postcss-minify-params": "^4.0.2", - "postcss-minify-selectors": "^4.0.2", - "postcss-normalize-charset": "^4.0.1", - "postcss-normalize-display-values": "^4.0.2", - "postcss-normalize-positions": "^4.0.2", - "postcss-normalize-repeat-style": "^4.0.2", - "postcss-normalize-string": "^4.0.2", - "postcss-normalize-timing-functions": "^4.0.2", - "postcss-normalize-unicode": "^4.0.1", - "postcss-normalize-url": "^4.0.1", - "postcss-normalize-whitespace": "^4.0.2", - "postcss-ordered-values": "^4.1.2", - "postcss-reduce-initial": "^4.0.3", - "postcss-reduce-transforms": "^4.0.2", - "postcss-svgo": "^4.0.2", - "postcss-unique-selectors": "^4.0.1" - }, - "dependencies": {} - }, - "is-resolvable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-resolvable/download/is-resolvable-1.1.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "import-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-3.0.0.tgz", - "requires": { - "import-from": "^3.0.0" - }, - "dependencies": { - "import-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - } - } - }, - "p-queue": { - "version": "6.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/p-queue/download/p-queue-6.6.2.tgz", - "requires": { - "eventemitter3": "^4.0.4", - "p-timeout": "^3.2.0" - }, - "dependencies": { - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "p-timeout": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": { - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - } - } - } - } - }, - "pify": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-5.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "import-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-2.1.0.tgz", - "requires": { - "import-from": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-2.0.0.tgz", - "requires": { - "css-modules-loader-core": "^1.1.0", - "generic-names": "^2.0.1", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.1", - "string-hash": "^1.1.1" - }, - "dependencies": { - "css-modules-loader-core": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-modules-loader-core/download/css-modules-loader-core-1.1.0.tgz", - "requires": { - "icss-replace-symbols": "1.1.0", - "postcss": "6.0.1", - "postcss-modules-extract-imports": "1.1.0", - "postcss-modules-local-by-default": "1.2.0", - "postcss-modules-scope": "1.1.0", - "postcss-modules-values": "1.3.0" - }, - "dependencies": { - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "postcss": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.1.tgz", - "requires": { - "chalk": "^1.1.3", - "source-map": "^0.5.6", - "supports-color": "^3.2.3" - }, - "dependencies": {} - }, - "postcss-modules-extract-imports": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-1.1.0.tgz", - "requires": { - "postcss": "^6.0.1" - }, - "dependencies": {} - }, - "postcss-modules-local-by-default": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-1.2.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": {} - }, - "postcss-modules-scope": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-1.1.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": {} - }, - "postcss-modules-values": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-1.3.0.tgz", - "requires": { - "icss-replace-symbols": "^1.1.0", - "postcss": "^6.0.1" - }, - "dependencies": {} - } - } - }, - "generic-names": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "promise.series": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/promise.series/download/promise.series-0.2.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": { - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-0.6.1.tgz" - } - } - }, - "safe-identifier": { - "version": "0.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-identifier/download/safe-identifier-0.4.2.tgz" - }, - "style-inject": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-inject/download/style-inject-0.3.0.tgz" - } - } - }, - "rollup-plugin-terser": { - "version": "7.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-plugin-terser/download/rollup-plugin-terser-7.0.2.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": { - "@babel/highlight": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/highlight/download/@babel/highlight-7.12.13.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "terser": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-5.6.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - } - } - }, - "rollup-plugin-typescript2": { - "version": "0.29.0", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-plugin-typescript2/download/rollup-plugin-typescript2-0.29.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "8.1.0", - "resolve": "1.17.0", - "tslib": "2.0.1" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.39.tgz" - }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-1.0.1.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": {} - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - } - } - }, - "resolve": { - "version": "1.17.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.17.0.tgz", - "requires": { - "path-parse": "^1.0.6" - }, - "dependencies": { - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.0.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "signale": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/signale/download/signale-1.4.0.tgz", - "requires": { - "chalk": "^2.3.2", - "figures": "^2.0.0", - "pkg-conf": "^2.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "pkg-conf": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-conf/download/pkg-conf-2.1.0.tgz", - "requires": { - "find-up": "^2.0.0", - "load-json-file": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": { - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - } - } - } - } - }, - "slash2": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash2/download/slash2-2.0.0.tgz" - }, - "temp-dir": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/temp-dir/download/temp-dir-2.0.0.tgz" - }, - "through2": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.1.tgz", - "requires": { - "readable-stream": "2 || 3" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "ts-loader": { - "version": "8.0.17", - "resolved": "https://registry.npm.alibaba-inc.com/ts-loader/download/ts-loader-8.0.17.tgz", - "requires": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - } - } - }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - } - } - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - }, - "update-notifier": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.0.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": { - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "term-size": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-1.2.0.tgz", - "requires": { - "execa": "^0.7.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.3.1.tgz" - }, - "widest-line": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-2.0.1.tgz", - "requires": { - "string-width": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-4.2.1.tgz", - "requires": { - "is-obj": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-1.3.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - }, - "unique-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz", - "requires": { - "crypto-random-string": "^1.0.0" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz", - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - }, - "dependencies": { - "global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-0.1.1.tgz", - "requires": { - "ini": "^1.3.4" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - } - } - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-1.0.1.tgz", - "requires": { - "path-is-inside": "^1.0.1" - }, - "dependencies": { - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz" - } - } - } - } - }, - "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": { - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "got": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz", - "requires": { - "defer-to-connect": "^1.0.1" - }, - "dependencies": { - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/defer-to-connect/download/defer-to-connect-1.1.3.tgz" - } - } - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone-response/download/clone-response-1.0.2.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": {} - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-4.1.0.tgz" - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.1.0.tgz", - "requires": { - "json-buffer": "3.0.0" - }, - "dependencies": {} - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz" - }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-4.5.0.tgz" - }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/responselike/download/responselike-1.0.2.tgz", - "requires": { - "lowercase-keys": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - } - } - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz" - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz" - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz" - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": { - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-2.0.0.tgz" - } - } - } - } - }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz" - } - } - } - } - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz" - } - } - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - } - } - }, - "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": { - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": {} - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - } - } - } - } - }, - "_fault@1.0.4@fault": { - "version": "https://registry.npm.alibaba-inc.com/fault/download/fault-1.0.4.tgz", - "requires": { - "format": "^0.2.0" - }, - "dependencies": { - "format": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/format/download/format-0.2.2.tgz" - } - } - }, - "_faye-websocket@0.11.3@faye-websocket": { - "version": "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.11.3.tgz", - "requires": { - "websocket-driver": ">=0.5.1" - }, - "dependencies": { - "websocket-driver": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/websocket-driver/download/websocket-driver-0.7.4.tgz", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "dependencies": {} - } - } - }, - "_fb-watchman@2.0.1@fb-watchman": { - "version": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": { - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": {} - } - } - }, - "_fbjs@0.8.17@fbjs": { - "version": "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.8.17.tgz", - "requires": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - }, - "dependencies": { - "core-js": { - "version": "1.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-1.2.7.tgz" - }, - "isomorphic-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz", - "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - }, - "dependencies": {} - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - }, - "ua-parser-js": { - "version": "0.7.24", - "resolved": "https://registry.npm.alibaba-inc.com/ua-parser-js/download/ua-parser-js-0.7.24.tgz" - } - } - }, - "_fd-slicer@1.1.0@fd-slicer": { - "version": "https://registry.npm.alibaba-inc.com/fd-slicer/download/fd-slicer-1.1.0.tgz", - "requires": { - "pend": "~1.2.0" - }, - "dependencies": { - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pend/download/pend-1.2.0.tgz" - } - } - }, - "_fecha@4.2.0@fecha": { - "version": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "_figgy-pudding@3.5.2@figgy-pudding": { - "version": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "_figures@1.7.0@figures": { - "version": "https://registry.npm.alibaba-inc.com/figures/download/figures-1.7.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "_figures@2.0.0@figures": { - "version": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "_figures@3.2.0@figures": { - "version": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "_file-entry-cache@4.0.0@file-entry-cache": { - "version": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-4.0.0.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": { - "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-2.0.1.tgz", - "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": {} - } - } - }, - "_file-entry-cache@5.0.1@file-entry-cache": { - "version": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-5.0.1.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": { - "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-2.0.1.tgz", - "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": {} - } - } - }, - "_file-entry-cache@6.0.1@file-entry-cache": { - "version": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": { - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-3.0.4.tgz", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "_file-loader@4.3.0@file-loader": { - "version": "https://registry.npm.alibaba-inc.com/file-loader/download/file-loader-4.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "schema-utils": "^2.5.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "_file-system-cache@1.0.5@file-system-cache": { - "version": "https://registry.npm.alibaba-inc.com/file-system-cache/download/file-system-cache-1.0.5.tgz", - "requires": { - "bluebird": "^3.3.5", - "fs-extra": "^0.30.0", - "ramda": "^0.21.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "fs-extra": { - "version": "0.30.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-0.30.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - }, - "dependencies": {} - }, - "ramda": { - "version": "0.21.0", - "resolved": "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.21.0.tgz" - } - } - }, - "_file-uri-to-path@1.0.0@file-uri-to-path": { - "version": "https://registry.npm.alibaba-inc.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz" - }, - "_filesize@3.6.1@filesize": { - "version": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "_fill-range@4.0.0@fill-range": { - "version": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-4.0.0.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-2.1.1.tgz", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "dependencies": {} - } - } - }, - "_fill-range@7.0.1@fill-range": { - "version": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz", - "requires": { - "to-regex-range": "^5.0.1" - }, - "dependencies": { - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-5.0.1.tgz", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "_finalhandler@1.1.2@finalhandler": { - "version": "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - } - } - }, - "_find-cache-dir@2.1.0@find-cache-dir": { - "version": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_find-cache-dir@3.3.1@find-cache-dir": { - "version": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_find-root@1.1.0@find-root": { - "version": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "_find-up@1.1.2@find-up": { - "version": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-1.1.2.tgz", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-2.1.0.tgz", - "requires": { - "pinkie-promise": "^2.0.0" - }, - "dependencies": {} - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_find-up@2.1.0@find-up": { - "version": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": { - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_find-up@3.0.0@find-up": { - "version": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_find-up@4.1.0@find-up": { - "version": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "_findup-sync@2.0.0@findup-sync": { - "version": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-2.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^3.1.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-1.0.2.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": { - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - } - } - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - } - } - }, - "_findup-sync@3.0.0@findup-sync": { - "version": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_fined@1.2.0@fined": { - "version": "https://registry.npm.alibaba-inc.com/fined/download/fined-1.2.0.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^2.0.3", - "object.defaults": "^1.1.0", - "object.pick": "^1.2.0", - "parse-filepath": "^1.0.1" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "parse-filepath": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-filepath/download/parse-filepath-1.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - }, - "dependencies": { - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": { - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - } - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-root/download/path-root-0.1.1.tgz", - "requires": { - "path-root-regex": "^0.1.0" - }, - "dependencies": { - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-root-regex/download/path-root-regex-0.1.2.tgz" - } - } - } - } - } - } - }, - "_flagged-respawn@1.0.1@flagged-respawn": { - "version": "https://registry.npm.alibaba-inc.com/flagged-respawn/download/flagged-respawn-1.0.1.tgz" - }, - "_flat-cache@2.0.1@flat-cache": { - "version": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-2.0.1.tgz", - "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" - }, - "dependencies": { - "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-2.0.2.tgz" - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "write": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write/download/write-1.0.3.tgz", - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": {} - } - } - }, - "_flat-cache@3.0.4@flat-cache": { - "version": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-3.0.4.tgz", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": { - "flatted": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-3.1.1.tgz" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "_flatted@2.0.2@flatted": { - "version": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-2.0.2.tgz" - }, - "_flatted@3.1.1@flatted": { - "version": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-3.1.1.tgz" - }, - "_flow-parser@0.145.0@flow-parser": { - "version": "https://registry.npm.alibaba-inc.com/flow-parser/download/flow-parser-0.145.0.tgz" - }, - "_flush-write-stream@1.1.1@flush-write-stream": { - "version": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_focus-lock@0.8.1@focus-lock": { - "version": "https://registry.npm.alibaba-inc.com/focus-lock/download/focus-lock-0.8.1.tgz", - "requires": { - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "_for-each@0.3.3@for-each": { - "version": "https://registry.npm.alibaba-inc.com/for-each/download/for-each-0.3.3.tgz", - "requires": { - "is-callable": "^1.1.3" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - } - } - }, - "_for-in@0.1.8@for-in": { - "version": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-0.1.8.tgz" - }, - "_for-in@1.0.2@for-in": { - "version": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - }, - "_for-own@0.1.5@for-own": { - "version": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-0.1.5.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "_for-own@1.0.0@for-own": { - "version": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "_foreground-child@1.5.6@foreground-child": { - "version": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-4.0.2.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "_forever-agent@0.6.1@forever-agent": { - "version": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "_fork-stream@0.0.4@fork-stream": { - "version": "https://registry.npm.alibaba-inc.com/fork-stream/download/fork-stream-0.0.4.tgz" - }, - "_fork-ts-checker-webpack-plugin@1.5.0@fork-ts-checker-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-1.5.0.tgz", - "requires": { - "babel-code-frame": "^6.22.0", - "chalk": "^2.4.1", - "chokidar": "^2.0.4", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": { - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "worker-rpc": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/worker-rpc/download/worker-rpc-0.1.1.tgz", - "requires": { - "microevent.ts": "~0.1.1" - }, - "dependencies": {} - } - } - }, - "_form-data@2.3.3@form-data": { - "version": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": { - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/asynckit/download/asynckit-0.4.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - } - } - }, - "_format@0.2.2@format": { - "version": "https://registry.npm.alibaba-inc.com/format/download/format-0.2.2.tgz" - }, - "_forwarded@0.1.2@forwarded": { - "version": "https://registry.npm.alibaba-inc.com/forwarded/download/forwarded-0.1.2.tgz" - }, - "_fragment-cache@0.2.1@fragment-cache": { - "version": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": { - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - } - } - }, - "_fresh@0.5.2@fresh": { - "version": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "_from2@2.3.0@from2": { - "version": "https://registry.npm.alibaba-inc.com/from2/download/from2-2.3.0.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_fs-extra@0.30.0@fs-extra": { - "version": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-0.30.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-2.4.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": {} - }, - "klaw": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/klaw/download/klaw-1.3.1.tgz", - "requires": { - "graceful-fs": "^4.1.9" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "_fs-extra@4.0.3@fs-extra": { - "version": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-4.0.3.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": {} - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - } - } - }, - "_fs-extra@8.1.0@fs-extra": { - "version": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": {} - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - } - } - }, - "_fs-minipass@2.1.0@fs-minipass": { - "version": "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-2.1.0.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_fs-mkdirp-stream@1.0.0@fs-mkdirp-stream": { - "version": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_fs-readdir-recursive@1.1.0@fs-readdir-recursive": { - "version": "https://registry.npm.alibaba-inc.com/fs-readdir-recursive/download/fs-readdir-recursive-1.1.0.tgz" - }, - "_fs-write-stream-atomic@1.0.10@fs-write-stream-atomic": { - "version": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_fs.realpath@1.0.0@fs.realpath": { - "version": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "_fsevents@1.2.13@fsevents": { - "version": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": { - "bindings": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/bindings/download/bindings-1.5.0.tgz", - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": {} - }, - "nan": { - "version": "2.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - } - } - }, - "_fsevents@2.1.3@fsevents": { - "version": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.1.3.tgz" - }, - "_fsevents@2.3.2@fsevents": { - "version": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz" - }, - "_fstream@1.0.12@fstream": { - "version": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_function-bind@1.1.1@function-bind": { - "version": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "_function.prototype.name@1.1.4@function.prototype.name": { - "version": "https://registry.npm.alibaba-inc.com/function.prototype.name/download/function.prototype.name-1.1.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "functions-have-names": "^1.2.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "functions-have-names": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/functions-have-names/download/functions-have-names-1.2.2.tgz" - } - } - }, - "_functional-red-black-tree@1.0.1@functional-red-black-tree": { - "version": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "_functions-have-names@1.2.2@functions-have-names": { - "version": "https://registry.npm.alibaba-inc.com/functions-have-names/download/functions-have-names-1.2.2.tgz" - }, - "_fuse.js@3.6.1@fuse.js": { - "version": "https://registry.npm.alibaba-inc.com/fuse.js/download/fuse.js-3.6.1.tgz" - }, - "_gauge@2.7.4@gauge": { - "version": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-unicode/download/has-unicode-2.0.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/wide-align/download/wide-align-1.1.3.tgz", - "requires": { - "string-width": "^1.0.2 || 2" - }, - "dependencies": {} - } - } - }, - "_gaze@1.1.3@gaze": { - "version": "https://registry.npm.alibaba-inc.com/gaze/download/gaze-1.1.3.tgz", - "requires": { - "globule": "^1.0.0" - }, - "dependencies": { - "globule": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/globule/download/globule-1.3.2.tgz", - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "_generic-names@2.0.1@generic-names": { - "version": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_gensync@1.0.0-beta.2@gensync": { - "version": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "_get-caller-file@1.0.3@get-caller-file": { - "version": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-1.0.3.tgz" - }, - "_get-caller-file@2.0.5@get-caller-file": { - "version": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "_get-intrinsic@1.1.1@get-intrinsic": { - "version": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "_get-package-type@0.1.0@get-package-type": { - "version": "https://registry.npm.alibaba-inc.com/get-package-type/download/get-package-type-0.1.0.tgz" - }, - "_get-stdin@4.0.1@get-stdin": { - "version": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - }, - "_get-stdin@6.0.0@get-stdin": { - "version": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - }, - "_get-stdin@8.0.0@get-stdin": { - "version": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-8.0.0.tgz" - }, - "_get-stream@3.0.0@get-stream": { - "version": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-3.0.0.tgz" - }, - "_get-stream@4.1.0@get-stream": { - "version": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "_get-stream@5.2.0@get-stream": { - "version": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "_get-value@2.0.6@get-value": { - "version": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "_getpass@0.1.7@getpass": { - "version": "https://registry.npm.alibaba-inc.com/getpass/download/getpass-0.1.7.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - } - } - }, - "_git-directory-deploy@1.5.1@git-directory-deploy": { - "version": "https://registry.npm.alibaba-inc.com/git-directory-deploy/download/git-directory-deploy-1.5.1.tgz", - "requires": { - "lodash": "^4.14.2", - "minimist": "^1.1.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "_github-slugger@1.3.0@github-slugger": { - "version": "https://registry.npm.alibaba-inc.com/github-slugger/download/github-slugger-1.3.0.tgz", - "requires": { - "emoji-regex": ">=6.0.0 <=6.1.1" - }, - "dependencies": { - "emoji-regex": { - "version": "6.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-6.1.1.tgz" - } - } - }, - "_github-url-from-git@1.5.0@github-url-from-git": { - "version": "https://registry.npm.alibaba-inc.com/github-url-from-git/download/github-url-from-git-1.5.0.tgz" - }, - "_gl-matrix@3.3.0@gl-matrix": { - "version": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "_glob-base@0.3.0@glob-base": { - "version": "https://registry.npm.alibaba-inc.com/glob-base/download/glob-base-0.3.0.tgz", - "requires": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": { - "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-2.0.0.tgz", - "requires": { - "is-glob": "^2.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz", - "requires": { - "is-extglob": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_glob-parent@2.0.0@glob-parent": { - "version": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-2.0.0.tgz", - "requires": { - "is-glob": "^2.0.0" - }, - "dependencies": { - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz", - "requires": { - "is-extglob": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_glob-parent@3.1.0@glob-parent": { - "version": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": {} - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - } - } - }, - "_glob-parent@5.1.1@glob-parent": { - "version": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": { - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "_glob-stream@6.1.0@glob-stream": { - "version": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "ordered-read-streams": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ordered-read-streams/download/ordered-read-streams-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "to-absolute-glob": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-absolute-glob/download/to-absolute-glob-2.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" - }, - "dependencies": {} - }, - "unique-stream": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-stream/download/unique-stream-2.3.1.tgz", - "requires": { - "json-stable-stringify-without-jsonify": "^1.0.1", - "through2-filter": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_glob-to-regexp@0.3.0@glob-to-regexp": { - "version": "https://registry.npm.alibaba-inc.com/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz" - }, - "_glob-watcher@5.0.5@glob-watcher": { - "version": "https://registry.npm.alibaba-inc.com/glob-watcher/download/glob-watcher-5.0.5.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-done": "^1.2.0", - "chokidar": "^2.0.0", - "is-negated-glob": "^1.0.0", - "just-debounce": "^1.0.0", - "normalize-path": "^3.0.0", - "object.defaults": "^1.1.0" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": { - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - } - } - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": {} - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - } - } - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "just-debounce": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/just-debounce/download/just-debounce-1.1.0.tgz" - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - } - } - }, - "_glob@7.1.6@glob": { - "version": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "_global-cache@1.2.1@global-cache": { - "version": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": { - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - } - } - }, - "_global-dirs@0.1.1@global-dirs": { - "version": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-0.1.1.tgz", - "requires": { - "ini": "^1.3.4" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - } - } - }, - "_global-dirs@2.1.0@global-dirs": { - "version": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-2.1.0.tgz", - "requires": { - "ini": "1.3.7" - }, - "dependencies": { - "ini": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.7.tgz" - } - } - }, - "_global-modules@1.0.0@global-modules": { - "version": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-1.0.2.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_global-modules@2.0.0@global-modules": { - "version": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "_global-prefix@1.0.2@global-prefix": { - "version": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-1.0.2.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_global-prefix@3.0.0@global-prefix": { - "version": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_global@4.4.0@global": { - "version": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "_globals@11.12.0@globals": { - "version": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "_globals@12.4.0@globals": { - "version": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "_globals@9.18.0@globals": { - "version": "https://registry.npm.alibaba-inc.com/globals/download/globals-9.18.0.tgz" - }, - "_globalthis@1.0.2@globalthis": { - "version": "https://registry.npm.alibaba-inc.com/globalthis/download/globalthis-1.0.2.tgz", - "requires": { - "define-properties": "^1.1.3" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "_globby@11.0.2@globby": { - "version": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": { - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz", - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "_globby@6.1.0@globby": { - "version": "https://registry.npm.alibaba-inc.com/globby/download/globby-6.1.0.tgz", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_globby@8.0.2@globby": { - "version": "https://registry.npm.alibaba-inc.com/globby/download/globby-8.0.2.tgz", - "requires": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "dependencies": { - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": {} - }, - "dir-glob": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.0.0.tgz", - "requires": { - "arrify": "^1.0.1", - "path-type": "^3.0.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "2.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-2.2.7.tgz", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "ignore": { - "version": "3.3.10", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-3.3.10.tgz" - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "slash": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-1.0.0.tgz" - } - } - }, - "_globby@9.2.0@globby": { - "version": "https://registry.npm.alibaba-inc.com/globby/download/globby-9.2.0.tgz", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "@types/glob": { - "version": "7.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.3.tgz", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - }, - "dependencies": {} - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-1.0.2.tgz", - "requires": { - "array-uniq": "^1.0.1" - }, - "dependencies": {} - }, - "dir-glob": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-2.2.2.tgz", - "requires": { - "path-type": "^3.0.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "2.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-2.2.7.tgz", - "requires": { - "@mrmlnc/readdir-enhanced": "^2.2.1", - "@nodelib/fs.stat": "^1.1.2", - "glob-parent": "^3.1.0", - "is-glob": "^4.0.0", - "merge2": "^1.2.3", - "micromatch": "^3.1.10" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "_globjoin@0.1.4@globjoin": { - "version": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "_globule@1.3.2@globule": { - "version": "https://registry.npm.alibaba-inc.com/globule/download/globule-1.3.2.tgz", - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "_glogg@1.0.2@glogg": { - "version": "https://registry.npm.alibaba-inc.com/glogg/download/glogg-1.0.2.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": { - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - } - } - }, - "_gonzales-pe@4.3.0@gonzales-pe": { - "version": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "_good-listener@1.2.2@good-listener": { - "version": "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz", - "requires": { - "delegate": "^3.1.2" - }, - "dependencies": { - "delegate": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/delegate/download/delegate-3.2.0.tgz" - } - } - }, - "_got@9.6.0@got": { - "version": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz", - "requires": { - "defer-to-connect": "^1.0.1" - }, - "dependencies": {} - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": {} - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": {} - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz" - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz" - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz" - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_graceful-fs@4.2.6@graceful-fs": { - "version": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "_graphlib@2.1.8@graphlib": { - "version": "https://registry.npm.alibaba-inc.com/graphlib/download/graphlib-2.1.8.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_growly@1.3.0@growly": { - "version": "https://registry.npm.alibaba-inc.com/growly/download/growly-1.3.0.tgz" - }, - "_gud@1.0.0@gud": { - "version": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "_gulp-cli@2.3.0@gulp-cli": { - "version": "https://registry.npm.alibaba-inc.com/gulp-cli/download/gulp-cli-2.3.0.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "archy": "^1.0.0", - "array-sort": "^1.0.0", - "color-support": "^1.1.3", - "concat-stream": "^1.6.0", - "copy-props": "^2.0.1", - "fancy-log": "^1.3.2", - "gulplog": "^1.0.0", - "interpret": "^1.4.0", - "isobject": "^3.0.1", - "liftoff": "^3.1.0", - "matchdep": "^2.0.0", - "mute-stdout": "^1.0.0", - "pretty-hrtime": "^1.0.0", - "replace-homedir": "^1.0.0", - "semver-greatest-satisfied-range": "^1.1.0", - "v8flags": "^3.2.0", - "yargs": "^7.1.0" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "array-sort": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-sort/download/array-sort-1.0.0.tgz", - "requires": { - "default-compare": "^1.0.0", - "get-value": "^2.0.6", - "kind-of": "^5.0.2" - }, - "dependencies": { - "default-compare": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-compare/download/default-compare-1.0.0.tgz", - "requires": { - "kind-of": "^5.0.2" - }, - "dependencies": {} - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - } - } - }, - "copy-props": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/copy-props/download/copy-props-2.0.4.tgz", - "requires": { - "each-props": "^1.3.0", - "is-plain-object": "^2.0.1" - }, - "dependencies": { - "each-props": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/each-props/download/each-props-1.3.2.tgz", - "requires": { - "is-plain-object": "^2.0.1", - "object.defaults": "^1.1.0" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": { - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "parse-node-version": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - } - } - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": { - "glogg": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/glogg/download/glogg-1.0.2.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": { - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - } - } - } - } - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "liftoff": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/liftoff/download/liftoff-3.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "findup-sync": "^3.0.0", - "fined": "^1.0.1", - "flagged-respawn": "^1.0.0", - "is-plain-object": "^2.0.4", - "object.map": "^1.0.0", - "rechoir": "^0.6.2", - "resolve": "^1.1.7" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "findup-sync": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "fined": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fined/download/fined-1.2.0.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^2.0.3", - "object.defaults": "^1.1.0", - "object.pick": "^1.2.0", - "parse-filepath": "^1.0.1" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "parse-filepath": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-filepath/download/parse-filepath-1.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - }, - "dependencies": {} - } - } - }, - "flagged-respawn": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flagged-respawn/download/flagged-respawn-1.0.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.map": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object.map/download/object.map-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": { - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - } - } - }, - "matchdep": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/matchdep/download/matchdep-2.0.0.tgz", - "requires": { - "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", - "resolve": "^1.4.0", - "stack-trace": "0.0.10" - }, - "dependencies": { - "findup-sync": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-2.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^3.1.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/stack-trace/download/stack-trace-0.0.10.tgz" - } - } - }, - "mute-stdout": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stdout/download/mute-stdout-1.0.1.tgz" - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "replace-homedir": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-homedir/download/replace-homedir-1.0.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1", - "is-absolute": "^1.0.0", - "remove-trailing-separator": "^1.1.0" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": { - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - } - } - }, - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": { - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - } - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - } - } - }, - "semver-greatest-satisfied-range": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-greatest-satisfied-range/download/semver-greatest-satisfied-range-1.1.0.tgz", - "requires": { - "sver-compat": "^1.5.0" - }, - "dependencies": { - "sver-compat": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/sver-compat/download/sver-compat-1.5.0.tgz", - "requires": { - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "v8flags": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8flags/download/v8flags-3.2.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": { - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - } - } - } - } - }, - "yargs": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.1.tgz", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" - }, - "dependencies": { - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz" - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-3.2.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-2.1.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "get-caller-file": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-1.0.3.tgz" - }, - "os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-1.4.0.tgz", - "requires": { - "lcid": "^1.0.0" - }, - "dependencies": { - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lcid/download/lcid-1.0.0.tgz", - "requires": { - "invert-kv": "^1.0.0" - }, - "dependencies": { - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-1.0.0.tgz" - } - } - } - } - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": { - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-1.1.2.tgz", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-1.1.0.tgz", - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-1.0.1.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "which-module": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-1.0.0.tgz" - }, - "y18n": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-3.2.2.tgz" - }, - "yargs-parser": { - "version": "5.0.0-security.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-5.0.0-security.0.tgz", - "requires": { - "camelcase": "^3.0.0", - "object.assign": "^4.1.0" - }, - "dependencies": { - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - } - } - } - } - } - } - }, - "_gulp-if@2.0.2@gulp-if": { - "version": "https://registry.npm.alibaba-inc.com/gulp-if/download/gulp-if-2.0.2.tgz", - "requires": { - "gulp-match": "^1.0.3", - "ternary-stream": "^2.0.1", - "through2": "^2.0.1" - }, - "dependencies": { - "gulp-match": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-match/download/gulp-match-1.1.0.tgz", - "requires": { - "minimatch": "^3.0.3" - }, - "dependencies": {} - }, - "ternary-stream": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ternary-stream/download/ternary-stream-2.1.1.tgz", - "requires": { - "duplexify": "^3.5.0", - "fork-stream": "^0.0.4", - "merge-stream": "^1.0.0", - "through2": "^2.0.1" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_gulp-less@4.0.1@gulp-less": { - "version": "https://registry.npm.alibaba-inc.com/gulp-less/download/gulp-less-4.0.1.tgz", - "requires": { - "accord": "^0.29.0", - "less": "2.6.x || ^3.7.1", - "object-assign": "^4.0.1", - "plugin-error": "^0.1.2", - "replace-ext": "^1.0.0", - "through2": "^2.0.0", - "vinyl-sourcemaps-apply": "^0.2.0" - }, - "dependencies": { - "accord": { - "version": "0.29.0", - "resolved": "https://registry.npm.alibaba-inc.com/accord/download/accord-0.29.0.tgz", - "requires": { - "convert-source-map": "^1.5.0", - "glob": "^7.0.5", - "indx": "^0.2.3", - "lodash.clone": "^4.3.2", - "lodash.defaults": "^4.0.1", - "lodash.flatten": "^4.2.0", - "lodash.merge": "^4.4.0", - "lodash.partialright": "^4.1.4", - "lodash.pick": "^4.2.1", - "lodash.uniq": "^4.3.0", - "resolve": "^1.5.0", - "semver": "^5.3.0", - "uglify-js": "^2.8.22", - "when": "^3.7.8" - }, - "dependencies": {} - }, - "less": { - "version": "3.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/less/download/less-3.13.1.tgz", - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": {} - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "vinyl-sourcemaps-apply": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemaps-apply/download/vinyl-sourcemaps-apply-0.2.1.tgz", - "requires": { - "source-map": "^0.5.1" - }, - "dependencies": {} - } - } - }, - "_gulp-match@1.1.0@gulp-match": { - "version": "https://registry.npm.alibaba-inc.com/gulp-match/download/gulp-match-1.1.0.tgz", - "requires": { - "minimatch": "^3.0.3" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "_gulp-plumber@1.2.1@gulp-plumber": { - "version": "https://registry.npm.alibaba-inc.com/gulp-plumber/download/gulp-plumber-1.2.1.tgz", - "requires": { - "chalk": "^1.1.3", - "fancy-log": "^1.3.2", - "plugin-error": "^0.1.2", - "through2": "^2.0.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": {} - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_gulp-typescript@5.0.1@gulp-typescript": { - "version": "https://registry.npm.alibaba-inc.com/gulp-typescript/download/gulp-typescript-5.0.1.tgz", - "requires": { - "ansi-colors": "^3.0.5", - "plugin-error": "^1.0.1", - "source-map": "^0.7.3", - "through2": "^3.0.0", - "vinyl": "^2.1.0", - "vinyl-fs": "^3.0.3" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz" - }, - "plugin-error": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-1.0.1.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.2.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - }, - "dependencies": {} - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_gulp-typescript@6.0.0-alpha.1@gulp-typescript": { - "version": "https://registry.npm.alibaba-inc.com/gulp-typescript/download/gulp-typescript-6.0.0-alpha.1.tgz", - "requires": { - "ansi-colors": "^4.1.1", - "plugin-error": "^1.0.1", - "source-map": "^0.7.3", - "through2": "^3.0.1", - "vinyl": "^2.2.0", - "vinyl-fs": "^3.0.3" - }, - "dependencies": { - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - }, - "plugin-error": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-1.0.1.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": {} - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.2.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - } - } - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": { - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": {} - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_gulp-util@3.0.8@gulp-util": { - "version": "https://registry.npm.alibaba-inc.com/gulp-util/download/gulp-util-3.0.8.tgz", - "requires": { - "array-differ": "^1.0.0", - "array-uniq": "^1.0.2", - "beeper": "^1.0.0", - "chalk": "^1.0.0", - "dateformat": "^2.0.0", - "fancy-log": "^1.1.0", - "gulplog": "^1.0.0", - "has-gulplog": "^0.1.0", - "lodash._reescape": "^3.0.0", - "lodash._reevaluate": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.template": "^3.0.0", - "minimist": "^1.1.0", - "multipipe": "^0.1.2", - "object-assign": "^3.0.0", - "replace-ext": "0.0.1", - "through2": "^2.0.0", - "vinyl": "^0.5.0" - }, - "dependencies": { - "array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-1.0.0.tgz" - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - }, - "beeper": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/beeper/download/beeper-1.1.1.tgz" - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "dateformat": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dateformat/download/dateformat-2.2.0.tgz" - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": { - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "parse-node-version": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - } - } - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": { - "glogg": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/glogg/download/glogg-1.0.2.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "has-gulplog": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-gulplog/download/has-gulplog-0.1.0.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": { - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - } - } - }, - "lodash._reescape": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reescape/download/lodash._reescape-3.0.0.tgz" - }, - "lodash._reevaluate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reevaluate/download/lodash._reevaluate-3.0.0.tgz" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.template": { - "version": "3.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.template/download/lodash.template-3.6.2.tgz", - "requires": { - "lodash._basecopy": "^3.0.0", - "lodash._basetostring": "^3.0.0", - "lodash._basevalues": "^3.0.0", - "lodash._isiterateecall": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0", - "lodash.keys": "^3.0.0", - "lodash.restparam": "^3.0.0", - "lodash.templatesettings": "^3.0.0" - }, - "dependencies": { - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basecopy/download/lodash._basecopy-3.0.1.tgz" - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basetostring/download/lodash._basetostring-3.0.1.tgz" - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basevalues/download/lodash._basevalues-3.0.0.tgz" - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._isiterateecall/download/lodash._isiterateecall-3.0.9.tgz" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": { - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._root/download/lodash._root-3.0.1.tgz" - } - } - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.keys/download/lodash.keys-3.1.2.tgz", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - }, - "dependencies": { - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._getnative/download/lodash._getnative-3.9.1.tgz" - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isarguments/download/lodash.isarguments-3.1.0.tgz" - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isarray/download/lodash.isarray-3.0.4.tgz" - } - } - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.restparam/download/lodash.restparam-3.6.1.tgz" - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.templatesettings/download/lodash.templatesettings-3.1.1.tgz", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0" - }, - "dependencies": { - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": { - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._root/download/lodash._root-3.0.1.tgz" - } - } - } - } - } - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "multipipe": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/multipipe/download/multipipe-0.1.2.tgz", - "requires": { - "duplexer2": "0.0.2" - }, - "dependencies": { - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - } - } - } - } - }, - "object-assign": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-3.0.0.tgz" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-0.0.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "vinyl": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-0.5.3.tgz", - "requires": { - "clone": "^1.0.0", - "clone-stats": "^0.0.1", - "replace-ext": "0.0.1" - }, - "dependencies": { - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-1.0.4.tgz" - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-0.0.1.tgz" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-0.0.1.tgz" - } - } - } - } - }, - "_gulp@4.0.2@gulp": { - "version": "https://registry.npm.alibaba-inc.com/gulp/download/gulp-4.0.2.tgz", - "requires": { - "glob-watcher": "^5.0.3", - "gulp-cli": "^2.2.0", - "undertaker": "^1.2.1", - "vinyl-fs": "^3.0.0" - }, - "dependencies": { - "glob-watcher": { - "version": "5.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/glob-watcher/download/glob-watcher-5.0.5.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-done": "^1.2.0", - "chokidar": "^2.0.0", - "is-negated-glob": "^1.0.0", - "just-debounce": "^1.0.0", - "normalize-path": "^3.0.0", - "object.defaults": "^1.1.0" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": {} - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": {} - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "just-debounce": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/just-debounce/download/just-debounce-1.1.0.tgz" - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "gulp-cli": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-cli/download/gulp-cli-2.3.0.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "archy": "^1.0.0", - "array-sort": "^1.0.0", - "color-support": "^1.1.3", - "concat-stream": "^1.6.0", - "copy-props": "^2.0.1", - "fancy-log": "^1.3.2", - "gulplog": "^1.0.0", - "interpret": "^1.4.0", - "isobject": "^3.0.1", - "liftoff": "^3.1.0", - "matchdep": "^2.0.0", - "mute-stdout": "^1.0.0", - "pretty-hrtime": "^1.0.0", - "replace-homedir": "^1.0.0", - "semver-greatest-satisfied-range": "^1.1.0", - "v8flags": "^3.2.0", - "yargs": "^7.1.0" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": {} - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "array-sort": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-sort/download/array-sort-1.0.0.tgz", - "requires": { - "default-compare": "^1.0.0", - "get-value": "^2.0.6", - "kind-of": "^5.0.2" - }, - "dependencies": {} - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "copy-props": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/copy-props/download/copy-props-2.0.4.tgz", - "requires": { - "each-props": "^1.3.0", - "is-plain-object": "^2.0.1" - }, - "dependencies": {} - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": {} - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": {} - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "liftoff": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/liftoff/download/liftoff-3.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "findup-sync": "^3.0.0", - "fined": "^1.0.1", - "flagged-respawn": "^1.0.0", - "is-plain-object": "^2.0.4", - "object.map": "^1.0.0", - "rechoir": "^0.6.2", - "resolve": "^1.1.7" - }, - "dependencies": {} - }, - "matchdep": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/matchdep/download/matchdep-2.0.0.tgz", - "requires": { - "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", - "resolve": "^1.4.0", - "stack-trace": "0.0.10" - }, - "dependencies": {} - }, - "mute-stdout": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stdout/download/mute-stdout-1.0.1.tgz" - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "replace-homedir": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-homedir/download/replace-homedir-1.0.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1", - "is-absolute": "^1.0.0", - "remove-trailing-separator": "^1.1.0" - }, - "dependencies": {} - }, - "semver-greatest-satisfied-range": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-greatest-satisfied-range/download/semver-greatest-satisfied-range-1.1.0.tgz", - "requires": { - "sver-compat": "^1.5.0" - }, - "dependencies": {} - }, - "v8flags": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8flags/download/v8flags-3.2.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "yargs": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.1.tgz", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" - }, - "dependencies": {} - } - } - }, - "undertaker": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/undertaker/download/undertaker-1.3.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "bach": "^1.0.0", - "collection-map": "^1.0.0", - "es6-weak-map": "^2.0.1", - "fast-levenshtein": "^1.0.0", - "last-run": "^1.1.0", - "object.defaults": "^1.0.0", - "object.reduce": "^1.0.0", - "undertaker-registry": "^1.0.0" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "bach": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bach/download/bach-1.2.0.tgz", - "requires": { - "arr-filter": "^1.1.1", - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "array-each": "^1.0.0", - "array-initial": "^1.0.0", - "array-last": "^1.1.1", - "async-done": "^1.2.2", - "async-settle": "^1.0.0", - "now-and-later": "^2.0.0" - }, - "dependencies": { - "arr-filter": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-filter/download/arr-filter-1.1.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-initial": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-initial/download/array-initial-1.1.0.tgz", - "requires": { - "array-slice": "^1.0.0", - "is-number": "^4.0.0" - }, - "dependencies": {} - }, - "array-last": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-last/download/array-last-1.3.0.tgz", - "requires": { - "is-number": "^4.0.0" - }, - "dependencies": {} - }, - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": {} - }, - "async-settle": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/async-settle/download/async-settle-1.0.0.tgz", - "requires": { - "async-done": "^1.2.2" - }, - "dependencies": {} - }, - "now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": {} - } - } - }, - "collection-map": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/collection-map/download/collection-map-1.0.0.tgz", - "requires": { - "arr-map": "^2.0.2", - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "fast-levenshtein": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-1.1.4.tgz" - }, - "last-run": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/last-run/download/last-run-1.1.1.tgz", - "requires": { - "default-resolution": "^2.0.0", - "es6-weak-map": "^2.0.1" - }, - "dependencies": { - "default-resolution": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-resolution/download/default-resolution-2.0.0.tgz" - }, - "es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - } - } - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.reduce": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object.reduce/download/object.reduce-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - } - } - }, - "undertaker-registry": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/undertaker-registry/download/undertaker-registry-1.0.1.tgz" - } - } - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": { - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": {} - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_gulplog@1.0.0@gulplog": { - "version": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": { - "glogg": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/glogg/download/glogg-1.0.2.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_gzip-size@5.1.1@gzip-size": { - "version": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": { - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.2.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - } - } - }, - "_har-schema@2.0.0@har-schema": { - "version": "https://registry.npm.alibaba-inc.com/har-schema/download/har-schema-2.0.0.tgz" - }, - "_har-validator@5.1.5@har-validator": { - "version": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/har-schema/download/har-schema-2.0.0.tgz" - } - } - }, - "_hard-rejection@2.1.0@hard-rejection": { - "version": "https://registry.npm.alibaba-inc.com/hard-rejection/download/hard-rejection-2.1.0.tgz" - }, - "_has-ansi@2.0.0@has-ansi": { - "version": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "_has-flag@1.0.0@has-flag": { - "version": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-1.0.0.tgz" - }, - "_has-flag@3.0.0@has-flag": { - "version": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - }, - "_has-flag@4.0.0@has-flag": { - "version": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - }, - "_has-gulplog@0.1.0@has-gulplog": { - "version": "https://registry.npm.alibaba-inc.com/has-gulplog/download/has-gulplog-0.1.0.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": { - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - } - } - }, - "_has-symbols@1.0.1@has-symbols": { - "version": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "_has-unicode@2.0.1@has-unicode": { - "version": "https://registry.npm.alibaba-inc.com/has-unicode/download/has-unicode-2.0.1.tgz" - }, - "_has-value@0.3.1@has-value": { - "version": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-0.3.1.tgz", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-0.1.4.tgz" - }, - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-2.1.0.tgz", - "requires": { - "isarray": "1.0.0" - }, - "dependencies": {} - } - } - }, - "_has-value@1.0.0@has-value": { - "version": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-1.0.0.tgz", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-1.0.0.tgz", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_has-values@0.1.4@has-values": { - "version": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-0.1.4.tgz" - }, - "_has-values@1.0.0@has-values": { - "version": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-1.0.0.tgz", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-4.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_has-yarn@2.1.0@has-yarn": { - "version": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "_has@1.0.3@has": { - "version": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "_hash-base@3.1.0@hash-base": { - "version": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_hash-sum@1.0.2@hash-sum": { - "version": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-1.0.2.tgz" - }, - "_hash-sum@2.0.0@hash-sum": { - "version": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-2.0.0.tgz" - }, - "_hash.js@1.1.7@hash.js": { - "version": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "_hasha@3.0.0@hasha": { - "version": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - } - } - }, - "_hast-to-hyperscript@9.0.1@hast-to-hyperscript": { - "version": "https://registry.npm.alibaba-inc.com/hast-to-hyperscript/download/hast-to-hyperscript-9.0.1.tgz", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": {} - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - } - } - }, - "_hast-util-from-parse5@6.0.1@hast-util-from-parse5": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-from-parse5/download/hast-util-from-parse5-6.0.1.tgz", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse5/download/@types/parse5-5.0.3.tgz" - }, - "hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-6.0.0.tgz", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": {} - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - } - } - }, - "_hast-util-parse-selector@2.2.5@hast-util-parse-selector": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "_hast-util-raw@6.0.1@hast-util-raw": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-raw/download/hast-util-raw-6.0.1.tgz", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "@types/hast": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-from-parse5/download/hast-util-from-parse5-6.0.1.tgz", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": {} - }, - "hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-to-parse5/download/hast-util-to-parse5-6.0.0.tgz", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": {} - }, - "html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/html-void-elements/download/html-void-elements-1.0.5.tgz" - }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-6.0.1.tgz" - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "_hast-util-to-parse5@6.0.0@hast-util-to-parse5": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-to-parse5/download/hast-util-to-parse5-6.0.0.tgz", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-to-hyperscript/download/hast-to-hyperscript-9.0.1.tgz", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": {} - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "_hastscript@5.1.2@hastscript": { - "version": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-5.1.2.tgz", - "requires": { - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": { - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - } - } - }, - "_hastscript@6.0.0@hastscript": { - "version": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-6.0.0.tgz", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": { - "@types/hast": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - } - } - }, - "_he@1.2.0@he": { - "version": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "_hex-color-regex@1.1.0@hex-color-regex": { - "version": "https://registry.npm.alibaba-inc.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz" - }, - "_highlight.js@9.13.1@highlight.js": { - "version": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - }, - "_hmac-drbg@1.0.1@hmac-drbg": { - "version": "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": {} - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - }, - "_hoist-non-react-statics@3.3.2@hoist-non-react-statics": { - "version": "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "_homedir-polyfill@1.0.3@homedir-polyfill": { - "version": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": { - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - } - } - }, - "_hoopy@0.1.4@hoopy": { - "version": "https://registry.npm.alibaba-inc.com/hoopy/download/hoopy-0.1.4.tgz" - }, - "_hosted-git-info@2.8.8@hosted-git-info": { - "version": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "_hosted-git-info@3.0.8@hosted-git-info": { - "version": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_hsl-regex@1.0.0@hsl-regex": { - "version": "https://registry.npm.alibaba-inc.com/hsl-regex/download/hsl-regex-1.0.0.tgz" - }, - "_hsla-regex@1.0.0@hsla-regex": { - "version": "https://registry.npm.alibaba-inc.com/hsla-regex/download/hsla-regex-1.0.0.tgz" - }, - "_html-comment-regex@1.1.2@html-comment-regex": { - "version": "https://registry.npm.alibaba-inc.com/html-comment-regex/download/html-comment-regex-1.1.2.tgz" - }, - "_html-encoding-sniffer@1.0.2@html-encoding-sniffer": { - "version": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz", - "requires": { - "whatwg-encoding": "^1.0.1" - }, - "dependencies": { - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - } - } - } - } - }, - "_html-encoding-sniffer@2.0.1@html-encoding-sniffer": { - "version": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-2.0.1.tgz", - "requires": { - "whatwg-encoding": "^1.0.5" - }, - "dependencies": { - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - } - } - }, - "_html-entities@1.4.0@html-entities": { - "version": "https://registry.npm.alibaba-inc.com/html-entities/download/html-entities-1.4.0.tgz" - }, - "_html-escaper@2.0.2@html-escaper": { - "version": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - }, - "_html-minifier-terser@5.1.1@html-minifier-terser": { - "version": "https://registry.npm.alibaba-inc.com/html-minifier-terser/download/html-minifier-terser-5.1.1.tgz", - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": { - "camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/camel-case/download/camel-case-4.1.2.tgz", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": {} - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "param-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/param-case/download/param-case-3.0.4.tgz", - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/relateurl/download/relateurl-0.2.7.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": {} - } - } - }, - "_html-tags@2.0.0@html-tags": { - "version": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-2.0.0.tgz" - }, - "_html-tags@3.1.0@html-tags": { - "version": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-3.1.0.tgz" - }, - "_html-void-elements@1.0.5@html-void-elements": { - "version": "https://registry.npm.alibaba-inc.com/html-void-elements/download/html-void-elements-1.0.5.tgz" - }, - "_html-webpack-plugin@4.5.2@html-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/html-webpack-plugin/download/html-webpack-plugin-4.5.2.tgz", - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "@types/html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/html-minifier-terser/download/@types/html-minifier-terser-5.1.1.tgz" - }, - "@types/tapable": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@types/tapable/download/@types/tapable-1.0.6.tgz" - }, - "@types/webpack": { - "version": "4.41.26", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack/download/@types/webpack-4.41.26.tgz", - "requires": { - "@types/anymatch": "*", - "@types/node": "*", - "@types/tapable": "*", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/html-minifier-terser/download/html-minifier-terser-5.1.1.tgz", - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-error/download/pretty-error-2.1.2.tgz", - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "util.promisify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.0.tgz", - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "_htmlparser2@3.10.1@htmlparser2": { - "version": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - }, - "domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz", - "requires": { - "domelementtype": "1" - }, - "dependencies": {} - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": {} - }, - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_http-cache-semantics@4.1.0@http-cache-semantics": { - "version": "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-4.1.0.tgz" - }, - "_http-errors@1.7.2@http-errors": { - "version": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - } - } - }, - "_http-errors@1.7.3@http-errors": { - "version": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - } - } - }, - "_http-parser-js@0.5.3@http-parser-js": { - "version": "https://registry.npm.alibaba-inc.com/http-parser-js/download/http-parser-js-0.5.3.tgz" - }, - "_http-signature@1.2.0@http-signature": { - "version": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsprim/download/jsprim-1.4.1.tgz", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": {} - }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/sshpk/download/sshpk-1.16.1.tgz", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "dependencies": {} - } - } - }, - "_https-browserify@1.0.0@https-browserify": { - "version": "https://registry.npm.alibaba-inc.com/https-browserify/download/https-browserify-1.0.0.tgz" - }, - "_human-signals@1.1.1@human-signals": { - "version": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "_hyphenate-style-name@1.0.4@hyphenate-style-name": { - "version": "https://registry.npm.alibaba-inc.com/hyphenate-style-name/download/hyphenate-style-name-1.0.4.tgz" - }, - "_iconv-lite@0.4.24@iconv-lite": { - "version": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "_iconv-lite@0.6.2@iconv-lite": { - "version": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.6.2.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "_icss-replace-symbols@1.1.0@icss-replace-symbols": { - "version": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "_icss-utils@4.1.1@icss-utils": { - "version": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_ieee754@1.2.1@ieee754": { - "version": "https://registry.npm.alibaba-inc.com/ieee754/download/ieee754-1.2.1.tgz" - }, - "_iferr@0.1.5@iferr": { - "version": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "_ignore@3.3.10@ignore": { - "version": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-3.3.10.tgz" - }, - "_ignore@4.0.6@ignore": { - "version": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "_ignore@5.1.8@ignore": { - "version": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "_image-size@0.5.5@image-size": { - "version": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz" - }, - "_immer@1.10.0@immer": { - "version": "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz" - }, - "_import-cwd@2.1.0@import-cwd": { - "version": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-2.1.0.tgz", - "requires": { - "import-from": "^2.1.0" - }, - "dependencies": { - "import-from": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-2.1.0.tgz", - "requires": { - "resolve-from": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_import-cwd@3.0.0@import-cwd": { - "version": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-3.0.0.tgz", - "requires": { - "import-from": "^3.0.0" - }, - "dependencies": { - "import-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_import-fresh@2.0.0@import-fresh": { - "version": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": { - "caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caller-path/download/caller-path-2.0.0.tgz", - "requires": { - "caller-callsite": "^2.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - } - } - }, - "_import-fresh@3.3.0@import-fresh": { - "version": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "_import-from@2.1.0@import-from": { - "version": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-2.1.0.tgz", - "requires": { - "resolve-from": "^3.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - } - } - }, - "_import-from@3.0.0@import-from": { - "version": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - }, - "_import-lazy@2.1.0@import-lazy": { - "version": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz" - }, - "_import-lazy@3.1.0@import-lazy": { - "version": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-3.1.0.tgz" - }, - "_import-lazy@4.0.0@import-lazy": { - "version": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-4.0.0.tgz" - }, - "_import-local@2.0.0@import-local": { - "version": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-2.0.0.tgz", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "resolve-cwd": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-2.0.0.tgz", - "requires": { - "resolve-from": "^3.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - } - } - } - } - }, - "_import-local@3.0.2@import-local": { - "version": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - } - } - }, - "_import-modules@2.1.0@import-modules": { - "version": "https://registry.npm.alibaba-inc.com/import-modules/download/import-modules-2.1.0.tgz" - }, - "_imports-loader@0.8.0@imports-loader": { - "version": "https://registry.npm.alibaba-inc.com/imports-loader/download/imports-loader-0.8.0.tgz", - "requires": { - "loader-utils": "^1.0.2", - "source-map": "^0.6.1" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_imurmurhash@0.1.4@imurmurhash": { - "version": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "_in-publish@2.0.1@in-publish": { - "version": "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.1.tgz" - }, - "_indent-string@2.1.0@indent-string": { - "version": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-2.1.0.tgz", - "requires": { - "repeating": "^2.0.0" - }, - "dependencies": { - "repeating": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeating/download/repeating-2.0.1.tgz", - "requires": { - "is-finite": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_indent-string@3.2.0@indent-string": { - "version": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz" - }, - "_indent-string@4.0.0@indent-string": { - "version": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - }, - "_indexes-of@1.0.1@indexes-of": { - "version": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "_indx@0.2.3@indx": { - "version": "https://registry.npm.alibaba-inc.com/indx/download/indx-0.2.3.tgz" - }, - "_infer-owner@1.0.4@infer-owner": { - "version": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "_inflight@1.0.6@inflight": { - "version": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "_inherits@2.0.1@inherits": { - "version": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.1.tgz" - }, - "_inherits@2.0.3@inherits": { - "version": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - }, - "_inherits@2.0.4@inherits": { - "version": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "_ini@1.3.7@ini": { - "version": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.7.tgz" - }, - "_ini@1.3.8@ini": { - "version": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "_inline-style-parser@0.1.1@inline-style-parser": { - "version": "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz" - }, - "_inline-style-prefixer@5.1.2@inline-style-prefixer": { - "version": "https://registry.npm.alibaba-inc.com/inline-style-prefixer/download/inline-style-prefixer-5.1.2.tgz", - "requires": { - "css-in-js-utils": "^2.0.0" - }, - "dependencies": { - "css-in-js-utils": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-in-js-utils/download/css-in-js-utils-2.0.1.tgz", - "requires": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "_inquirer-autosubmit-prompt@0.2.0@inquirer-autosubmit-prompt": { - "version": "https://registry.npm.alibaba-inc.com/inquirer-autosubmit-prompt/download/inquirer-autosubmit-prompt-0.2.0.tgz", - "requires": { - "chalk": "^2.4.1", - "inquirer": "^6.2.1", - "rxjs": "^6.3.3" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "inquirer": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.2.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": { - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-2.2.1.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": { - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": {} - } - } - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.7.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - } - } - }, - "_inquirer@6.5.0@inquirer": { - "version": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.0.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-2.2.1.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.7.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "_inquirer@6.5.2@inquirer": { - "version": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.2.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-2.2.1.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.7.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "_inquirer@7.3.3@inquirer": { - "version": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "_internal-slot@1.0.3@internal-slot": { - "version": "https://registry.npm.alibaba-inc.com/internal-slot/download/internal-slot-1.0.3.tgz", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "dependencies": { - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "_internmap@1.0.0@internmap": { - "version": "https://registry.npm.alibaba-inc.com/internmap/download/internmap-1.0.0.tgz" - }, - "_interpret@1.4.0@interpret": { - "version": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "_interpret@2.2.0@interpret": { - "version": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-2.2.0.tgz" - }, - "_invariant@2.2.4@invariant": { - "version": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "_invert-kv@1.0.0@invert-kv": { - "version": "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-1.0.0.tgz" - }, - "_ip-regex@2.1.0@ip-regex": { - "version": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-2.1.0.tgz" - }, - "_ip-regex@4.3.0@ip-regex": { - "version": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-4.3.0.tgz" - }, - "_ip@1.1.5@ip": { - "version": "https://registry.npm.alibaba-inc.com/ip/download/ip-1.1.5.tgz" - }, - "_ipaddr.js@1.9.1@ipaddr.js": { - "version": "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz" - }, - "_irregular-plurals@3.2.0@irregular-plurals": { - "version": "https://registry.npm.alibaba-inc.com/irregular-plurals/download/irregular-plurals-3.2.0.tgz" - }, - "_is-absolute-url@2.1.0@is-absolute-url": { - "version": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-2.1.0.tgz" - }, - "_is-absolute-url@3.0.3@is-absolute-url": { - "version": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz" - }, - "_is-absolute@1.0.0@is-absolute": { - "version": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": { - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - } - } - }, - "_is-accessor-descriptor@0.1.6@is-accessor-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-0.1.6.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_is-accessor-descriptor@1.0.0@is-accessor-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "_is-alphabetical@1.0.4@is-alphabetical": { - "version": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "_is-alphanumeric@1.0.0@is-alphanumeric": { - "version": "https://registry.npm.alibaba-inc.com/is-alphanumeric/download/is-alphanumeric-1.0.0.tgz" - }, - "_is-alphanumerical@1.0.4@is-alphanumerical": { - "version": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": { - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - } - } - }, - "_is-arguments@1.1.0@is-arguments": { - "version": "https://registry.npm.alibaba-inc.com/is-arguments/download/is-arguments-1.1.0.tgz", - "requires": { - "call-bind": "^1.0.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "_is-arrayish@0.2.1@is-arrayish": { - "version": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz" - }, - "_is-arrayish@0.3.2@is-arrayish": { - "version": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.3.2.tgz" - }, - "_is-binary-path@1.0.1@is-binary-path": { - "version": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-1.0.1.tgz", - "requires": { - "binary-extensions": "^1.0.0" - }, - "dependencies": { - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-1.13.1.tgz" - } - } - }, - "_is-binary-path@2.1.0@is-binary-path": { - "version": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": { - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-2.2.0.tgz" - } - } - }, - "_is-buffer@1.1.6@is-buffer": { - "version": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "_is-buffer@2.0.5@is-buffer": { - "version": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "_is-callable@1.2.3@is-callable": { - "version": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "_is-ci@2.0.0@is-ci": { - "version": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "_is-color-stop@1.1.0@is-color-stop": { - "version": "https://registry.npm.alibaba-inc.com/is-color-stop/download/is-color-stop-1.1.0.tgz", - "requires": { - "css-color-names": "^0.0.4", - "hex-color-regex": "^1.1.0", - "hsl-regex": "^1.0.0", - "hsla-regex": "^1.0.0", - "rgb-regex": "^1.0.1", - "rgba-regex": "^1.0.0" - }, - "dependencies": { - "css-color-names": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "hex-color-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz" - }, - "hsl-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hsl-regex/download/hsl-regex-1.0.0.tgz" - }, - "hsla-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hsla-regex/download/hsla-regex-1.0.0.tgz" - }, - "rgb-regex": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/rgb-regex/download/rgb-regex-1.0.1.tgz" - }, - "rgba-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/rgba-regex/download/rgba-regex-1.0.0.tgz" - } - } - }, - "_is-core-module@2.2.0@is-core-module": { - "version": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": { - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_is-data-descriptor@0.1.4@is-data-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_is-data-descriptor@1.0.0@is-data-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "_is-date-object@1.0.2@is-date-object": { - "version": "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.2.tgz" - }, - "_is-decimal@1.0.4@is-decimal": { - "version": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "_is-descriptor@0.1.6@is-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-0.1.6.tgz", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-0.1.6.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "_is-descriptor@1.0.2@is-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": {} - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "_is-directory@0.3.1@is-directory": { - "version": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "_is-docker@2.1.1@is-docker": { - "version": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - }, - "_is-dom@1.1.0@is-dom": { - "version": "https://registry.npm.alibaba-inc.com/is-dom/download/is-dom-1.1.0.tgz", - "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - }, - "dependencies": { - "is-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-object/download/is-object-1.0.2.tgz" - }, - "is-window": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-window/download/is-window-1.0.2.tgz" - } - } - }, - "_is-expression@4.0.0@is-expression": { - "version": "https://registry.npm.alibaba-inc.com/is-expression/download/is-expression-4.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "_is-extendable@0.1.1@is-extendable": { - "version": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "_is-extendable@1.0.1@is-extendable": { - "version": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "_is-extglob@1.0.0@is-extglob": { - "version": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-1.0.0.tgz" - }, - "_is-extglob@2.1.1@is-extglob": { - "version": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - }, - "_is-finite@1.1.0@is-finite": { - "version": "https://registry.npm.alibaba-inc.com/is-finite/download/is-finite-1.1.0.tgz" - }, - "_is-fullwidth-code-point@1.0.0@is-fullwidth-code-point": { - "version": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": { - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/number-is-nan/download/number-is-nan-1.0.1.tgz" - } - } - }, - "_is-fullwidth-code-point@2.0.0@is-fullwidth-code-point": { - "version": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "_is-fullwidth-code-point@3.0.0@is-fullwidth-code-point": { - "version": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "_is-function@1.0.2@is-function": { - "version": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "_is-generator-fn@2.1.0@is-generator-fn": { - "version": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "_is-glob@2.0.1@is-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz", - "requires": { - "is-extglob": "^1.0.0" - }, - "dependencies": { - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-1.0.0.tgz" - } - } - }, - "_is-glob@3.1.0@is-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-3.1.0.tgz", - "requires": { - "is-extglob": "^2.1.0" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "_is-glob@4.0.1@is-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "_is-hexadecimal@1.0.4@is-hexadecimal": { - "version": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - }, - "_is-installed-globally@0.1.0@is-installed-globally": { - "version": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz", - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - }, - "dependencies": { - "global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-0.1.1.tgz", - "requires": { - "ini": "^1.3.4" - }, - "dependencies": {} - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-1.0.1.tgz", - "requires": { - "path-is-inside": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_is-installed-globally@0.3.2@is-installed-globally": { - "version": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.3.2.tgz", - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - }, - "dependencies": { - "global-dirs": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-2.1.0.tgz", - "requires": { - "ini": "1.3.7" - }, - "dependencies": { - "ini": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.7.tgz" - } - } - }, - "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-3.0.2.tgz" - } - } - }, - "_is-map@2.0.2@is-map": { - "version": "https://registry.npm.alibaba-inc.com/is-map/download/is-map-2.0.2.tgz" - }, - "_is-module@1.0.0@is-module": { - "version": "https://registry.npm.alibaba-inc.com/is-module/download/is-module-1.0.0.tgz" - }, - "_is-negated-glob@1.0.0@is-negated-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "_is-negative-zero@2.0.1@is-negative-zero": { - "version": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "_is-npm@3.0.0@is-npm": { - "version": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "_is-number@3.0.0@is-number": { - "version": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_is-number@4.0.0@is-number": { - "version": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - }, - "_is-number@7.0.0@is-number": { - "version": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-7.0.0.tgz" - }, - "_is-obj@1.0.1@is-obj": { - "version": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-1.0.1.tgz" - }, - "_is-obj@2.0.0@is-obj": { - "version": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-2.0.0.tgz" - }, - "_is-object@1.0.2@is-object": { - "version": "https://registry.npm.alibaba-inc.com/is-object/download/is-object-1.0.2.tgz" - }, - "_is-observable@1.1.0@is-observable": { - "version": "https://registry.npm.alibaba-inc.com/is-observable/download/is-observable-1.1.0.tgz", - "requires": { - "symbol-observable": "^1.1.0" - }, - "dependencies": { - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - } - } - }, - "_is-path-cwd@2.2.0@is-path-cwd": { - "version": "https://registry.npm.alibaba-inc.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz" - }, - "_is-path-in-cwd@2.1.0@is-path-in-cwd": { - "version": "https://registry.npm.alibaba-inc.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz", - "requires": { - "is-path-inside": "^2.1.0" - }, - "dependencies": { - "is-path-inside": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-2.1.0.tgz", - "requires": { - "path-is-inside": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "_is-path-inside@1.0.1@is-path-inside": { - "version": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-1.0.1.tgz", - "requires": { - "path-is-inside": "^1.0.1" - }, - "dependencies": { - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz" - } - } - }, - "_is-path-inside@2.1.0@is-path-inside": { - "version": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-2.1.0.tgz", - "requires": { - "path-is-inside": "^1.0.2" - }, - "dependencies": { - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz" - } - } - }, - "_is-path-inside@3.0.2@is-path-inside": { - "version": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-3.0.2.tgz" - }, - "_is-plain-obj@1.1.0@is-plain-obj": { - "version": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "_is-plain-obj@2.1.0@is-plain-obj": { - "version": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "_is-plain-object@2.0.4@is-plain-object": { - "version": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_is-plain-object@3.0.1@is-plain-object": { - "version": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - }, - "_is-potential-custom-element-name@1.0.0@is-potential-custom-element-name": { - "version": "https://registry.npm.alibaba-inc.com/is-potential-custom-element-name/download/is-potential-custom-element-name-1.0.0.tgz" - }, - "_is-promise@2.2.2@is-promise": { - "version": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "_is-reference@1.2.1@is-reference": { - "version": "https://registry.npm.alibaba-inc.com/is-reference/download/is-reference-1.2.1.tgz", - "requires": { - "@types/estree": "*" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.46", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.46.tgz" - } - } - }, - "_is-regex@1.1.2@is-regex": { - "version": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "_is-regexp@1.0.0@is-regexp": { - "version": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-1.0.0.tgz" - }, - "_is-regexp@2.1.0@is-regexp": { - "version": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-2.1.0.tgz" - }, - "_is-relative@1.0.0@is-relative": { - "version": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": { - "is-unc-path": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-unc-path/download/is-unc-path-1.0.0.tgz", - "requires": { - "unc-path-regex": "^0.1.2" - }, - "dependencies": {} - } - } - }, - "_is-resolvable@1.1.0@is-resolvable": { - "version": "https://registry.npm.alibaba-inc.com/is-resolvable/download/is-resolvable-1.1.0.tgz" - }, - "_is-root@2.1.0@is-root": { - "version": "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz" - }, - "_is-scoped@2.1.0@is-scoped": { - "version": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": { - "scoped-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/scoped-regex/download/scoped-regex-2.1.0.tgz" - } - } - }, - "_is-set@2.0.2@is-set": { - "version": "https://registry.npm.alibaba-inc.com/is-set/download/is-set-2.0.2.tgz" - }, - "_is-stream@1.1.0@is-stream": { - "version": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "_is-stream@2.0.0@is-stream": { - "version": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "_is-string@1.0.5@is-string": { - "version": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - }, - "_is-supported-regexp-flag@1.0.1@is-supported-regexp-flag": { - "version": "https://registry.npm.alibaba-inc.com/is-supported-regexp-flag/download/is-supported-regexp-flag-1.0.1.tgz" - }, - "_is-svg@3.0.0@is-svg": { - "version": "https://registry.npm.alibaba-inc.com/is-svg/download/is-svg-3.0.0.tgz", - "requires": { - "html-comment-regex": "^1.1.0" - }, - "dependencies": { - "html-comment-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-comment-regex/download/html-comment-regex-1.1.2.tgz" - } - } - }, - "_is-symbol@1.0.3@is-symbol": { - "version": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": { - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "_is-typedarray@1.0.0@is-typedarray": { - "version": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "_is-unc-path@1.0.0@is-unc-path": { - "version": "https://registry.npm.alibaba-inc.com/is-unc-path/download/is-unc-path-1.0.0.tgz", - "requires": { - "unc-path-regex": "^0.1.2" - }, - "dependencies": { - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unc-path-regex/download/unc-path-regex-0.1.2.tgz" - } - } - }, - "_is-url-superb@3.0.0@is-url-superb": { - "version": "https://registry.npm.alibaba-inc.com/is-url-superb/download/is-url-superb-3.0.0.tgz", - "requires": { - "url-regex": "^5.0.0" - }, - "dependencies": { - "url-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-regex/download/url-regex-5.0.0.tgz", - "requires": { - "ip-regex": "^4.1.0", - "tlds": "^1.203.0" - }, - "dependencies": { - "ip-regex": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-4.3.0.tgz" - }, - "tlds": { - "version": "1.218.0", - "resolved": "https://registry.npm.alibaba-inc.com/tlds/download/tlds-1.218.0.tgz" - } - } - } - } - }, - "_is-utf8@0.2.1@is-utf8": { - "version": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - }, - "_is-valid-glob@1.0.0@is-valid-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "_is-what@3.14.1@is-what": { - "version": "https://registry.npm.alibaba-inc.com/is-what/download/is-what-3.14.1.tgz" - }, - "_is-whitespace-character@1.0.4@is-whitespace-character": { - "version": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "_is-window@1.0.2@is-window": { - "version": "https://registry.npm.alibaba-inc.com/is-window/download/is-window-1.0.2.tgz" - }, - "_is-windows@1.0.2@is-windows": { - "version": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "_is-word-character@1.0.4@is-word-character": { - "version": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "_is-wsl@1.1.0@is-wsl": { - "version": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-1.1.0.tgz" - }, - "_is-wsl@2.2.0@is-wsl": { - "version": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - } - } - }, - "_is-yarn-global@0.3.0@is-yarn-global": { - "version": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "_isarray@0.0.1@isarray": { - "version": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "_isarray@1.0.0@isarray": { - "version": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "_isarray@2.0.5@isarray": { - "version": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.5.tgz" - }, - "_isexe@2.0.0@isexe": { - "version": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - }, - "_isobject@2.1.0@isobject": { - "version": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-2.1.0.tgz", - "requires": { - "isarray": "1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - }, - "_isobject@3.0.1@isobject": { - "version": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "_isobject@4.0.0@isobject": { - "version": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "_isomorphic-fetch@2.2.1@isomorphic-fetch": { - "version": "https://registry.npm.alibaba-inc.com/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz", - "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - }, - "dependencies": { - "node-fetch": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-1.7.3.tgz", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - }, - "dependencies": {} - }, - "whatwg-fetch": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-3.6.1.tgz" - } - } - }, - "_isstream@0.1.2@isstream": { - "version": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "_issue-regex@2.0.0@issue-regex": { - "version": "https://registry.npm.alibaba-inc.com/issue-regex/download/issue-regex-2.0.0.tgz" - }, - "_istanbul-lib-coverage@2.0.5@istanbul-lib-coverage": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "_istanbul-lib-coverage@3.0.0@istanbul-lib-coverage": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "_istanbul-lib-hook@2.0.7@istanbul-lib-hook": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-hook/download/istanbul-lib-hook-2.0.7.tgz", - "requires": { - "append-transform": "^1.0.0" - }, - "dependencies": { - "append-transform": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/append-transform/download/append-transform-1.0.0.tgz", - "requires": { - "default-require-extensions": "^2.0.0" - }, - "dependencies": { - "default-require-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-require-extensions/download/default-require-extensions-2.0.0.tgz", - "requires": { - "strip-bom": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_istanbul-lib-instrument@3.3.0@istanbul-lib-instrument": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": { - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_istanbul-lib-instrument@4.0.3@istanbul-lib-instrument": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_istanbul-lib-report@2.0.8@istanbul-lib-report": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-2.0.8.tgz", - "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - } - } - }, - "_istanbul-lib-report@3.0.0@istanbul-lib-report": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_istanbul-lib-source-maps@3.0.6@istanbul-lib-source-maps": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-3.0.6.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_istanbul-lib-source-maps@4.0.0@istanbul-lib-source-maps": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-4.0.0.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_istanbul-reports@2.2.7@istanbul-reports": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-2.2.7.tgz", - "requires": { - "html-escaper": "^2.0.0" - }, - "dependencies": { - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - } - } - }, - "_istanbul-reports@3.0.2@istanbul-reports": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-3.0.2.tgz", - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "dependencies": { - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "_iterate-iterator@1.0.1@iterate-iterator": { - "version": "https://registry.npm.alibaba-inc.com/iterate-iterator/download/iterate-iterator-1.0.1.tgz" - }, - "_iterate-value@1.0.2@iterate-value": { - "version": "https://registry.npm.alibaba-inc.com/iterate-value/download/iterate-value-1.0.2.tgz", - "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "dependencies": { - "es-get-iterator": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-get-iterator/download/es-get-iterator-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - }, - "dependencies": {} - }, - "iterate-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/iterate-iterator/download/iterate-iterator-1.0.1.tgz" - } - } - }, - "_jalaali-js@1.1.5@jalaali-js": { - "version": "https://registry.npm.alibaba-inc.com/jalaali-js/download/jalaali-js-1.1.5.tgz" - }, - "_jest-changed-files@26.6.2@jest-changed-files": { - "version": "https://registry.npm.alibaba-inc.com/jest-changed-files/download/jest-changed-files-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-4.1.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "_jest-cli@26.6.3@jest-cli": { - "version": "https://registry.npm.alibaba-inc.com/jest-cli/download/jest-cli-26.6.3.tgz", - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/reporters": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/reporters/download/@jest/reporters-26.6.2.tgz", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-changed-files": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-changed-files/download/jest-changed-files-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-resolve-dependencies": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve-dependencies/download/jest-resolve-dependencies-26.6.3.tgz", - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "dependencies": {} - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-watcher": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-watcher/download/jest-watcher-26.6.2.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-each-series/download/p-each-series-2.2.0.tgz" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - } - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-3.0.0.tgz", - "requires": { - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "import-local": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "prompts": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/prompts/download/prompts-2.4.0.tgz", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "dependencies": { - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kleur/download/kleur-3.0.3.tgz" - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/sisteransi/download/sisteransi-1.0.5.tgz" - } - } - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": { - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-6.0.0.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-18.1.3.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - } - } - }, - "_jest-config@24.9.0@jest-config": { - "version": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-compilation-targets": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.0.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "browserslist": "^4.14.5", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/helper-module-transforms": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.13.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-simple-access": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/helper-validator-identifier": "^7.12.11", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/helpers": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helpers/download/@babel/helpers-7.13.0.tgz", - "requires": { - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "@jest/test-sequencer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-24.9.0.tgz", - "requires": { - "@jest/test-result": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0" - }, - "dependencies": { - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "jest-serializer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-runner": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-leak-detector": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-24.9.0.tgz", - "requires": { - "@jest/test-result": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "babel-jest": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-24.9.0.tgz", - "requires": { - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.9.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": {} - }, - "babel-preset-jest": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-24.9.0.tgz", - "requires": { - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.9.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "jest-environment-jsdom": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - }, - "dependencies": { - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "jsdom": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-11.12.0.tgz", - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "acorn": { - "version": "5.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-5.7.4.tgz" - }, - "acorn-globals": { - "version": "4.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-4.3.4.tgz", - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": { - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "acorn-walk": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-6.2.0.tgz" - } - } - }, - "array-equal": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-equal/download/array-equal-1.0.0.tgz" - }, - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - }, - "cssstyle": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-1.4.0.tgz", - "requires": { - "cssom": "0.3.x" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - } - } - }, - "data-urls": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-1.1.0.tgz", - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-7.1.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "domexception": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-1.0.1.tgz", - "requires": { - "webidl-conversions": "^4.0.2" - }, - "dependencies": { - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - } - } - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz", - "requires": { - "whatwg-encoding": "^1.0.1" - }, - "dependencies": { - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - } - } - }, - "left-pad": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/left-pad/download/left-pad-1.3.0.tgz" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "parse5": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-4.0.0.tgz" - }, - "pn": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/pn/download/pn-1.1.0.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": { - "request-promise-core": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.4.tgz", - "requires": { - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": { - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz" - } - } - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - } - } - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-6.5.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-1.0.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - } - } - }, - "ws": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-5.2.2.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": { - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz" - } - } - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - } - } - }, - "jest-environment-node": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0" - }, - "dependencies": { - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - } - } - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-jasmine2": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-function-name": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-function-name/download/@babel/helper-function-name-7.12.13.tgz", - "requires": { - "@babel/helper-get-function-arity": "^7.12.13", - "@babel/template": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/helper-split-export-declaration": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-11.12.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - } - } - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "jest-each": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": { - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - } - } - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": { - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - } - } - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "write-file-atomic": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": { - "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs-parser/download/@types/yargs-parser-20.2.0.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-24.9.0.tgz", - "requires": { - "@jest/test-result": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-runner": "^24.9.0", - "jest-runtime": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-24.9.0.tgz", - "requires": { - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.9.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "jest-environment-jsdom": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-jasmine2": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": { - "util.promisify": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": {} - } - } - } - } - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "jest-serializer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - } - } - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": { - "@babel/helper-validator-identifier": { - "version": "7.12.11", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.12.11.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "@types/istanbul-reports": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-reports/download/@types/istanbul-reports-1.1.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "*", - "@types/istanbul-lib-report": "*" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - } - } - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-24.9.0.tgz" - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": { - "util.promisify": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-5.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - } - } - } - } - } - } - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "throat": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - } - } - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "jest-docblock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-24.9.0.tgz", - "requires": { - "detect-newline": "^2.1.0" - }, - "dependencies": { - "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-2.1.0.tgz" - } - } - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "jest-serializer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-jasmine2": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": {} - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "jest-each": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - }, - "throat": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - } - } - }, - "jest-leak-detector": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-24.9.0.tgz", - "requires": { - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "throat": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - } - } - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - } - } - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-24.9.0.tgz", - "requires": { - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/babel__core": "^7.1.0", - "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.9.0", - "chalk": "^2.4.2", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "jest-environment-jsdom": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-jasmine2": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-config@26.6.3@jest-config": { - "version": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "_jest-diff@24.9.0@jest-diff": { - "version": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-24.9.0.tgz" - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "_jest-diff@25.5.0@jest-diff": { - "version": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-25.5.0.tgz", - "requires": { - "chalk": "^3.0.0", - "diff-sequences": "^25.2.6", - "jest-get-type": "^25.2.6", - "pretty-format": "^25.5.0" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "25.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-25.2.6.tgz" - }, - "jest-get-type": { - "version": "25.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-25.2.6.tgz" - }, - "pretty-format": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-25.5.0.tgz", - "requires": { - "@jest/types": "^25.5.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "dependencies": {} - } - } - }, - "_jest-diff@26.6.2@jest-diff": { - "version": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "_jest-docblock@24.9.0@jest-docblock": { - "version": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-24.9.0.tgz", - "requires": { - "detect-newline": "^2.1.0" - }, - "dependencies": { - "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-2.1.0.tgz" - } - } - }, - "_jest-docblock@26.0.0@jest-docblock": { - "version": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-26.0.0.tgz", - "requires": { - "detect-newline": "^3.0.0" - }, - "dependencies": { - "detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-3.1.0.tgz" - } - } - }, - "_jest-each@24.9.0@jest-each": { - "version": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "_jest-each@26.6.2@jest-each": { - "version": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "_jest-electron@0.1.11@jest-electron": { - "version": "https://registry.npm.alibaba-inc.com/jest-electron/download/jest-electron-0.1.11.tgz", - "requires": { - "electron": "^6.0.7", - "jest-haste-map": "~24.9.0", - "jest-message-util": "~24.9.0", - "jest-mock": "~24.9.0", - "jest-resolve": "~24.9.0", - "jest-runner": "~24.9.0", - "jest-runtime": "~24.9.0", - "jest-util": "~24.9.0", - "throat": "^5.0.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "electron": { - "version": "6.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/electron/download/electron-6.1.12.tgz", - "requires": { - "@types/node": "^10.12.18", - "electron-download": "^4.1.0", - "extract-zip": "^1.0.3" - }, - "dependencies": { - "@types/node": { - "version": "10.17.54", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-10.17.54.tgz" - }, - "electron-download": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/electron-download/download/electron-download-4.1.1.tgz", - "requires": { - "debug": "^3.0.0", - "env-paths": "^1.0.0", - "fs-extra": "^4.0.1", - "minimist": "^1.2.0", - "nugget": "^2.0.1", - "path-exists": "^3.0.0", - "rc": "^1.2.1", - "semver": "^5.4.1", - "sumchecker": "^2.0.2" - }, - "dependencies": {} - }, - "extract-zip": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/extract-zip/download/extract-zip-1.7.0.tgz", - "requires": { - "concat-stream": "^1.6.2", - "debug": "^2.6.9", - "mkdirp": "^0.5.4", - "yauzl": "^2.10.0" - }, - "dependencies": {} - } - } - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "jest-serializer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - } - } - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "jest-runner": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-leak-detector": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-docblock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-24.9.0.tgz", - "requires": { - "detect-newline": "^2.1.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-jasmine2": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": {} - }, - "jest-leak-detector": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-24.9.0.tgz", - "requires": { - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "throat": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - } - } - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "_jest-environment-jsdom@24.9.0@jest-environment-jsdom": { - "version": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0", - "jsdom": "^11.5.1" - }, - "dependencies": { - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jsdom": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-11.12.0.tgz", - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-environment-jsdom@26.6.2@jest-environment-jsdom": { - "version": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jsdom": { - "version": "16.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-16.4.0.tgz", - "requires": { - "abab": "^2.0.3", - "acorn": "^7.1.1", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.2.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", - "domexception": "^2.0.1", - "escodegen": "^1.14.1", - "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", - "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", - "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", - "xml-name-validator": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-environment-node@24.9.0@jest-environment-node": { - "version": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-24.9.0.tgz", - "requires": { - "@jest/environment": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-util": "^24.9.0" - }, - "dependencies": { - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "_jest-environment-node@26.6.2@jest-environment-node": { - "version": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "_jest-extended@0.11.5@jest-extended": { - "version": "https://registry.npm.alibaba-inc.com/jest-extended/download/jest-extended-0.11.5.tgz", - "requires": { - "expect": "^24.1.0", - "jest-get-type": "^22.4.3", - "jest-matcher-utils": "^22.0.0" - }, - "dependencies": { - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - } - } - }, - "jest-get-type": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-22.4.3.tgz" - }, - "jest-matcher-utils": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-22.4.3.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-get-type": "^22.4.3", - "pretty-format": "^22.4.3" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-22.4.3.tgz" - }, - "pretty-format": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-22.4.3.tgz", - "requires": { - "ansi-regex": "^3.0.0", - "ansi-styles": "^3.2.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - } - } - } - } - } - } - }, - "_jest-get-type@22.4.3@jest-get-type": { - "version": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-22.4.3.tgz" - }, - "_jest-get-type@24.9.0@jest-get-type": { - "version": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "_jest-get-type@25.2.6@jest-get-type": { - "version": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-25.2.6.tgz" - }, - "_jest-get-type@26.3.0@jest-get-type": { - "version": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "_jest-haste-map@24.9.0@jest-haste-map": { - "version": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-1.2.13.tgz", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "jest-serializer": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "_jest-haste-map@26.6.2@jest-haste-map": { - "version": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "_jest-jasmine2@24.9.0@jest-jasmine2": { - "version": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": {} - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "jest-each": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - }, - "throat": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - } - } - }, - "_jest-jasmine2@26.6.3@jest-jasmine2": { - "version": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "jest-each": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "_jest-leak-detector@24.9.0@jest-leak-detector": { - "version": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-24.9.0.tgz", - "requires": { - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "_jest-leak-detector@26.6.2@jest-leak-detector": { - "version": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-26.6.2.tgz", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "_jest-matcher-utils@22.4.3@jest-matcher-utils": { - "version": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-22.4.3.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-get-type": "^22.4.3", - "pretty-format": "^22.4.3" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-22.4.3.tgz" - }, - "pretty-format": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-22.4.3.tgz", - "requires": { - "ansi-regex": "^3.0.0", - "ansi-styles": "^3.2.0" - }, - "dependencies": {} - } - } - }, - "_jest-matcher-utils@24.9.0@jest-matcher-utils": { - "version": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "_jest-matcher-utils@26.6.2@jest-matcher-utils": { - "version": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "_jest-message-util@24.9.0@jest-message-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "stack-utils": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-message-util@26.6.2@jest-message-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-mock@24.9.0@jest-mock": { - "version": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-mock@26.6.2@jest-mock": { - "version": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "_jest-pnp-resolver@1.2.2@jest-pnp-resolver": { - "version": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": { - "jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_jest-regex-util@24.9.0@jest-regex-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "_jest-regex-util@26.0.0@jest-regex-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "_jest-resolve-dependencies@26.6.3@jest-resolve-dependencies": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve-dependencies/download/jest-resolve-dependencies-26.6.3.tgz", - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - } - } - }, - "_jest-resolve@24.9.0@jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "browser-resolve": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-resolve@26.6.2@jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "_jest-runner@24.9.0@jest-runner": { - "version": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-leak-detector": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-docblock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-24.9.0.tgz", - "requires": { - "detect-newline": "^2.1.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-jasmine2": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-24.9.0.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "co": "^4.6.0", - "expect": "^24.9.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "pretty-format": "^24.9.0", - "throat": "^4.0.0" - }, - "dependencies": {} - }, - "jest-leak-detector": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-24.9.0.tgz", - "requires": { - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "throat": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - } - } - }, - "_jest-runner@26.6.3@jest-runner": { - "version": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "emittery": { - "version": "0.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/emittery/download/emittery-0.7.2.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-26.0.0.tgz", - "requires": { - "detect-newline": "^3.0.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-26.6.2.tgz", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "_jest-runtime@24.9.0@jest-runtime": { - "version": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-24.9.0.tgz", - "requires": { - "@jest/fake-timers": "^24.9.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^24.9.0", - "babel-plugin-istanbul": "^5.1.0", - "chalk": "^2.0.1", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.9.0", - "jest-regex-util": "^24.9.0", - "jest-util": "^24.9.0", - "micromatch": "^3.1.10", - "pirates": "^4.0.1", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "2.4.1" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "13.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-13.0.11.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-24.9.0.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^24.9.0", - "@jest/types": "^24.9.0", - "babel-jest": "^24.9.0", - "chalk": "^2.0.1", - "glob": "^7.1.1", - "jest-environment-jsdom": "^24.9.0", - "jest-environment-node": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "micromatch": "^3.1.10", - "pretty-format": "^24.9.0", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-24.9.0.tgz" - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "realpath-native": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - }, - "_jest-runtime@26.6.3@jest-runtime": { - "version": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - }, - "_jest-serializer@24.9.0@jest-serializer": { - "version": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-24.9.0.tgz" - }, - "_jest-serializer@26.6.2@jest-serializer": { - "version": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - } - } - }, - "_jest-snapshot@24.9.0@jest-snapshot": { - "version": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-24.9.0.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^24.9.0", - "chalk": "^2.0.1", - "expect": "^24.9.0", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^24.9.0", - "semver": "^6.2.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "diff-sequences": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "jest-matcher-utils": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-24.9.0.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-diff": "^24.9.0", - "jest-get-type": "^24.9.0", - "pretty-format": "^24.9.0" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_jest-snapshot@26.6.2@jest-snapshot": { - "version": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-util@24.9.0@jest-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "@jest/console": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-24.9.0.tgz", - "requires": { - "@jest/source-map": "^24.9.0", - "chalk": "^2.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-24.9.0.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.1.15", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/istanbul-lib-coverage": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_jest-util@26.6.2@jest-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "_jest-validate@24.9.0@jest-validate": { - "version": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "camelcase": "^5.3.1", - "chalk": "^2.0.1", - "jest-get-type": "^24.9.0", - "leven": "^3.1.0", - "pretty-format": "^24.9.0" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-24.9.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": {} - } - } - }, - "_jest-validate@26.6.2@jest-validate": { - "version": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "_jest-watcher@26.6.2@jest-watcher": { - "version": "https://registry.npm.alibaba-inc.com/jest-watcher/download/jest-watcher-26.6.2.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "dependencies": { - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "string-length": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-worker@24.9.0@jest-worker": { - "version": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-24.9.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-worker@25.5.0@jest-worker": { - "version": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-25.5.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_jest-worker@26.6.2@jest-worker": { - "version": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_jest@26.0.1@jest": { - "version": "https://registry.npm.alibaba-inc.com/jest/download/jest-26.0.1.tgz", - "requires": { - "@jest/core": "^26.0.1", - "import-local": "^3.0.2", - "jest-cli": "^26.0.1" - }, - "dependencies": { - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/reporters": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/reporters/download/@jest/reporters-26.6.2.tgz", - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-changed-files": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-changed-files/download/jest-changed-files-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-resolve-dependencies": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve-dependencies/download/jest-resolve-dependencies-26.6.3.tgz", - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "dependencies": {} - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-watcher": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-watcher/download/jest-watcher-26.6.2.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-each-series/download/p-each-series-2.2.0.tgz" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "import-local": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "jest-cli": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-cli/download/jest-cli-26.6.3.tgz", - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "import-local": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": {} - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "prompts": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/prompts/download/prompts-2.4.0.tgz", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "dependencies": {} - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - } - } - }, - "_js-base64@2.6.4@js-base64": { - "version": "https://registry.npm.alibaba-inc.com/js-base64/download/js-base64-2.6.4.tgz" - }, - "_js-beautify@1.13.5@js-beautify": { - "version": "https://registry.npm.alibaba-inc.com/js-beautify/download/js-beautify-1.13.5.tgz", - "requires": { - "config-chain": "^1.1.12", - "editorconfig": "^0.15.3", - "glob": "^7.1.3", - "mkdirp": "^1.0.4", - "nopt": "^5.0.0" - }, - "dependencies": { - "config-chain": { - "version": "1.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/config-chain/download/config-chain-1.1.12.tgz", - "requires": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "proto-list": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/proto-list/download/proto-list-1.2.4.tgz" - } - } - }, - "editorconfig": { - "version": "0.15.3", - "resolved": "https://registry.npm.alibaba-inc.com/editorconfig/download/editorconfig-0.15.3.tgz", - "requires": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sigmund/download/sigmund-1.0.1.tgz" - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-1.0.4.tgz" - }, - "nopt": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-5.0.0.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - } - } - } - } - }, - "_js-levenshtein@1.1.6@js-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/js-levenshtein/download/js-levenshtein-1.1.6.tgz" - }, - "_js-string-escape@1.0.1@js-string-escape": { - "version": "https://registry.npm.alibaba-inc.com/js-string-escape/download/js-string-escape-1.0.1.tgz" - }, - "_js-stringify@1.0.2@js-stringify": { - "version": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "_js-tokens@3.0.2@js-tokens": { - "version": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz" - }, - "_js-tokens@4.0.0@js-tokens": { - "version": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - }, - "_js-yaml@3.14.1@js-yaml": { - "version": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "_js-yaml@3.7.0@js-yaml": { - "version": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.7.0.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^2.6.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "2.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-2.7.3.tgz" - } - } - }, - "_jsbn@0.1.1@jsbn": { - "version": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "_jscodeshift@0.7.1@jscodeshift": { - "version": "https://registry.npm.alibaba-inc.com/jscodeshift/download/jscodeshift-0.7.1.tgz", - "requires": { - "@babel/core": "^7.1.6", - "@babel/parser": "^7.1.6", - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/preset-env": "^7.1.6", - "@babel/preset-flow": "^7.0.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/register": "^7.0.0", - "babel-core": "^7.0.0-bridge.0", - "colors": "^1.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.18.1", - "temp": "^0.8.1", - "write-file-atomic": "^2.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/preset-flow": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-flow/download/@babel/preset-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-flow-strip-types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-transform-typescript": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/register": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.13.0.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": {} - }, - "babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-core/download/babel-core-7.0.0-bridge.0.tgz" - }, - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz" - }, - "flow-parser": { - "version": "0.145.0", - "resolved": "https://registry.npm.alibaba-inc.com/flow-parser/download/flow-parser-0.145.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": {} - }, - "recast": { - "version": "0.18.10", - "resolved": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.18.10.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "temp": { - "version": "0.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/temp/download/temp-0.8.4.tgz", - "requires": { - "rimraf": "~2.6.2" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "_jsdom@11.12.0@jsdom": { - "version": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-11.12.0.tgz", - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "acorn": { - "version": "5.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-5.7.4.tgz" - }, - "acorn-globals": { - "version": "4.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-4.3.4.tgz", - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": {} - }, - "array-equal": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-equal/download/array-equal-1.0.0.tgz" - }, - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - }, - "cssstyle": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-1.4.0.tgz", - "requires": { - "cssom": "0.3.x" - }, - "dependencies": {} - }, - "data-urls": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-1.1.0.tgz", - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": {} - }, - "domexception": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-1.0.1.tgz", - "requires": { - "webidl-conversions": "^4.0.2" - }, - "dependencies": {} - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz", - "requires": { - "whatwg-encoding": "^1.0.1" - }, - "dependencies": {} - }, - "left-pad": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/left-pad/download/left-pad-1.3.0.tgz" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "parse5": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-4.0.0.tgz" - }, - "pn": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/pn/download/pn-1.1.0.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-6.5.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": {} - }, - "ws": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-5.2.2.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": {} - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "_jsdom@16.4.0@jsdom": { - "version": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-16.4.0.tgz", - "requires": { - "abab": "^2.0.3", - "acorn": "^7.1.1", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.2.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", - "domexception": "^2.0.1", - "escodegen": "^1.14.1", - "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", - "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", - "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-6.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "dependencies": {} - }, - "cssom": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.4.4.tgz" - }, - "cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-2.3.0.tgz", - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": {} - }, - "data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-2.0.0.tgz", - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "dependencies": {} - }, - "decimal.js": { - "version": "10.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/decimal.js/download/decimal.js-10.2.1.tgz" - }, - "domexception": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-2.0.1.tgz", - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": {} - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-2.0.1.tgz", - "requires": { - "whatwg-encoding": "^1.0.5" - }, - "dependencies": {} - }, - "is-potential-custom-element-name": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-potential-custom-element-name/download/is-potential-custom-element-name-1.0.0.tgz" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "parse5": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-5.1.1.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": {} - }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/saxes/download/saxes-5.0.1.tgz", - "requires": { - "xmlchars": "^2.2.0" - }, - "dependencies": {} - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "tough-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-3.0.1.tgz", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": {} - }, - "w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-xmlserializer/download/w3c-xmlserializer-2.0.0.tgz", - "requires": { - "xml-name-validator": "^3.0.0" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": {} - }, - "ws": { - "version": "7.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-7.4.3.tgz" - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "_jsesc@0.5.0@jsesc": { - "version": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-0.5.0.tgz" - }, - "_jsesc@2.5.2@jsesc": { - "version": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "_json-buffer@3.0.0@json-buffer": { - "version": "https://registry.npm.alibaba-inc.com/json-buffer/download/json-buffer-3.0.0.tgz" - }, - "_json-parse-better-errors@1.0.2@json-parse-better-errors": { - "version": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "_json-parse-even-better-errors@2.3.1@json-parse-even-better-errors": { - "version": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "_json-schema-traverse@0.4.1@json-schema-traverse": { - "version": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "_json-schema-traverse@1.0.0@json-schema-traverse": { - "version": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-1.0.0.tgz" - }, - "_json-schema@0.2.3@json-schema": { - "version": "https://registry.npm.alibaba-inc.com/json-schema/download/json-schema-0.2.3.tgz" - }, - "_json-stable-stringify-without-jsonify@1.0.1@json-stable-stringify-without-jsonify": { - "version": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "_json-stringify-safe@5.0.1@json-stringify-safe": { - "version": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "_json3@3.3.3@json3": { - "version": "https://registry.npm.alibaba-inc.com/json3/download/json3-3.3.3.tgz" - }, - "_json5@1.0.1@json5": { - "version": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "_json5@2.2.0@json5": { - "version": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "_jsonfile@2.4.0@jsonfile": { - "version": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-2.4.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "_jsonfile@4.0.0@jsonfile": { - "version": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "_jsprim@1.4.1@jsprim": { - "version": "https://registry.npm.alibaba-inc.com/jsprim/download/jsprim-1.4.1.tgz", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.3.0.tgz" - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema/download/json-schema-0.2.3.tgz" - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/verror/download/verror-1.10.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "_jstransformer@1.0.0@jstransformer": { - "version": "https://registry.npm.alibaba-inc.com/jstransformer/download/jstransformer-1.0.0.tgz", - "requires": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - }, - "dependencies": { - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - } - } - }, - "_jsx-ast-utils@3.2.0@jsx-ast-utils": { - "version": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_just-debounce@1.1.0@just-debounce": { - "version": "https://registry.npm.alibaba-inc.com/just-debounce/download/just-debounce-1.1.0.tgz" - }, - "_keyv@3.1.0@keyv": { - "version": "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.1.0.tgz", - "requires": { - "json-buffer": "3.0.0" - }, - "dependencies": { - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/json-buffer/download/json-buffer-3.0.0.tgz" - } - } - }, - "_kind-of@1.1.0@kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-1.1.0.tgz" - }, - "_kind-of@2.0.1@kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-2.0.1.tgz", - "requires": { - "is-buffer": "^1.0.2" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - }, - "_kind-of@3.2.2@kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - }, - "_kind-of@4.0.0@kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-4.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - } - } - }, - "_kind-of@5.1.0@kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - }, - "_kind-of@6.0.3@kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "_klaw@1.3.1@klaw": { - "version": "https://registry.npm.alibaba-inc.com/klaw/download/klaw-1.3.1.tgz", - "requires": { - "graceful-fs": "^4.1.9" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "_kleur@3.0.3@kleur": { - "version": "https://registry.npm.alibaba-inc.com/kleur/download/kleur-3.0.3.tgz" - }, - "_known-css-properties@0.11.0@known-css-properties": { - "version": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.11.0.tgz" - }, - "_known-css-properties@0.21.0@known-css-properties": { - "version": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.21.0.tgz" - }, - "_language-subtag-registry@0.3.21@language-subtag-registry": { - "version": "https://registry.npm.alibaba-inc.com/language-subtag-registry/download/language-subtag-registry-0.3.21.tgz" - }, - "_language-tags@1.0.5@language-tags": { - "version": "https://registry.npm.alibaba-inc.com/language-tags/download/language-tags-1.0.5.tgz", - "requires": { - "language-subtag-registry": "~0.3.2" - }, - "dependencies": { - "language-subtag-registry": { - "version": "0.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/language-subtag-registry/download/language-subtag-registry-0.3.21.tgz" - } - } - }, - "_last-run@1.1.1@last-run": { - "version": "https://registry.npm.alibaba-inc.com/last-run/download/last-run-1.1.1.tgz", - "requires": { - "default-resolution": "^2.0.0", - "es6-weak-map": "^2.0.1" - }, - "dependencies": { - "default-resolution": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-resolution/download/default-resolution-2.0.0.tgz" - }, - "es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - } - } - }, - "_latest-version@5.1.0@latest-version": { - "version": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": { - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": {} - } - } - }, - "_lazy-cache@0.2.7@lazy-cache": { - "version": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-0.2.7.tgz" - }, - "_lazy-cache@1.0.4@lazy-cache": { - "version": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - }, - "_lazy-universal-dotenv@3.0.1@lazy-universal-dotenv": { - "version": "https://registry.npm.alibaba-inc.com/lazy-universal-dotenv/download/lazy-universal-dotenv-3.0.1.tgz", - "requires": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "app-root-dir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/app-root-dir/download/app-root-dir-1.0.2.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "dotenv": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-8.2.0.tgz" - }, - "dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-expand/download/dotenv-expand-5.1.0.tgz" - } - } - }, - "_lazystream@1.0.0@lazystream": { - "version": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_lcid@1.0.0@lcid": { - "version": "https://registry.npm.alibaba-inc.com/lcid/download/lcid-1.0.0.tgz", - "requires": { - "invert-kv": "^1.0.0" - }, - "dependencies": { - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-1.0.0.tgz" - } - } - }, - "_lcov-parse@1.0.0@lcov-parse": { - "version": "https://registry.npm.alibaba-inc.com/lcov-parse/download/lcov-parse-1.0.0.tgz" - }, - "_ldjson-stream@1.2.1@ldjson-stream": { - "version": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": { - "split2": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/split2/download/split2-0.2.1.tgz", - "requires": { - "through2": "~0.6.1" - }, - "dependencies": {} - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "_lead@1.0.0@lead": { - "version": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": { - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": {} - } - } - }, - "_left-pad@1.3.0@left-pad": { - "version": "https://registry.npm.alibaba-inc.com/left-pad/download/left-pad-1.3.0.tgz" - }, - "_less-plugin-npm-import@2.1.0@less-plugin-npm-import": { - "version": "https://registry.npm.alibaba-inc.com/less-plugin-npm-import/download/less-plugin-npm-import-2.1.0.tgz", - "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "dependencies": { - "promise": { - "version": "7.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.0.4.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - } - } - }, - "_less@3.13.1@less": { - "version": "https://registry.npm.alibaba-inc.com/less/download/less-3.13.1.tgz", - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "copy-anything": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/copy-anything/download/copy-anything-2.0.3.tgz", - "requires": { - "is-what": "^3.12.0" - }, - "dependencies": {} - }, - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "optional": true, - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - }, - "image-size": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz", - "optional": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "optional": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz", - "optional": true - }, - "native-request": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/native-request/download/native-request-1.0.8.tgz", - "optional": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "_less@3.9.0@less": { - "version": "https://registry.npm.alibaba-inc.com/less/download/less-3.9.0.tgz", - "requires": { - "clone": "^2.1.2", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "optional": true, - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - }, - "image-size": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz", - "optional": true - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz", - "optional": true - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "optional": true, - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "optional": true, - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "optional": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "_leven@2.1.0@leven": { - "version": "https://registry.npm.alibaba-inc.com/leven/download/leven-2.1.0.tgz" - }, - "_leven@3.1.0@leven": { - "version": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "_levn@0.3.0@levn": { - "version": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "dependencies": { - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": {} - } - } - }, - "_levn@0.4.1@levn": { - "version": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": {} - } - } - }, - "_liftoff@3.1.0@liftoff": { - "version": "https://registry.npm.alibaba-inc.com/liftoff/download/liftoff-3.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "findup-sync": "^3.0.0", - "fined": "^1.0.1", - "flagged-respawn": "^1.0.0", - "is-plain-object": "^2.0.4", - "object.map": "^1.0.0", - "rechoir": "^0.6.2", - "resolve": "^1.1.7" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "findup-sync": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": {} - }, - "fined": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fined/download/fined-1.2.0.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^2.0.3", - "object.defaults": "^1.1.0", - "object.pick": "^1.2.0", - "parse-filepath": "^1.0.1" - }, - "dependencies": {} - }, - "flagged-respawn": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flagged-respawn/download/flagged-respawn-1.0.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "object.map": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object.map/download/object.map-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "_lines-and-columns@1.1.6@lines-and-columns": { - "version": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - }, - "_listr-input@0.2.1@listr-input": { - "version": "https://registry.npm.alibaba-inc.com/listr-input/download/listr-input-0.2.1.tgz", - "requires": { - "inquirer": "^7.0.0", - "inquirer-autosubmit-prompt": "^0.2.0", - "rxjs": "^6.5.3", - "through": "^2.3.8" - }, - "dependencies": { - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "inquirer-autosubmit-prompt": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer-autosubmit-prompt/download/inquirer-autosubmit-prompt-0.2.0.tgz", - "requires": { - "chalk": "^2.4.1", - "inquirer": "^6.2.1", - "rxjs": "^6.3.3" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "inquirer": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.2.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "_listr-silent-renderer@1.1.1@listr-silent-renderer": { - "version": "https://registry.npm.alibaba-inc.com/listr-silent-renderer/download/listr-silent-renderer-1.1.1.tgz" - }, - "_listr-update-renderer@0.5.0@listr-update-renderer": { - "version": "https://registry.npm.alibaba-inc.com/listr-update-renderer/download/listr-update-renderer-0.5.0.tgz", - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "cli-truncate": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-0.2.1.tgz", - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "dependencies": { - "slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-0.0.4.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "elegant-spinner": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/elegant-spinner/download/elegant-spinner-1.0.1.tgz" - }, - "figures": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-1.7.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz" - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-1.0.2.tgz", - "requires": { - "chalk": "^1.0.0" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - } - } - }, - "log-update": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-update/download/log-update-2.3.0.tgz", - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": { - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "wrap-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-3.0.1.tgz", - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz" - } - } - } - } - } - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - } - } - }, - "_listr-verbose-renderer@0.5.0@listr-verbose-renderer": { - "version": "https://registry.npm.alibaba-inc.com/listr-verbose-renderer/download/listr-verbose-renderer-0.5.0.tgz", - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": { - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npm.alibaba-inc.com/date-fns/download/date-fns-1.30.1.tgz" - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - } - } - }, - "_listr@0.14.3@listr": { - "version": "https://registry.npm.alibaba-inc.com/listr/download/listr-0.14.3.tgz", - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "dependencies": { - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz", - "requires": { - "any-observable": "^0.3.0" - }, - "dependencies": { - "any-observable": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.3.0.tgz" - } - } - }, - "is-observable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-observable/download/is-observable-1.1.0.tgz", - "requires": { - "symbol-observable": "^1.1.0" - }, - "dependencies": { - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - } - } - }, - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "listr-silent-renderer": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/listr-silent-renderer/download/listr-silent-renderer-1.1.1.tgz" - }, - "listr-update-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/listr-update-renderer/download/listr-update-renderer-0.5.0.tgz", - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "cli-truncate": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-0.2.1.tgz", - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "dependencies": {} - }, - "elegant-spinner": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/elegant-spinner/download/elegant-spinner-1.0.1.tgz" - }, - "figures": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-1.7.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - }, - "dependencies": {} - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz" - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-1.0.2.tgz", - "requires": { - "chalk": "^1.0.0" - }, - "dependencies": {} - }, - "log-update": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-update/download/log-update-2.3.0.tgz", - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "listr-verbose-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/listr-verbose-renderer/download/listr-verbose-renderer-0.5.0.tgz", - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": {} - }, - "date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npm.alibaba-inc.com/date-fns/download/date-fns-1.30.1.tgz" - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - } - } - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - } - } - }, - "_load-json-file@1.1.0@load-json-file": { - "version": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-1.1.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-2.2.0.tgz", - "requires": { - "error-ex": "^1.2.0" - }, - "dependencies": {} - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": {} - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-2.0.0.tgz", - "requires": { - "is-utf8": "^0.2.0" - }, - "dependencies": {} - } - } - }, - "_load-json-file@2.0.0@load-json-file": { - "version": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-2.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-2.2.0.tgz", - "requires": { - "error-ex": "^1.2.0" - }, - "dependencies": {} - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "_load-json-file@4.0.0@load-json-file": { - "version": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "_loader-runner@2.4.0@loader-runner": { - "version": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "_loader-utils@1.2.3@loader-utils": { - "version": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.2.3.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-2.1.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "_loader-utils@1.4.0@loader-utils": { - "version": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "_loader-utils@2.0.0@loader-utils": { - "version": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - } - } - }, - "_locate-path@2.0.0@locate-path": { - "version": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-2.0.0.tgz", - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": { - "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-2.0.0.tgz", - "requires": { - "p-limit": "^1.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - } - } - }, - "_locate-path@3.0.0@locate-path": { - "version": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": { - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-3.0.0.tgz", - "requires": { - "p-limit": "^2.0.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - } - } - }, - "_locate-path@5.0.0@locate-path": { - "version": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": { - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-4.1.0.tgz", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": {} - } - } - }, - "_lodash-es@4.17.21@lodash-es": { - "version": "https://registry.npm.alibaba-inc.com/lodash-es/download/lodash-es-4.17.21.tgz" - }, - "_lodash._basecopy@3.0.1@lodash._basecopy": { - "version": "https://registry.npm.alibaba-inc.com/lodash._basecopy/download/lodash._basecopy-3.0.1.tgz" - }, - "_lodash._basetostring@3.0.1@lodash._basetostring": { - "version": "https://registry.npm.alibaba-inc.com/lodash._basetostring/download/lodash._basetostring-3.0.1.tgz" - }, - "_lodash._basevalues@3.0.0@lodash._basevalues": { - "version": "https://registry.npm.alibaba-inc.com/lodash._basevalues/download/lodash._basevalues-3.0.0.tgz" - }, - "_lodash._getnative@3.9.1@lodash._getnative": { - "version": "https://registry.npm.alibaba-inc.com/lodash._getnative/download/lodash._getnative-3.9.1.tgz" - }, - "_lodash._isiterateecall@3.0.9@lodash._isiterateecall": { - "version": "https://registry.npm.alibaba-inc.com/lodash._isiterateecall/download/lodash._isiterateecall-3.0.9.tgz" - }, - "_lodash._reescape@3.0.0@lodash._reescape": { - "version": "https://registry.npm.alibaba-inc.com/lodash._reescape/download/lodash._reescape-3.0.0.tgz" - }, - "_lodash._reevaluate@3.0.0@lodash._reevaluate": { - "version": "https://registry.npm.alibaba-inc.com/lodash._reevaluate/download/lodash._reevaluate-3.0.0.tgz" - }, - "_lodash._reinterpolate@3.0.0@lodash._reinterpolate": { - "version": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "_lodash._root@3.0.1@lodash._root": { - "version": "https://registry.npm.alibaba-inc.com/lodash._root/download/lodash._root-3.0.1.tgz" - }, - "_lodash.camelcase@4.3.0@lodash.camelcase": { - "version": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "_lodash.clone@4.5.0@lodash.clone": { - "version": "https://registry.npm.alibaba-inc.com/lodash.clone/download/lodash.clone-4.5.0.tgz" - }, - "_lodash.debounce@4.0.8@lodash.debounce": { - "version": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "_lodash.defaults@4.2.0@lodash.defaults": { - "version": "https://registry.npm.alibaba-inc.com/lodash.defaults/download/lodash.defaults-4.2.0.tgz" - }, - "_lodash.escape@3.2.0@lodash.escape": { - "version": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": { - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._root/download/lodash._root-3.0.1.tgz" - } - } - }, - "_lodash.flatten@4.4.0@lodash.flatten": { - "version": "https://registry.npm.alibaba-inc.com/lodash.flatten/download/lodash.flatten-4.4.0.tgz" - }, - "_lodash.flattendeep@4.4.0@lodash.flattendeep": { - "version": "https://registry.npm.alibaba-inc.com/lodash.flattendeep/download/lodash.flattendeep-4.4.0.tgz" - }, - "_lodash.get@4.4.2@lodash.get": { - "version": "https://registry.npm.alibaba-inc.com/lodash.get/download/lodash.get-4.4.2.tgz" - }, - "_lodash.isarguments@3.1.0@lodash.isarguments": { - "version": "https://registry.npm.alibaba-inc.com/lodash.isarguments/download/lodash.isarguments-3.1.0.tgz" - }, - "_lodash.isarray@3.0.4@lodash.isarray": { - "version": "https://registry.npm.alibaba-inc.com/lodash.isarray/download/lodash.isarray-3.0.4.tgz" - }, - "_lodash.isplainobject@4.0.6@lodash.isplainobject": { - "version": "https://registry.npm.alibaba-inc.com/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz" - }, - "_lodash.keys@3.1.2@lodash.keys": { - "version": "https://registry.npm.alibaba-inc.com/lodash.keys/download/lodash.keys-3.1.2.tgz", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - }, - "dependencies": { - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._getnative/download/lodash._getnative-3.9.1.tgz" - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isarguments/download/lodash.isarguments-3.1.0.tgz" - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isarray/download/lodash.isarray-3.0.4.tgz" - } - } - }, - "_lodash.memoize@4.1.2@lodash.memoize": { - "version": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "_lodash.merge@4.6.2@lodash.merge": { - "version": "https://registry.npm.alibaba-inc.com/lodash.merge/download/lodash.merge-4.6.2.tgz" - }, - "_lodash.partialright@4.2.1@lodash.partialright": { - "version": "https://registry.npm.alibaba-inc.com/lodash.partialright/download/lodash.partialright-4.2.1.tgz" - }, - "_lodash.pick@4.4.0@lodash.pick": { - "version": "https://registry.npm.alibaba-inc.com/lodash.pick/download/lodash.pick-4.4.0.tgz" - }, - "_lodash.restparam@3.6.1@lodash.restparam": { - "version": "https://registry.npm.alibaba-inc.com/lodash.restparam/download/lodash.restparam-3.6.1.tgz" - }, - "_lodash.sortby@4.7.0@lodash.sortby": { - "version": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "_lodash.template@3.6.2@lodash.template": { - "version": "https://registry.npm.alibaba-inc.com/lodash.template/download/lodash.template-3.6.2.tgz", - "requires": { - "lodash._basecopy": "^3.0.0", - "lodash._basetostring": "^3.0.0", - "lodash._basevalues": "^3.0.0", - "lodash._isiterateecall": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0", - "lodash.keys": "^3.0.0", - "lodash.restparam": "^3.0.0", - "lodash.templatesettings": "^3.0.0" - }, - "dependencies": { - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basecopy/download/lodash._basecopy-3.0.1.tgz" - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basetostring/download/lodash._basetostring-3.0.1.tgz" - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basevalues/download/lodash._basevalues-3.0.0.tgz" - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._isiterateecall/download/lodash._isiterateecall-3.0.9.tgz" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": {} - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.keys/download/lodash.keys-3.1.2.tgz", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - }, - "dependencies": {} - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.restparam/download/lodash.restparam-3.6.1.tgz" - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.templatesettings/download/lodash.templatesettings-3.1.1.tgz", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_lodash.templatesettings@3.1.1@lodash.templatesettings": { - "version": "https://registry.npm.alibaba-inc.com/lodash.templatesettings/download/lodash.templatesettings-3.1.1.tgz", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0" - }, - "dependencies": { - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_lodash.throttle@4.1.1@lodash.throttle": { - "version": "https://registry.npm.alibaba-inc.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz" - }, - "_lodash.uniq@4.5.0@lodash.uniq": { - "version": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "_lodash.zip@4.2.0@lodash.zip": { - "version": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - }, - "_lodash@4.17.19@lodash": { - "version": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.19.tgz" - }, - "_lodash@4.17.21@lodash": { - "version": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "_log-driver@1.2.7@log-driver": { - "version": "https://registry.npm.alibaba-inc.com/log-driver/download/log-driver-1.2.7.tgz" - }, - "_log-symbols@1.0.2@log-symbols": { - "version": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-1.0.2.tgz", - "requires": { - "chalk": "^1.0.0" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_log-symbols@2.2.0@log-symbols": { - "version": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - } - } - }, - "_log-symbols@3.0.0@log-symbols": { - "version": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-3.0.0.tgz", - "requires": { - "chalk": "^2.4.2" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_log-symbols@4.0.0@log-symbols": { - "version": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "_log-update@2.3.0@log-update": { - "version": "https://registry.npm.alibaba-inc.com/log-update/download/log-update-2.3.0.tgz", - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-3.0.1.tgz", - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_longest-streak@2.0.4@longest-streak": { - "version": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "_longest@1.0.1@longest": { - "version": "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz" - }, - "_loose-envify@1.4.0@loose-envify": { - "version": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "_loud-rejection@1.6.0@loud-rejection": { - "version": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz", - "requires": { - "array-find-index": "^1.0.1" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "_lower-case@2.0.2@lower-case": { - "version": "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-2.0.2.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_lowercase-keys@1.0.1@lowercase-keys": { - "version": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - }, - "_lowercase-keys@2.0.0@lowercase-keys": { - "version": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz" - }, - "_lowlight@1.11.0@lowlight": { - "version": "https://registry.npm.alibaba-inc.com/lowlight/download/lowlight-1.11.0.tgz", - "requires": { - "fault": "^1.0.2", - "highlight.js": "~9.13.0" - }, - "dependencies": { - "fault": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/fault/download/fault-1.0.4.tgz", - "requires": { - "format": "^0.2.0" - }, - "dependencies": {} - }, - "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - } - } - }, - "_lru-cache@4.1.5@lru-cache": { - "version": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": { - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - } - } - }, - "_lru-cache@5.1.1@lru-cache": { - "version": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-3.1.1.tgz" - } - } - }, - "_lru-cache@6.0.0@lru-cache": { - "version": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - }, - "_lz-string@1.4.4@lz-string": { - "version": "https://registry.npm.alibaba-inc.com/lz-string/download/lz-string-1.4.4.tgz" - }, - "_magic-string@0.25.7@magic-string": { - "version": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": { - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - } - } - }, - "_make-dir@1.3.0@make-dir": { - "version": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-1.3.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - } - } - }, - "_make-dir@2.1.0@make-dir": { - "version": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "_make-dir@3.1.0@make-dir": { - "version": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_make-error@1.3.6@make-error": { - "version": "https://registry.npm.alibaba-inc.com/make-error/download/make-error-1.3.6.tgz" - }, - "_make-iterator@1.0.1@make-iterator": { - "version": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "_makeerror@1.0.11@makeerror": { - "version": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": { - "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/tmpl/download/tmpl-1.0.4.tgz" - } - } - }, - "_map-age-cleaner@0.1.3@map-age-cleaner": { - "version": "https://registry.npm.alibaba-inc.com/map-age-cleaner/download/map-age-cleaner-0.1.3.tgz", - "requires": { - "p-defer": "^1.0.0" - }, - "dependencies": { - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-1.0.0.tgz" - } - } - }, - "_map-cache@0.2.2@map-cache": { - "version": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "_map-obj@1.0.1@map-obj": { - "version": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - }, - "_map-obj@2.0.0@map-obj": { - "version": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-2.0.0.tgz" - }, - "_map-obj@4.1.0@map-obj": { - "version": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-4.1.0.tgz" - }, - "_map-or-similar@1.5.0@map-or-similar": { - "version": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - }, - "_map-visit@1.0.0@map-visit": { - "version": "https://registry.npm.alibaba-inc.com/map-visit/download/map-visit-1.0.0.tgz", - "requires": { - "object-visit": "^1.0.0" - }, - "dependencies": { - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_markdown-escapes@1.0.4@markdown-escapes": { - "version": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "_markdown-table@1.1.3@markdown-table": { - "version": "https://registry.npm.alibaba-inc.com/markdown-table/download/markdown-table-1.1.3.tgz" - }, - "_markdown-to-jsx@6.11.4@markdown-to-jsx": { - "version": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - } - } - }, - "_marked@0.3.19@marked": { - "version": "https://registry.npm.alibaba-inc.com/marked/download/marked-0.3.19.tgz" - }, - "_marksy@8.0.0@marksy": { - "version": "https://registry.npm.alibaba-inc.com/marksy/download/marksy-8.0.0.tgz", - "requires": { - "@babel/standalone": "^7.4.5", - "he": "^1.2.0", - "marked": "^0.3.12" - }, - "dependencies": { - "@babel/standalone": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/standalone/download/@babel/standalone-7.13.6.tgz" - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "marked": { - "version": "0.3.19", - "resolved": "https://registry.npm.alibaba-inc.com/marked/download/marked-0.3.19.tgz" - } - } - }, - "_matchdep@2.0.0@matchdep": { - "version": "https://registry.npm.alibaba-inc.com/matchdep/download/matchdep-2.0.0.tgz", - "requires": { - "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", - "resolve": "^1.4.0", - "stack-trace": "0.0.10" - }, - "dependencies": { - "findup-sync": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-2.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^3.1.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/stack-trace/download/stack-trace-0.0.10.tgz" - } - } - }, - "_material-colors@1.2.6@material-colors": { - "version": "https://registry.npm.alibaba-inc.com/material-colors/download/material-colors-1.2.6.tgz" - }, - "_mathml-tag-names@2.1.3@mathml-tag-names": { - "version": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "_md5.js@1.3.5@md5.js": { - "version": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_mdast-squeeze-paragraphs@4.0.0@mdast-squeeze-paragraphs": { - "version": "https://registry.npm.alibaba-inc.com/mdast-squeeze-paragraphs/download/mdast-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "unist-util-remove": "^2.0.0" - }, - "dependencies": { - "unist-util-remove": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove/download/unist-util-remove-2.0.1.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_mdast-util-compact@1.0.4@mdast-util-compact": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-compact/download/mdast-util-compact-1.0.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_mdast-util-definitions@1.2.5@mdast-util-definitions": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-1.2.5.tgz", - "requires": { - "unist-util-visit": "^1.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_mdast-util-definitions@4.0.0@mdast-util-definitions": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-4.0.0.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_mdast-util-from-markdown@0.8.5@mdast-util-from-markdown": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-from-markdown/download/mdast-util-from-markdown-0.8.5.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/mdast": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "micromark": { - "version": "2.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/micromark/download/micromark-2.11.3.tgz", - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - } - } - }, - "_mdast-util-to-hast@10.0.1@mdast-util-to-hast": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-hast/download/mdast-util-to-hast-10.0.1.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "@types/mdast": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-4.0.0.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": {} - }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mdurl/download/mdurl-1.0.1.tgz" - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-generated/download/unist-util-generated-1.1.6.tgz" - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_mdast-util-to-markdown@0.6.5@mdast-util-to-markdown": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-markdown/download/mdast-util-to-markdown-0.6.5.tgz", - "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "_mdast-util-to-string@1.1.0@mdast-util-to-string": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-1.1.0.tgz" - }, - "_mdast-util-to-string@2.0.0@mdast-util-to-string": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "_mdn-data@2.0.14@mdn-data": { - "version": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.14.tgz" - }, - "_mdn-data@2.0.4@mdn-data": { - "version": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.4.tgz" - }, - "_mdurl@1.0.1@mdurl": { - "version": "https://registry.npm.alibaba-inc.com/mdurl/download/mdurl-1.0.1.tgz" - }, - "_media-typer@0.3.0@media-typer": { - "version": "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz" - }, - "_mem@4.3.0@mem": { - "version": "https://registry.npm.alibaba-inc.com/mem/download/mem-4.3.0.tgz", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "dependencies": { - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/map-age-cleaner/download/map-age-cleaner-0.1.3.tgz", - "requires": { - "p-defer": "^1.0.0" - }, - "dependencies": { - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-1.0.0.tgz" - } - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-2.1.0.tgz" - } - } - }, - "_memoize-one@5.1.1@memoize-one": { - "version": "https://registry.npm.alibaba-inc.com/memoize-one/download/memoize-one-5.1.1.tgz" - }, - "_memoizerific@1.11.3@memoizerific": { - "version": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "_memory-fs@0.4.1@memory-fs": { - "version": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_memory-fs@0.5.0@memory-fs": { - "version": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_memorystream@0.3.1@memorystream": { - "version": "https://registry.npm.alibaba-inc.com/memorystream/download/memorystream-0.3.1.tgz" - }, - "_meow@3.7.0@meow": { - "version": "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-2.1.0.tgz", - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": {} - }, - "redent": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-1.0.0.tgz", - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "dependencies": {} - }, - "trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-1.0.0.tgz" - } - } - }, - "_meow@5.0.0@meow": { - "version": "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-4.2.0.tgz", - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - }, - "dependencies": {} - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": {} - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "minimist-options": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-3.0.2.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-3.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": {} - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-2.0.0.tgz", - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - }, - "dependencies": {} - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-2.0.0.tgz" - }, - "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-10.1.0.tgz", - "requires": { - "camelcase": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "_meow@9.0.0@meow": { - "version": "https://registry.npm.alibaba-inc.com/meow/download/meow-9.0.0.tgz", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": { - "@types/minimist": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimist/download/@types/minimist-1.2.1.tgz" - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-6.2.2.tgz", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": {} - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hard-rejection/download/hard-rejection-2.1.0.tgz" - }, - "minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-4.1.0.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-3.0.0.tgz", - "requires": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "redent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-3.0.0.tgz", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "dependencies": {} - }, - "trim-newlines": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-3.0.0.tgz" - }, - "type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.18.1.tgz" - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "_merge-deep@3.0.3@merge-deep": { - "version": "https://registry.npm.alibaba-inc.com/merge-deep/download/merge-deep-3.0.3.tgz", - "requires": { - "arr-union": "^3.1.0", - "clone-deep": "^0.2.4", - "kind-of": "^3.0.2" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "clone-deep": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-0.2.4.tgz", - "requires": { - "for-own": "^0.1.3", - "is-plain-object": "^2.0.1", - "kind-of": "^3.0.2", - "lazy-cache": "^1.0.3", - "shallow-clone": "^0.1.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_merge-descriptors@1.0.1@merge-descriptors": { - "version": "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz" - }, - "_merge-source-map@1.1.0@merge-source-map": { - "version": "https://registry.npm.alibaba-inc.com/merge-source-map/download/merge-source-map-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_merge-stream@1.0.1@merge-stream": { - "version": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_merge-stream@2.0.0@merge-stream": { - "version": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "_merge2@1.4.1@merge2": { - "version": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "_methods@1.1.2@methods": { - "version": "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz" - }, - "_microevent.ts@0.1.1@microevent.ts": { - "version": "https://registry.npm.alibaba-inc.com/microevent.ts/download/microevent.ts-0.1.1.tgz" - }, - "_micromark@2.11.3@micromark": { - "version": "https://registry.npm.alibaba-inc.com/micromark/download/micromark-2.11.3.tgz", - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_micromatch@3.1.10@micromatch": { - "version": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-2.3.2.tgz", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_micromatch@4.0.2@micromatch": { - "version": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "_miller-rabin@4.0.1@miller-rabin": { - "version": "https://registry.npm.alibaba-inc.com/miller-rabin/download/miller-rabin-4.0.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - } - } - }, - "_mime-db@1.46.0@mime-db": { - "version": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - }, - "_mime-types@2.1.29@mime-types": { - "version": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": { - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - } - } - }, - "_mime@1.6.0@mime": { - "version": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz" - }, - "_mime@2.5.2@mime": { - "version": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "_mimic-fn@1.2.0@mimic-fn": { - "version": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-1.2.0.tgz" - }, - "_mimic-fn@2.1.0@mimic-fn": { - "version": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - }, - "_mimic-response@1.0.1@mimic-response": { - "version": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - }, - "_min-document@2.19.0@min-document": { - "version": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": { - "dom-walk": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-walk/download/dom-walk-0.1.2.tgz" - } - } - }, - "_min-indent@1.0.1@min-indent": { - "version": "https://registry.npm.alibaba-inc.com/min-indent/download/min-indent-1.0.1.tgz" - }, - "_mini-css-extract-plugin@0.7.0@mini-css-extract-plugin": { - "version": "https://registry.npm.alibaba-inc.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "normalize-url": "1.9.1", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-1.9.1.tgz", - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "_minimalistic-assert@1.0.1@minimalistic-assert": { - "version": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "_minimalistic-crypto-utils@1.0.1@minimalistic-crypto-utils": { - "version": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - }, - "_minimatch@3.0.4@minimatch": { - "version": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "_minimist-options@3.0.2@minimist-options": { - "version": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-3.0.2.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - } - } - }, - "_minimist-options@4.1.0@minimist-options": { - "version": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-4.1.0.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "_minimist@1.2.5@minimist": { - "version": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "_minipass-collect@1.0.2@minipass-collect": { - "version": "https://registry.npm.alibaba-inc.com/minipass-collect/download/minipass-collect-1.0.2.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_minipass-flush@1.0.5@minipass-flush": { - "version": "https://registry.npm.alibaba-inc.com/minipass-flush/download/minipass-flush-1.0.5.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_minipass-pipeline@1.2.4@minipass-pipeline": { - "version": "https://registry.npm.alibaba-inc.com/minipass-pipeline/download/minipass-pipeline-1.2.4.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_minipass@3.1.3@minipass": { - "version": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - }, - "_mississippi@3.0.0@mississippi": { - "version": "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-3.0.0.tgz", - "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": {} - }, - "from2": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/from2/download/from2-2.3.0.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - }, - "dependencies": {} - }, - "parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parallel-transform/download/parallel-transform-1.2.0.tgz", - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - }, - "dependencies": {} - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "stream-each": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/stream-each/download/stream-each-1.2.3.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_mixin-deep@1.3.2@mixin-deep": { - "version": "https://registry.npm.alibaba-inc.com/mixin-deep/download/mixin-deep-1.3.2.tgz", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "_mixin-object@2.0.1@mixin-object": { - "version": "https://registry.npm.alibaba-inc.com/mixin-object/download/mixin-object-2.0.1.tgz", - "requires": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" - }, - "dependencies": { - "for-in": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-0.1.8.tgz" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "_mkdirp@0.5.5@mkdirp": { - "version": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "_mkdirp@1.0.4@mkdirp": { - "version": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-1.0.4.tgz" - }, - "_moment-jalaali@0.7.4@moment-jalaali": { - "version": "https://registry.npm.alibaba-inc.com/moment-jalaali/download/moment-jalaali-0.7.4.tgz", - "requires": { - "jalaali-js": "^1.1.0", - "moment": "^2.22.1", - "rimraf": "^2.6.2" - }, - "dependencies": { - "jalaali-js": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/jalaali-js/download/jalaali-js-1.1.5.tgz" - }, - "moment": { - "version": "2.29.1", - "resolved": "https://registry.npm.alibaba-inc.com/moment/download/moment-2.29.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - } - } - }, - "_moment@2.29.1@moment": { - "version": "https://registry.npm.alibaba-inc.com/moment/download/moment-2.29.1.tgz" - }, - "_move-concurrently@1.0.1@move-concurrently": { - "version": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": {} - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_ms@2.0.0@ms": { - "version": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.0.0.tgz" - }, - "_ms@2.1.1@ms": { - "version": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "_ms@2.1.2@ms": { - "version": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - }, - "_ms@2.1.3@ms": { - "version": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - }, - "_multimap@1.1.0@multimap": { - "version": "https://registry.npm.alibaba-inc.com/multimap/download/multimap-1.1.0.tgz" - }, - "_multimatch@5.0.0@multimatch": { - "version": "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-5.0.0.tgz", - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "array-differ": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-3.0.0.tgz" - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "arrify": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-2.0.1.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "_multipipe@0.1.2@multipipe": { - "version": "https://registry.npm.alibaba-inc.com/multipipe/download/multipipe-0.1.2.tgz", - "requires": { - "duplexer2": "0.0.2" - }, - "dependencies": { - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": {} - } - } - }, - "_mute-stdout@1.0.1@mute-stdout": { - "version": "https://registry.npm.alibaba-inc.com/mute-stdout/download/mute-stdout-1.0.1.tgz" - }, - "_mute-stream@0.0.7@mute-stream": { - "version": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.7.tgz" - }, - "_mute-stream@0.0.8@mute-stream": { - "version": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "_nan@2.14.2@nan": { - "version": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - }, - "_nanoid@3.1.20@nanoid": { - "version": "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-3.1.20.tgz" - }, - "_nanomatch@1.2.13@nanomatch": { - "version": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_native-request@1.0.8@native-request": { - "version": "https://registry.npm.alibaba-inc.com/native-request/download/native-request-1.0.8.tgz" - }, - "_natural-compare@1.4.0@natural-compare": { - "version": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "_negotiator@0.6.2@negotiator": { - "version": "https://registry.npm.alibaba-inc.com/negotiator/download/negotiator-0.6.2.tgz" - }, - "_neo-async@2.6.2@neo-async": { - "version": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "_nested-error-stacks@2.1.0@nested-error-stacks": { - "version": "https://registry.npm.alibaba-inc.com/nested-error-stacks/download/nested-error-stacks-2.1.0.tgz" - }, - "_nested-object-assign@1.0.3@nested-object-assign": { - "version": "https://registry.npm.alibaba-inc.com/nested-object-assign/download/nested-object-assign-1.0.3.tgz" - }, - "_next-tick@1.0.0@next-tick": { - "version": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - }, - "_nice-try@1.0.5@nice-try": { - "version": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "_no-case@3.0.4@no-case": { - "version": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-2.0.2.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_node-dir@0.1.17@node-dir": { - "version": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "_node-fetch@1.7.3@node-fetch": { - "version": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-1.7.3.tgz", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - }, - "dependencies": { - "encoding": { - "version": "0.1.13", - "resolved": "https://registry.npm.alibaba-inc.com/encoding/download/encoding-0.1.13.tgz", - "requires": { - "iconv-lite": "^0.6.2" - }, - "dependencies": {} - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - } - } - }, - "_node-fetch@2.6.1@node-fetch": { - "version": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.6.1.tgz" - }, - "_node-gyp@3.8.0@node-gyp": { - "version": "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-3.8.0.tgz", - "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "dependencies": { - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "nopt": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-3.0.6.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - } - } - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": { - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": {} - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": {} - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - } - } - }, - "osenv": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/osenv/download/osenv-0.1.5.tgz", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - }, - "dependencies": { - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - } - } - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "semver": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.3.0.tgz" - }, - "tar": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/tar/download/tar-2.2.2.tgz", - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - }, - "dependencies": { - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/block-stream/download/block-stream-0.0.9.tgz", - "requires": { - "inherits": "~2.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "_node-int64@0.4.0@node-int64": { - "version": "https://registry.npm.alibaba-inc.com/node-int64/download/node-int64-0.4.0.tgz" - }, - "_node-libs-browser@2.2.1@node-libs-browser": { - "version": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": { - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert/download/assert-1.5.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": {} - }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz", - "requires": { - "pako": "~1.0.5" - }, - "dependencies": {} - }, - "buffer": { - "version": "4.9.2", - "resolved": "https://registry.npm.alibaba-inc.com/buffer/download/buffer-4.9.2.tgz", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": {} - }, - "console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-browserify/download/console-browserify-1.2.0.tgz" - }, - "constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/constants-browserify/download/constants-browserify-1.0.0.tgz" - }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "dependencies": {} - }, - "domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/domain-browser/download/domain-browser-1.2.0.tgz" - }, - "events": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/events/download/events-3.2.0.tgz" - }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/https-browserify/download/https-browserify-1.0.0.tgz" - }, - "os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/os-browserify/download/os-browserify-0.3.0.tgz" - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-browserify/download/path-browserify-0.0.1.tgz" - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.4.1.tgz" - }, - "querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring-es3/download/querystring-es3-0.2.1.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-browserify/download/stream-browserify-2.0.2.tgz", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - }, - "dependencies": {} - }, - "stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/stream-http/download/stream-http-2.8.3.tgz", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "timers-browserify": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/timers-browserify/download/timers-browserify-2.0.12.tgz", - "requires": { - "setimmediate": "^1.0.4" - }, - "dependencies": {} - }, - "tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/tty-browserify/download/tty-browserify-0.0.0.tgz" - }, - "url": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/url/download/url-0.11.0.tgz", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": {} - }, - "util": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/util/download/util-0.11.1.tgz", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": {} - }, - "vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vm-browserify/download/vm-browserify-1.1.2.tgz" - } - } - }, - "_node-modules-regexp@1.0.0@node-modules-regexp": { - "version": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - }, - "_node-notifier@8.0.1@node-notifier": { - "version": "https://registry.npm.alibaba-inc.com/node-notifier/download/node-notifier-8.0.1.tgz", - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - }, - "dependencies": { - "growly": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/growly/download/growly-1.3.0.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/shellwords/download/shellwords-0.1.1.tgz" - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-8.3.2.tgz" - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_node-releases@1.1.71@node-releases": { - "version": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - }, - "_node-sass@4.14.1@node-sass": { - "version": "https://registry.npm.alibaba-inc.com/node-sass/download/node-sass-4.14.1.tgz", - "requires": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.15", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "2.2.5", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - }, - "dependencies": { - "async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-foreach/download/async-foreach-0.1.3.tgz" - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-2.2.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - } - } - }, - "cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-3.0.1.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "gaze": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/gaze/download/gaze-1.1.3.tgz", - "requires": { - "globule": "^1.0.0" - }, - "dependencies": { - "globule": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/globule/download/globule-1.3.2.tgz", - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "dependencies": {} - } - } - }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-2.1.0.tgz", - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": {} - }, - "redent": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-1.0.0.tgz", - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "dependencies": {} - }, - "trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-1.0.0.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "nan": { - "version": "2.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - }, - "node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-3.8.0.tgz", - "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "dependencies": { - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "nopt": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-3.0.6.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": {} - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": {} - }, - "osenv": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/osenv/download/osenv-0.1.5.tgz", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - }, - "dependencies": {} - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "semver": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.3.0.tgz" - }, - "tar": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/tar/download/tar-2.2.2.tgz", - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": { - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": {} - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": {} - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - } - } - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "sass-graph": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/sass-graph/download/sass-graph-2.2.5.tgz", - "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "scss-tokenizer": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz", - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": { - "js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npm.alibaba-inc.com/js-base64/download/js-base64-2.6.4.tgz" - }, - "source-map": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.4.4.tgz", - "requires": { - "amdefine": ">=0.0.4" - }, - "dependencies": { - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/amdefine/download/amdefine-1.0.1.tgz" - } - } - } - } - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - } - } - }, - "stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/stdout-stream/download/stdout-stream-1.4.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - } - } - }, - "true-case-path": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/true-case-path/download/true-case-path-1.0.3.tgz", - "requires": { - "glob": "^7.1.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - } - } - } - } - }, - "_nopt@3.0.6@nopt": { - "version": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-3.0.6.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - } - } - }, - "_nopt@5.0.0@nopt": { - "version": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-5.0.0.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - } - } - }, - "_normalize-package-data@2.5.0@normalize-package-data": { - "version": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-2.8.8.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_normalize-package-data@3.0.0@normalize-package-data": { - "version": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-3.0.0.tgz", - "requires": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "3.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_normalize-path@2.1.1@normalize-path": { - "version": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": { - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - } - } - }, - "_normalize-path@3.0.0@normalize-path": { - "version": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "_normalize-range@0.1.2@normalize-range": { - "version": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "_normalize-selector@0.2.0@normalize-selector": { - "version": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "_normalize-url@1.9.1@normalize-url": { - "version": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-1.9.1.tgz", - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prepend-http": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-1.0.4.tgz" - }, - "query-string": { - "version": "4.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/query-string/download/query-string-4.3.4.tgz", - "requires": { - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - }, - "dependencies": {} - }, - "sort-keys": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/sort-keys/download/sort-keys-1.1.2.tgz", - "requires": { - "is-plain-obj": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_normalize-url@3.3.0@normalize-url": { - "version": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-3.3.0.tgz" - }, - "_normalize-url@4.5.0@normalize-url": { - "version": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-4.5.0.tgz" - }, - "_now-and-later@2.0.1@now-and-later": { - "version": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "_np@5.2.1@np": { - "version": "https://registry.npm.alibaba-inc.com/np/download/np-5.2.1.tgz", - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "any-observable": "^0.5.0", - "async-exit-hook": "^2.0.1", - "chalk": "^3.0.0", - "cosmiconfig": "^5.2.1", - "del": "^4.1.0", - "escape-string-regexp": "^2.0.0", - "execa": "^3.4.0", - "github-url-from-git": "^1.5.0", - "has-yarn": "^2.1.0", - "hosted-git-info": "^3.0.0", - "inquirer": "^7.0.0", - "is-installed-globally": "^0.3.1", - "is-scoped": "^2.1.0", - "issue-regex": "^2.0.0", - "listr": "^0.14.3", - "listr-input": "^0.2.0", - "log-symbols": "^3.0.0", - "meow": "^5.0.0", - "npm-name": "^5.4.0", - "onetime": "^5.1.0", - "open": "^7.0.0", - "ow": "^0.15.0", - "p-memoize": "^3.1.0", - "p-timeout": "^3.1.0", - "pkg-dir": "^4.1.0", - "read-pkg-up": "^7.0.0", - "rxjs": "^6.3.3", - "semver": "^6.1.2", - "split": "^1.0.0", - "symbol-observable": "^1.2.0", - "terminal-link": "^2.0.0", - "update-notifier": "^3.0.0" - }, - "dependencies": { - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz", - "requires": { - "any-observable": "^0.3.0" - }, - "dependencies": { - "any-observable": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.3.0.tgz" - } - } - }, - "any-observable": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.5.1.tgz" - }, - "async-exit-hook": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/async-exit-hook/download/async-exit-hook-2.0.1.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-2.0.0.tgz", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": {} - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "del": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/del/download/del-4.1.1.tgz", - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": { - "@types/glob": { - "version": "7.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.3.tgz", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - }, - "dependencies": {} - }, - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-6.1.0.tgz", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": {} - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz" - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz", - "requires": { - "is-path-inside": "^2.1.0" - }, - "dependencies": {} - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - }, - "execa": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-3.4.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": {} - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "p-finally": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-2.0.1.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - } - } - }, - "github-url-from-git": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/github-url-from-git/download/github-url-from-git-1.5.0.tgz" - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "hosted-git-info": { - "version": "3.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.3.2.tgz", - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - }, - "dependencies": { - "global-dirs": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-2.1.0.tgz", - "requires": { - "ini": "1.3.7" - }, - "dependencies": {} - }, - "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-3.0.2.tgz" - } - } - }, - "is-scoped": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": { - "scoped-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/scoped-regex/download/scoped-regex-2.1.0.tgz" - } - } - }, - "issue-regex": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/issue-regex/download/issue-regex-2.0.0.tgz" - }, - "listr": { - "version": "0.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/listr/download/listr-0.14.3.tgz", - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "dependencies": { - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz", - "requires": { - "any-observable": "^0.3.0" - }, - "dependencies": {} - }, - "is-observable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-observable/download/is-observable-1.1.0.tgz", - "requires": { - "symbol-observable": "^1.1.0" - }, - "dependencies": {} - }, - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "listr-silent-renderer": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/listr-silent-renderer/download/listr-silent-renderer-1.1.1.tgz" - }, - "listr-update-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/listr-update-renderer/download/listr-update-renderer-0.5.0.tgz", - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": {} - }, - "listr-verbose-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/listr-verbose-renderer/download/listr-verbose-renderer-0.5.0.tgz", - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": {} - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "listr-input": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/listr-input/download/listr-input-0.2.1.tgz", - "requires": { - "inquirer": "^7.0.0", - "inquirer-autosubmit-prompt": "^0.2.0", - "rxjs": "^6.5.3", - "through": "^2.3.8" - }, - "dependencies": { - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "inquirer-autosubmit-prompt": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer-autosubmit-prompt/download/inquirer-autosubmit-prompt-0.2.0.tgz", - "requires": { - "chalk": "^2.4.1", - "inquirer": "^6.2.1", - "rxjs": "^6.3.3" - }, - "dependencies": {} - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "log-symbols": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-3.0.0.tgz", - "requires": { - "chalk": "^2.4.2" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - } - } - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": { - "camelcase-keys": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-4.2.0.tgz", - "requires": { - "camelcase": "^4.1.0", - "map-obj": "^2.0.0", - "quick-lru": "^1.0.0" - }, - "dependencies": {} - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": {} - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "minimist-options": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-3.0.2.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-3.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": {} - }, - "redent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-2.0.0.tgz", - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - }, - "dependencies": {} - }, - "trim-newlines": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-2.0.0.tgz" - }, - "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-10.1.0.tgz", - "requires": { - "camelcase": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "npm-name": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/npm-name/download/npm-name-5.5.0.tgz", - "requires": { - "got": "^9.6.0", - "is-scoped": "^2.1.0", - "is-url-superb": "^3.0.0", - "lodash.zip": "^4.2.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.1.0", - "validate-npm-package-name": "^3.0.0" - }, - "dependencies": { - "got": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz", - "requires": { - "defer-to-connect": "^1.0.1" - }, - "dependencies": {} - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": {} - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": {} - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz" - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz" - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz" - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "is-scoped": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": { - "scoped-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/scoped-regex/download/scoped-regex-2.1.0.tgz" - } - } - }, - "is-url-superb": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-url-superb/download/is-url-superb-3.0.0.tgz", - "requires": { - "url-regex": "^5.0.0" - }, - "dependencies": { - "url-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-regex/download/url-regex-5.0.0.tgz", - "requires": { - "ip-regex": "^4.1.0", - "tlds": "^1.203.0" - }, - "dependencies": {} - } - } - }, - "lodash.zip": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - } - } - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - } - } - }, - "validate-npm-package-name": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-name/download/validate-npm-package-name-3.0.0.tgz", - "requires": { - "builtins": "^1.0.3" - }, - "dependencies": { - "builtins": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/builtins/download/builtins-1.0.3.tgz" - } - } - } - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "open": { - "version": "7.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-7.4.2.tgz", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "ow": { - "version": "0.15.1", - "resolved": "https://registry.npm.alibaba-inc.com/ow/download/ow-0.15.1.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "p-memoize": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-memoize/download/p-memoize-3.1.0.tgz", - "requires": { - "mem": "^4.3.0", - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/mem/download/mem-4.3.0.tgz", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "dependencies": { - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/map-age-cleaner/download/map-age-cleaner-0.1.3.tgz", - "requires": { - "p-defer": "^1.0.0" - }, - "dependencies": {} - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-2.1.0.tgz" - } - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "p-timeout": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": { - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - } - } - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "split": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/split/download/split-1.0.1.tgz", - "requires": { - "through": "2" - }, - "dependencies": { - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/terminal-link/download/terminal-link-2.1.1.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "update-notifier": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.1.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": { - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "term-size": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-1.2.0.tgz", - "requires": { - "execa": "^0.7.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.3.1.tgz" - }, - "widest-line": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-2.0.1.tgz", - "requires": { - "string-width": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-4.2.1.tgz", - "requires": { - "is-obj": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-1.3.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - }, - "unique-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz", - "requires": { - "crypto-random-string": "^1.0.0" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz", - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - }, - "dependencies": { - "global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-0.1.1.tgz", - "requires": { - "ini": "^1.3.4" - }, - "dependencies": {} - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-1.0.1.tgz", - "requires": { - "path-is-inside": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": { - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": {} - } - } - }, - "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - } - } - }, - "_npm-name@5.5.0@npm-name": { - "version": "https://registry.npm.alibaba-inc.com/npm-name/download/npm-name-5.5.0.tgz", - "requires": { - "got": "^9.6.0", - "is-scoped": "^2.1.0", - "is-url-superb": "^3.0.0", - "lodash.zip": "^4.2.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.1.0", - "validate-npm-package-name": "^3.0.0" - }, - "dependencies": { - "got": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": {} - }, - "is-scoped": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": {} - }, - "is-url-superb": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-url-superb/download/is-url-superb-3.0.0.tgz", - "requires": { - "url-regex": "^5.0.0" - }, - "dependencies": {} - }, - "lodash.zip": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "validate-npm-package-name": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-name/download/validate-npm-package-name-3.0.0.tgz", - "requires": { - "builtins": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "_npm-run-all@4.1.5@npm-run-all": { - "version": "https://registry.npm.alibaba-inc.com/npm-run-all/download/npm-run-all-4.1.5.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", - "memorystream": "^0.3.1", - "minimatch": "^3.0.4", - "pidtree": "^0.3.0", - "read-pkg": "^3.0.0", - "shell-quote": "^1.6.1", - "string.prototype.padend": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "memorystream": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/memorystream/download/memorystream-0.3.1.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "pidtree": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/pidtree/download/pidtree-0.3.1.tgz" - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "string.prototype.padend": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - } - } - }, - "_npm-run-path@2.0.2@npm-run-path": { - "version": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-2.0.2.tgz", - "requires": { - "path-key": "^2.0.0" - }, - "dependencies": { - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - } - } - }, - "_npm-run-path@4.0.1@npm-run-path": { - "version": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - } - } - }, - "_npmlog@4.1.2@npmlog": { - "version": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": { - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": {} - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": {} - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - } - } - }, - "_nth-check@1.0.2@nth-check": { - "version": "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz", - "requires": { - "boolbase": "~1.0.0" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - } - } - }, - "_nugget@2.0.1@nugget": { - "version": "https://registry.npm.alibaba-inc.com/nugget/download/nugget-2.0.1.tgz", - "requires": { - "debug": "^2.1.3", - "minimist": "^1.1.0", - "pretty-bytes": "^1.0.2", - "progress-stream": "^1.1.0", - "request": "^2.45.0", - "single-line-log": "^1.1.2", - "throttleit": "0.0.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "pretty-bytes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-bytes/download/pretty-bytes-1.0.4.tgz", - "requires": { - "get-stdin": "^4.0.1", - "meow": "^3.1.0" - }, - "dependencies": {} - }, - "progress-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/progress-stream/download/progress-stream-1.2.0.tgz", - "requires": { - "speedometer": "~0.1.2", - "through2": "~0.2.3" - }, - "dependencies": {} - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "single-line-log": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/single-line-log/download/single-line-log-1.1.2.tgz", - "requires": { - "string-width": "^1.0.1" - }, - "dependencies": {} - }, - "throttleit": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/throttleit/download/throttleit-0.0.2.tgz" - } - } - }, - "_num2fraction@1.2.2@num2fraction": { - "version": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "_number-is-nan@1.0.1@number-is-nan": { - "version": "https://registry.npm.alibaba-inc.com/number-is-nan/download/number-is-nan-1.0.1.tgz" - }, - "_numeral@2.0.6@numeral": { - "version": "https://registry.npm.alibaba-inc.com/numeral/download/numeral-2.0.6.tgz" - }, - "_nwsapi@2.2.0@nwsapi": { - "version": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "_nyc@14.1.1@nyc": { - "version": "https://registry.npm.alibaba-inc.com/nyc/download/nyc-14.1.1.tgz", - "requires": { - "archy": "^1.0.0", - "caching-transform": "^3.0.2", - "convert-source-map": "^1.6.0", - "cp-file": "^6.2.0", - "find-cache-dir": "^2.1.0", - "find-up": "^3.0.0", - "foreground-child": "^1.5.6", - "glob": "^7.1.3", - "istanbul-lib-coverage": "^2.0.5", - "istanbul-lib-hook": "^2.0.7", - "istanbul-lib-instrument": "^3.3.0", - "istanbul-lib-report": "^2.0.8", - "istanbul-lib-source-maps": "^3.0.6", - "istanbul-reports": "^2.2.4", - "js-yaml": "^3.13.1", - "make-dir": "^2.1.0", - "merge-source-map": "^1.1.0", - "resolve-from": "^4.0.0", - "rimraf": "^2.6.3", - "signal-exit": "^3.0.2", - "spawn-wrap": "^1.4.2", - "test-exclude": "^5.2.3", - "uuid": "^3.3.2", - "yargs": "^13.2.2", - "yargs-parser": "^13.0.0" - }, - "dependencies": { - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "caching-transform": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/caching-transform/download/caching-transform-3.0.2.tgz", - "requires": { - "hasha": "^3.0.0", - "make-dir": "^2.0.0", - "package-hash": "^3.0.0", - "write-file-atomic": "^2.4.2" - }, - "dependencies": { - "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": {} - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "package-hash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-hash/download/package-hash-3.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.15", - "hasha": "^3.0.0", - "lodash.flattendeep": "^4.4.0", - "release-zalgo": "^1.0.0" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "cp-file": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/cp-file/download/cp-file-6.2.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "make-dir": "^2.0.0", - "nested-error-stacks": "^2.0.0", - "pify": "^4.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "nested-error-stacks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/nested-error-stacks/download/nested-error-stacks-2.1.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": { - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-3.0.0.tgz", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "foreground-child": { - "version": "1.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-4.0.2.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "istanbul-lib-hook": { - "version": "2.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-hook/download/istanbul-lib-hook-2.0.7.tgz", - "requires": { - "append-transform": "^1.0.0" - }, - "dependencies": { - "append-transform": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/append-transform/download/append-transform-1.0.0.tgz", - "requires": { - "default-require-extensions": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": { - "@babel/generator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/generator/download/@babel/generator-7.13.0.tgz", - "requires": { - "@babel/types": "^7.13.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "istanbul-lib-report": { - "version": "2.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-2.0.8.tgz", - "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "istanbul-lib-source-maps": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-3.0.6.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "istanbul-reports": { - "version": "2.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-2.2.7.tgz", - "requires": { - "html-escaper": "^2.0.0" - }, - "dependencies": { - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - } - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "merge-source-map": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-source-map/download/merge-source-map-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "spawn-wrap": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/spawn-wrap/download/spawn-wrap-1.4.3.tgz", - "requires": { - "foreground-child": "^1.5.6", - "mkdirp": "^0.5.0", - "os-homedir": "^1.0.1", - "rimraf": "^2.6.2", - "signal-exit": "^3.0.2", - "which": "^1.3.0" - }, - "dependencies": { - "foreground-child": { - "version": "1.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-4.0.2.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-4.0.0.tgz", - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": {} - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - } - } - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - } - } - } - } - }, - "_oauth-sign@0.9.0@oauth-sign": { - "version": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "_object-assign@3.0.0@object-assign": { - "version": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-3.0.0.tgz" - }, - "_object-assign@4.1.1@object-assign": { - "version": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "_object-copy@0.1.0@object-copy": { - "version": "https://registry.npm.alibaba-inc.com/object-copy/download/object-copy-0.1.0.tgz", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz" - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_object-inspect@1.9.0@object-inspect": { - "version": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "_object-keys@0.4.0@object-keys": { - "version": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-0.4.0.tgz" - }, - "_object-keys@1.1.1@object-keys": { - "version": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "_object-visit@1.0.1@object-visit": { - "version": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_object.assign@4.1.2@object.assign": { - "version": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "_object.defaults@1.1.0@object.defaults": { - "version": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_object.entries@1.1.3@object.entries": { - "version": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_object.fromentries@2.0.4@object.fromentries": { - "version": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_object.getownpropertydescriptors@2.1.2@object.getownpropertydescriptors": { - "version": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "_object.map@1.0.1@object.map": { - "version": "https://registry.npm.alibaba-inc.com/object.map/download/object.map-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "_object.pick@1.3.0@object.pick": { - "version": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_object.reduce@1.0.1@object.reduce": { - "version": "https://registry.npm.alibaba-inc.com/object.reduce/download/object.reduce-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "_object.values@1.1.3@object.values": { - "version": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_on-finished@2.3.0@on-finished": { - "version": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": { - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - } - } - }, - "_once@1.4.0@once": { - "version": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "_onetime@2.0.1@onetime": { - "version": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-2.0.1.tgz", - "requires": { - "mimic-fn": "^1.0.0" - }, - "dependencies": { - "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-1.2.0.tgz" - } - } - }, - "_onetime@5.1.2@onetime": { - "version": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "_open@6.4.0@open": { - "version": "https://registry.npm.alibaba-inc.com/open/download/open-6.4.0.tgz", - "requires": { - "is-wsl": "^1.1.0" - }, - "dependencies": { - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-1.1.0.tgz" - } - } - }, - "_open@7.4.2@open": { - "version": "https://registry.npm.alibaba-inc.com/open/download/open-7.4.2.tgz", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_opener@1.5.2@opener": { - "version": "https://registry.npm.alibaba-inc.com/opener/download/opener-1.5.2.tgz" - }, - "_optionator@0.8.3@optionator": { - "version": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": { - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "dependencies": {} - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": {} - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - } - } - }, - "_optionator@0.9.1@optionator": { - "version": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": { - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": {} - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - } - } - }, - "_ordered-read-streams@1.0.1@ordered-read-streams": { - "version": "https://registry.npm.alibaba-inc.com/ordered-read-streams/download/ordered-read-streams-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_original@1.0.2@original": { - "version": "https://registry.npm.alibaba-inc.com/original/download/original-1.0.2.tgz", - "requires": { - "url-parse": "^1.4.3" - }, - "dependencies": { - "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_os-browserify@0.3.0@os-browserify": { - "version": "https://registry.npm.alibaba-inc.com/os-browserify/download/os-browserify-0.3.0.tgz" - }, - "_os-homedir@1.0.2@os-homedir": { - "version": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "_os-locale@1.4.0@os-locale": { - "version": "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-1.4.0.tgz", - "requires": { - "lcid": "^1.0.0" - }, - "dependencies": { - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lcid/download/lcid-1.0.0.tgz", - "requires": { - "invert-kv": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_os-shim@0.1.3@os-shim": { - "version": "https://registry.npm.alibaba-inc.com/os-shim/download/os-shim-0.1.3.tgz" - }, - "_os-tmpdir@1.0.2@os-tmpdir": { - "version": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - }, - "_osenv@0.1.5@osenv": { - "version": "https://registry.npm.alibaba-inc.com/osenv/download/osenv-0.1.5.tgz", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - }, - "dependencies": { - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - } - } - }, - "_ow@0.15.1@ow": { - "version": "https://registry.npm.alibaba-inc.com/ow/download/ow-0.15.1.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "_p-cancelable@1.1.0@p-cancelable": { - "version": "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz" - }, - "_p-defer@1.0.0@p-defer": { - "version": "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-1.0.0.tgz" - }, - "_p-each-series@2.2.0@p-each-series": { - "version": "https://registry.npm.alibaba-inc.com/p-each-series/download/p-each-series-2.2.0.tgz" - }, - "_p-finally@1.0.0@p-finally": { - "version": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - }, - "_p-finally@2.0.1@p-finally": { - "version": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-2.0.1.tgz" - }, - "_p-is-promise@2.1.0@p-is-promise": { - "version": "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-2.1.0.tgz" - }, - "_p-limit@1.3.0@p-limit": { - "version": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-1.3.0.tgz", - "requires": { - "p-try": "^1.0.0" - }, - "dependencies": { - "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-1.0.0.tgz" - } - } - }, - "_p-limit@2.3.0@p-limit": { - "version": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": { - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - } - } - }, - "_p-locate@2.0.0@p-locate": { - "version": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-2.0.0.tgz", - "requires": { - "p-limit": "^1.1.0" - }, - "dependencies": { - "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-1.3.0.tgz", - "requires": { - "p-try": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_p-locate@3.0.0@p-locate": { - "version": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-3.0.0.tgz", - "requires": { - "p-limit": "^2.0.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_p-locate@4.1.0@p-locate": { - "version": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-4.1.0.tgz", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_p-map@2.1.0@p-map": { - "version": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "_p-map@3.0.0@p-map": { - "version": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-3.0.0.tgz", - "requires": { - "aggregate-error": "^3.0.0" - }, - "dependencies": { - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/aggregate-error/download/aggregate-error-3.1.0.tgz", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_p-memoize@3.1.0@p-memoize": { - "version": "https://registry.npm.alibaba-inc.com/p-memoize/download/p-memoize-3.1.0.tgz", - "requires": { - "mem": "^4.3.0", - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/mem/download/mem-4.3.0.tgz", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "dependencies": {} - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "_p-queue@6.6.2@p-queue": { - "version": "https://registry.npm.alibaba-inc.com/p-queue/download/p-queue-6.6.2.tgz", - "requires": { - "eventemitter3": "^4.0.4", - "p-timeout": "^3.2.0" - }, - "dependencies": { - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "p-timeout": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_p-timeout@3.2.0@p-timeout": { - "version": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": { - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - } - } - }, - "_p-try@1.0.0@p-try": { - "version": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-1.0.0.tgz" - }, - "_p-try@2.2.0@p-try": { - "version": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - }, - "_package-hash@3.0.0@package-hash": { - "version": "https://registry.npm.alibaba-inc.com/package-hash/download/package-hash-3.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.15", - "hasha": "^3.0.0", - "lodash.flattendeep": "^4.4.0", - "release-zalgo": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": {} - }, - "lodash.flattendeep": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.flattendeep/download/lodash.flattendeep-4.4.0.tgz" - }, - "release-zalgo": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/release-zalgo/download/release-zalgo-1.0.0.tgz", - "requires": { - "es6-error": "^4.0.1" - }, - "dependencies": {} - } - } - }, - "_package-json@6.5.0@package-json": { - "version": "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "got": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": {} - }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_pako@1.0.11@pako": { - "version": "https://registry.npm.alibaba-inc.com/pako/download/pako-1.0.11.tgz" - }, - "_parallel-transform@1.2.0@parallel-transform": { - "version": "https://registry.npm.alibaba-inc.com/parallel-transform/download/parallel-transform-1.2.0.tgz", - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - }, - "dependencies": { - "cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cyclist/download/cyclist-1.0.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_param-case@3.0.4@param-case": { - "version": "https://registry.npm.alibaba-inc.com/param-case/download/param-case-3.0.4.tgz", - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/dot-case/download/dot-case-3.0.4.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_parent-module@1.0.1@parent-module": { - "version": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - } - } - }, - "_parse-asn1@5.1.6@parse-asn1": { - "version": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-5.4.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": {} - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_parse-entities@1.2.2@parse-entities": { - "version": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "_parse-entities@2.0.0@parse-entities": { - "version": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "_parse-filepath@1.0.2@parse-filepath": { - "version": "https://registry.npm.alibaba-inc.com/parse-filepath/download/parse-filepath-1.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - }, - "dependencies": { - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-root/download/path-root-0.1.1.tgz", - "requires": { - "path-root-regex": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "_parse-json@2.2.0@parse-json": { - "version": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-2.2.0.tgz", - "requires": { - "error-ex": "^1.2.0" - }, - "dependencies": { - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - } - } - }, - "_parse-json@4.0.0@parse-json": { - "version": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": { - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - } - } - }, - "_parse-json@5.2.0@parse-json": { - "version": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - } - } - }, - "_parse-node-version@1.0.1@parse-node-version": { - "version": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "_parse-passwd@1.0.0@parse-passwd": { - "version": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - }, - "_parse-svg-path@0.1.2@parse-svg-path": { - "version": "https://registry.npm.alibaba-inc.com/parse-svg-path/download/parse-svg-path-0.1.2.tgz" - }, - "_parse5@4.0.0@parse5": { - "version": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-4.0.0.tgz" - }, - "_parse5@5.1.1@parse5": { - "version": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-5.1.1.tgz" - }, - "_parse5@6.0.1@parse5": { - "version": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-6.0.1.tgz" - }, - "_parseurl@1.3.3@parseurl": { - "version": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "_pascal-case@3.1.2@pascal-case": { - "version": "https://registry.npm.alibaba-inc.com/pascal-case/download/pascal-case-3.1.2.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "no-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "_pascalcase@0.1.1@pascalcase": { - "version": "https://registry.npm.alibaba-inc.com/pascalcase/download/pascalcase-0.1.1.tgz" - }, - "_path-browserify@0.0.1@path-browserify": { - "version": "https://registry.npm.alibaba-inc.com/path-browserify/download/path-browserify-0.0.1.tgz" - }, - "_path-dirname@1.0.2@path-dirname": { - "version": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - }, - "_path-exists@2.1.0@path-exists": { - "version": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-2.1.0.tgz", - "requires": { - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_path-exists@3.0.0@path-exists": { - "version": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - }, - "_path-exists@4.0.0@path-exists": { - "version": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - }, - "_path-is-absolute@1.0.1@path-is-absolute": { - "version": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "_path-is-inside@1.0.2@path-is-inside": { - "version": "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz" - }, - "_path-key@2.0.1@path-key": { - "version": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "_path-key@3.1.1@path-key": { - "version": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "_path-parse@1.0.6@path-parse": { - "version": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - }, - "_path-root-regex@0.1.2@path-root-regex": { - "version": "https://registry.npm.alibaba-inc.com/path-root-regex/download/path-root-regex-0.1.2.tgz" - }, - "_path-root@0.1.1@path-root": { - "version": "https://registry.npm.alibaba-inc.com/path-root/download/path-root-0.1.1.tgz", - "requires": { - "path-root-regex": "^0.1.0" - }, - "dependencies": { - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-root-regex/download/path-root-regex-0.1.2.tgz" - } - } - }, - "_path-to-regexp@0.1.7@path-to-regexp": { - "version": "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz" - }, - "_path-type@1.1.0@path-type": { - "version": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-1.1.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_path-type@2.0.0@path-type": { - "version": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-2.0.0.tgz", - "requires": { - "pify": "^2.0.0" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - } - } - }, - "_path-type@3.0.0@path-type": { - "version": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - } - } - }, - "_path-type@4.0.0@path-type": { - "version": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "_pbkdf2@3.1.1@pbkdf2": { - "version": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "_pend@1.2.0@pend": { - "version": "https://registry.npm.alibaba-inc.com/pend/download/pend-1.2.0.tgz" - }, - "_performance-now@2.1.0@performance-now": { - "version": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "_picomatch@2.2.2@picomatch": { - "version": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - }, - "_pidtree@0.3.1@pidtree": { - "version": "https://registry.npm.alibaba-inc.com/pidtree/download/pidtree-0.3.1.tgz" - }, - "_pify@2.3.0@pify": { - "version": "https://registry.npm.alibaba-inc.com/pify/download/pify-2.3.0.tgz" - }, - "_pify@3.0.0@pify": { - "version": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "_pify@4.0.1@pify": { - "version": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "_pify@5.0.0@pify": { - "version": "https://registry.npm.alibaba-inc.com/pify/download/pify-5.0.0.tgz" - }, - "_pinkie-promise@2.0.1@pinkie-promise": { - "version": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - }, - "_pinkie@2.0.4@pinkie": { - "version": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - }, - "_pirates@4.0.1@pirates": { - "version": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": { - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - } - } - }, - "_pkg-conf@2.1.0@pkg-conf": { - "version": "https://registry.npm.alibaba-inc.com/pkg-conf/download/pkg-conf-2.1.0.tgz", - "requires": { - "find-up": "^2.0.0", - "load-json-file": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_pkg-dir@2.0.0@pkg-dir": { - "version": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_pkg-dir@3.0.0@pkg-dir": { - "version": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_pkg-dir@4.2.0@pkg-dir": { - "version": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_pkg-up@2.0.0@pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_plugin-error@0.1.2@plugin-error": { - "version": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": { - "ansi-cyan": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-cyan/download/ansi-cyan-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "ansi-red": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-red/download/ansi-red-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "arr-diff": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-1.1.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "array-slice": "^0.2.3" - }, - "dependencies": {} - }, - "arr-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-2.1.0.tgz" - }, - "extend-shallow": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-1.1.4.tgz", - "requires": { - "kind-of": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "_plugin-error@1.0.1@plugin-error": { - "version": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-1.0.1.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": {} - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_plur@4.0.0@plur": { - "version": "https://registry.npm.alibaba-inc.com/plur/download/plur-4.0.0.tgz", - "requires": { - "irregular-plurals": "^3.2.0" - }, - "dependencies": { - "irregular-plurals": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/irregular-plurals/download/irregular-plurals-3.2.0.tgz" - } - } - }, - "_pluralize@8.0.0@pluralize": { - "version": "https://registry.npm.alibaba-inc.com/pluralize/download/pluralize-8.0.0.tgz" - }, - "_pn@1.1.0@pn": { - "version": "https://registry.npm.alibaba-inc.com/pn/download/pn-1.1.0.tgz" - }, - "_pnp-webpack-plugin@1.5.0@pnp-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.5.0.tgz", - "requires": { - "ts-pnp": "^1.1.2" - }, - "dependencies": { - "ts-pnp": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-pnp/download/ts-pnp-1.2.0.tgz" - } - } - }, - "_point-at-length@1.1.0@point-at-length": { - "version": "https://registry.npm.alibaba-inc.com/point-at-length/download/point-at-length-1.1.0.tgz", - "requires": { - "abs-svg-path": "~0.1.1", - "isarray": "~0.0.1", - "parse-svg-path": "~0.1.1" - }, - "dependencies": { - "abs-svg-path": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abs-svg-path/download/abs-svg-path-0.1.1.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "parse-svg-path": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-svg-path/download/parse-svg-path-0.1.2.tgz" - } - } - }, - "_polished@3.7.1@polished": { - "version": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "_popper.js@1.16.1@popper.js": { - "version": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "_posix-character-classes@0.1.1@posix-character-classes": { - "version": "https://registry.npm.alibaba-inc.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz" - }, - "_postcss-calc@7.0.5@postcss-calc": { - "version": "https://registry.npm.alibaba-inc.com/postcss-calc/download/postcss-calc-7.0.5.tgz", - "requires": { - "postcss": "^7.0.27", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "_postcss-colormin@4.0.3@postcss-colormin": { - "version": "https://registry.npm.alibaba-inc.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "color": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "color": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color/download/color-3.1.3.tgz", - "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.4" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-convert-values@4.0.1@postcss-convert-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-discard-comments@4.0.2@postcss-discard-comments": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-discard-duplicates@4.0.2@postcss-discard-duplicates": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-discard-empty@4.0.1@postcss-discard-empty": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-discard-overridden@4.0.1@postcss-discard-overridden": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-flexbugs-fixes@4.2.1@postcss-flexbugs-fixes": { - "version": "https://registry.npm.alibaba-inc.com/postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-4.2.1.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-html@0.36.0@postcss-html": { - "version": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": { - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-jsx@0.36.4@postcss-jsx": { - "version": "https://registry.npm.alibaba-inc.com/postcss-jsx/download/postcss-jsx-0.36.4.tgz", - "requires": { - "@babel/core": ">=7.2.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-less@3.1.4@postcss-less": { - "version": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-load-config@2.1.2@postcss-load-config": { - "version": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "import-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-2.1.0.tgz", - "requires": { - "import-from": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-loader@3.0.0@postcss-loader": { - "version": "https://registry.npm.alibaba-inc.com/postcss-loader/download/postcss-loader-3.0.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-markdown@0.36.0@postcss-markdown": { - "version": "https://registry.npm.alibaba-inc.com/postcss-markdown/download/postcss-markdown-0.36.0.tgz", - "requires": { - "remark": "^10.0.1", - "unist-util-find-all-after": "^1.0.2" - }, - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "remark": { - "version": "10.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/remark/download/remark-10.0.1.tgz", - "requires": { - "remark-parse": "^6.0.0", - "remark-stringify": "^6.0.0", - "unified": "^7.0.0" - }, - "dependencies": {} - }, - "unist-util-find-all-after": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-1.0.5.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_postcss-media-query-parser@0.2.3@postcss-media-query-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "_postcss-merge-longhand@4.0.11@postcss-merge-longhand": { - "version": "https://registry.npm.alibaba-inc.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", - "requires": { - "css-color-names": "0.0.4", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "stylehacks": "^4.0.0" - }, - "dependencies": { - "css-color-names": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "stylehacks": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stylehacks/download/stylehacks-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_postcss-merge-rules@4.0.3@postcss-merge-rules": { - "version": "https://registry.npm.alibaba-inc.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "cssnano-util-same-parent": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0", - "vendors": "^1.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": {} - }, - "cssnano-util-same-parent": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - }, - "vendors": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vendors/download/vendors-1.0.4.tgz" - } - } - }, - "_postcss-minify-font-values@4.0.2@postcss-minify-font-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-minify-gradients@4.0.2@postcss-minify-gradients": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "is-color-stop": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "is-color-stop": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-color-stop/download/is-color-stop-1.1.0.tgz", - "requires": { - "css-color-names": "^0.0.4", - "hex-color-regex": "^1.1.0", - "hsl-regex": "^1.0.0", - "hsla-regex": "^1.0.0", - "rgb-regex": "^1.0.1", - "rgba-regex": "^1.0.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-minify-params@4.0.2@postcss-minify-params": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "browserslist": "^4.0.0", - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "uniqs": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - } - } - }, - "_postcss-minify-selectors@4.0.2@postcss-minify-selectors": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-extract-imports@1.1.0@postcss-modules-extract-imports": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-1.1.0.tgz", - "requires": { - "postcss": "^6.0.1" - }, - "dependencies": { - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-extract-imports@2.0.0@postcss-modules-extract-imports": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-local-by-default@1.2.0@postcss-modules-local-by-default": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-1.2.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": { - "css-selector-tokenizer": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.3.tgz", - "requires": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - }, - "dependencies": {} - }, - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-local-by-default@3.0.3@postcss-modules-local-by-default": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "_postcss-modules-scope@1.1.0@postcss-modules-scope": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-1.1.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": { - "css-selector-tokenizer": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.3.tgz", - "requires": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - }, - "dependencies": {} - }, - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-scope@2.2.0@postcss-modules-scope": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-values@1.3.0@postcss-modules-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-1.3.0.tgz", - "requires": { - "icss-replace-symbols": "^1.1.0", - "postcss": "^6.0.1" - }, - "dependencies": { - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "postcss": { - "version": "6.0.23", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": {} - } - } - }, - "_postcss-modules-values@3.0.0@postcss-modules-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-modules@2.0.0@postcss-modules": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-2.0.0.tgz", - "requires": { - "css-modules-loader-core": "^1.1.0", - "generic-names": "^2.0.1", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.1", - "string-hash": "^1.1.1" - }, - "dependencies": { - "css-modules-loader-core": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-modules-loader-core/download/css-modules-loader-core-1.1.0.tgz", - "requires": { - "icss-replace-symbols": "1.1.0", - "postcss": "6.0.1", - "postcss-modules-extract-imports": "1.1.0", - "postcss-modules-local-by-default": "1.2.0", - "postcss-modules-scope": "1.1.0", - "postcss-modules-values": "1.3.0" - }, - "dependencies": {} - }, - "generic-names": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": {} - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "_postcss-modules@3.2.2@postcss-modules": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-3.2.2.tgz", - "requires": { - "generic-names": "^2.0.1", - "icss-replace-symbols": "^1.1.0", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "string-hash": "^1.1.1" - }, - "dependencies": { - "generic-names": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": {} - }, - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": {} - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": {} - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "_postcss-normalize-charset@4.0.1@postcss-normalize-charset": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-normalize-display-values@4.0.2@postcss-normalize-display-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-positions@4.0.2@postcss-normalize-positions": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-repeat-style@4.0.2@postcss-normalize-repeat-style": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-string@4.0.2@postcss-normalize-string": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", - "requires": { - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-timing-functions@4.0.2@postcss-normalize-timing-functions": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-unicode@4.0.1@postcss-normalize-unicode": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-url@4.0.1@postcss-normalize-url": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz", - "requires": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "is-absolute-url": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-2.1.0.tgz" - }, - "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-3.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-normalize-whitespace@4.0.2@postcss-normalize-whitespace": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-ordered-values@4.1.2@postcss-ordered-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-reduce-initial@4.0.3@postcss-reduce-initial": { - "version": "https://registry.npm.alibaba-inc.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-reduce-transforms@4.0.2@postcss-reduce-transforms": { - "version": "https://registry.npm.alibaba-inc.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "_postcss-reporter@6.0.1@postcss-reporter": { - "version": "https://registry.npm.alibaba-inc.com/postcss-reporter/download/postcss-reporter-6.0.1.tgz", - "requires": { - "chalk": "^2.4.1", - "lodash": "^4.17.11", - "log-symbols": "^2.2.0", - "postcss": "^7.0.7" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-resolve-nested-selector@0.1.1@postcss-resolve-nested-selector": { - "version": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "_postcss-safe-parser@4.0.2@postcss-safe-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-sass@0.3.5@postcss-sass": { - "version": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.3.5.tgz", - "requires": { - "gonzales-pe": "^4.2.3", - "postcss": "^7.0.1" - }, - "dependencies": { - "gonzales-pe": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-sass@0.4.4@postcss-sass": { - "version": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.4.4.tgz", - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - }, - "dependencies": { - "gonzales-pe": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-scss@2.1.1@postcss-scss": { - "version": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-selector-parser@3.1.2@postcss-selector-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": {} - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - } - } - }, - "_postcss-selector-parser@6.0.4@postcss-selector-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "_postcss-sorting@4.1.0@postcss-sorting": { - "version": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-4.1.0.tgz", - "requires": { - "lodash": "^4.17.4", - "postcss": "^7.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-sorting@5.0.1@postcss-sorting": { - "version": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-svgo@4.0.2@postcss-svgo": { - "version": "https://registry.npm.alibaba-inc.com/postcss-svgo/download/postcss-svgo-4.0.2.tgz", - "requires": { - "is-svg": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "svgo": "^1.0.0" - }, - "dependencies": { - "is-svg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-svg/download/is-svg-3.0.0.tgz", - "requires": { - "html-comment-regex": "^1.1.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "_postcss-syntax@0.36.2@postcss-syntax": { - "version": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_postcss-unique-selectors@4.0.1@postcss-unique-selectors": { - "version": "https://registry.npm.alibaba-inc.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "postcss": "^7.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "uniqs": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - } - } - }, - "_postcss-value-parser@3.3.1@postcss-value-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "_postcss-value-parser@4.1.0@postcss-value-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "_postcss@6.0.1@postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.1.tgz", - "requires": { - "chalk": "^1.1.3", - "source-map": "^0.5.6", - "supports-color": "^3.2.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "supports-color": { - "version": "3.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-3.2.3.tgz", - "requires": { - "has-flag": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_postcss@6.0.23@postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.23.tgz", - "requires": { - "chalk": "^2.4.1", - "source-map": "^0.6.1", - "supports-color": "^5.4.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_postcss@7.0.35@postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_postcss@8.2.6@postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": { - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-3.1.20.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_pre-commit@1.2.2@pre-commit": { - "version": "https://registry.npm.alibaba-inc.com/pre-commit/download/pre-commit-1.2.2.tgz", - "requires": { - "cross-spawn": "^5.0.1", - "spawn-sync": "^1.0.15", - "which": "1.2.x" - }, - "dependencies": { - "cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-5.1.0.tgz", - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "spawn-sync": { - "version": "1.0.15", - "resolved": "https://registry.npm.alibaba-inc.com/spawn-sync/download/spawn-sync-1.0.15.tgz", - "requires": { - "concat-stream": "^1.4.7", - "os-shim": "^0.1.2" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - } - } - }, - "os-shim": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/os-shim/download/os-shim-0.1.3.tgz" - } - } - }, - "which": { - "version": "1.2.14", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.2.14.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - } - } - }, - "_prelude-ls@1.1.2@prelude-ls": { - "version": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - }, - "_prelude-ls@1.2.1@prelude-ls": { - "version": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "_prepend-http@1.0.4@prepend-http": { - "version": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-1.0.4.tgz" - }, - "_prepend-http@2.0.0@prepend-http": { - "version": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-2.0.0.tgz" - }, - "_prettier-plugin-style-order@0.2.2@prettier-plugin-style-order": { - "version": "https://registry.npm.alibaba-inc.com/prettier-plugin-style-order/download/prettier-plugin-style-order-0.2.2.tgz", - "requires": { - "postcss-sorting": "5.0.1", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "postcss-sorting": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": {} - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_prettier@1.19.1@prettier": { - "version": "https://registry.npm.alibaba-inc.com/prettier/download/prettier-1.19.1.tgz" - }, - "_pretty-bytes@1.0.4@pretty-bytes": { - "version": "https://registry.npm.alibaba-inc.com/pretty-bytes/download/pretty-bytes-1.0.4.tgz", - "requires": { - "get-stdin": "^4.0.1", - "meow": "^3.1.0" - }, - "dependencies": { - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_pretty-error@2.1.2@pretty-error": { - "version": "https://registry.npm.alibaba-inc.com/pretty-error/download/pretty-error-2.1.2.tgz", - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "renderkid": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/renderkid/download/renderkid-2.0.5.tgz", - "requires": { - "css-select": "^2.0.2", - "dom-converter": "^0.2", - "htmlparser2": "^3.10.1", - "lodash": "^4.17.20", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_pretty-format@22.4.3@pretty-format": { - "version": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-22.4.3.tgz", - "requires": { - "ansi-regex": "^3.0.0", - "ansi-styles": "^3.2.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "_pretty-format@24.9.0@pretty-format": { - "version": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-regex": "^4.0.0", - "ansi-styles": "^3.2.0", - "react-is": "^16.8.4" - }, - "dependencies": { - "@jest/types": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-24.9.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^13.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "_pretty-format@25.5.0@pretty-format": { - "version": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-25.5.0.tgz", - "requires": { - "@jest/types": "^25.5.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "dependencies": { - "@jest/types": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-25.5.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^1.1.1", - "@types/yargs": "^15.0.0", - "chalk": "^3.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "_pretty-format@26.6.2@pretty-format": { - "version": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - }, - "_pretty-hrtime@1.0.3@pretty-hrtime": { - "version": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "_prismjs@1.17.1@prismjs": { - "version": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.17.1.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": { - "clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "optional": true, - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_prismjs@1.23.0@prismjs": { - "version": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.23.0.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": { - "clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "optional": true, - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_private@0.1.8@private": { - "version": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "_process-nextick-args@2.0.1@process-nextick-args": { - "version": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "_process@0.11.10@process": { - "version": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - }, - "_progress-stream@1.2.0@progress-stream": { - "version": "https://registry.npm.alibaba-inc.com/progress-stream/download/progress-stream-1.2.0.tgz", - "requires": { - "speedometer": "~0.1.2", - "through2": "~0.2.3" - }, - "dependencies": { - "speedometer": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/speedometer/download/speedometer-0.1.4.tgz" - }, - "through2": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.2.3.tgz", - "requires": { - "readable-stream": "~1.1.9", - "xtend": "~2.1.1" - }, - "dependencies": {} - } - } - }, - "_progress@2.0.3@progress": { - "version": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "_promise-inflight@1.0.1@promise-inflight": { - "version": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "_promise.allsettled@1.0.4@promise.allsettled": { - "version": "https://registry.npm.alibaba-inc.com/promise.allsettled/download/promise.allsettled-1.0.4.tgz", - "requires": { - "array.prototype.map": "^1.0.3", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.0.2", - "iterate-value": "^1.0.2" - }, - "dependencies": { - "array.prototype.map": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.map/download/array.prototype.map-1.0.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "iterate-value": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/iterate-value/download/iterate-value-1.0.2.tgz", - "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_promise.prototype.finally@3.1.2@promise.prototype.finally": { - "version": "https://registry.npm.alibaba-inc.com/promise.prototype.finally/download/promise.prototype.finally-3.1.2.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.0", - "function-bind": "^1.1.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.17.7.tgz", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "_promise.series@0.2.0@promise.series": { - "version": "https://registry.npm.alibaba-inc.com/promise.series/download/promise.series-0.2.0.tgz" - }, - "_promise@7.0.4@promise": { - "version": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.0.4.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - }, - "_promise@7.3.1@promise": { - "version": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - }, - "_prompts@2.4.0@prompts": { - "version": "https://registry.npm.alibaba-inc.com/prompts/download/prompts-2.4.0.tgz", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "dependencies": { - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kleur/download/kleur-3.0.3.tgz" - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/sisteransi/download/sisteransi-1.0.5.tgz" - } - } - }, - "_prop-types@15.7.2@prop-types": { - "version": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "_property-information@5.6.0@property-information": { - "version": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_proto-list@1.2.4@proto-list": { - "version": "https://registry.npm.alibaba-inc.com/proto-list/download/proto-list-1.2.4.tgz" - }, - "_proxy-addr@2.0.6@proxy-addr": { - "version": "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.6.tgz", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "dependencies": { - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/forwarded/download/forwarded-0.1.2.tgz" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz" - } - } - }, - "_prr@1.0.1@prr": { - "version": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - }, - "_pseudomap@1.0.2@pseudomap": { - "version": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "_psl@1.8.0@psl": { - "version": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "_public-encrypt@4.0.3@public-encrypt": { - "version": "https://registry.npm.alibaba-inc.com/public-encrypt/download/public-encrypt-4.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_pug-attrs@3.0.0@pug-attrs": { - "version": "https://registry.npm.alibaba-inc.com/pug-attrs/download/pug-attrs-3.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": {} - }, - "js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - } - } - }, - "_pug-code-gen@3.0.1@pug-code-gen": { - "version": "https://registry.npm.alibaba-inc.com/pug-code-gen/download/pug-code-gen-3.0.1.tgz", - "requires": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": {} - }, - "doctypes": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctypes/download/doctypes-1.1.0.tgz" - }, - "js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "pug-attrs": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-attrs/download/pug-attrs-3.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" - }, - "dependencies": {} - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "void-elements": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/void-elements/download/void-elements-3.1.0.tgz" - }, - "with": { - "version": "7.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/with/download/with-7.0.2.tgz", - "requires": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" - }, - "dependencies": {} - } - } - }, - "_pug-error@2.0.0@pug-error": { - "version": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "_pug-filters@4.0.0@pug-filters": { - "version": "https://registry.npm.alibaba-inc.com/pug-filters/download/pug-filters-4.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": {} - }, - "jstransformer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jstransformer/download/jstransformer-1.0.0.tgz", - "requires": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - }, - "dependencies": {} - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "_pug-lexer@5.0.0@pug-lexer": { - "version": "https://registry.npm.alibaba-inc.com/pug-lexer/download/pug-lexer-5.0.0.tgz", - "requires": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" - }, - "dependencies": { - "character-parser": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/character-parser/download/character-parser-2.2.0.tgz", - "requires": { - "is-regex": "^1.0.3" - }, - "dependencies": {} - }, - "is-expression": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-expression/download/is-expression-4.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" - }, - "dependencies": {} - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - } - } - }, - "_pug-linker@4.0.0@pug-linker": { - "version": "https://registry.npm.alibaba-inc.com/pug-linker/download/pug-linker-4.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - } - } - }, - "_pug-load@3.0.0@pug-load": { - "version": "https://registry.npm.alibaba-inc.com/pug-load/download/pug-load-3.0.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - } - } - }, - "_pug-parser@6.0.0@pug-parser": { - "version": "https://registry.npm.alibaba-inc.com/pug-parser/download/pug-parser-6.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "token-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/token-stream/download/token-stream-1.0.0.tgz" - } - } - }, - "_pug-runtime@3.0.0@pug-runtime": { - "version": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "_pug-strip-comments@2.0.0@pug-strip-comments": { - "version": "https://registry.npm.alibaba-inc.com/pug-strip-comments/download/pug-strip-comments-2.0.0.tgz", - "requires": { - "pug-error": "^2.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - } - } - }, - "_pug-walk@2.0.0@pug-walk": { - "version": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - }, - "_pug@3.0.0@pug": { - "version": "https://registry.npm.alibaba-inc.com/pug/download/pug-3.0.0.tgz", - "requires": { - "pug-code-gen": "^3.0.0", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.0", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.0", - "pug-strip-comments": "^2.0.0" - }, - "dependencies": { - "pug-code-gen": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pug-code-gen/download/pug-code-gen-3.0.1.tgz", - "requires": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" - }, - "dependencies": {} - }, - "pug-filters": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-filters/download/pug-filters-4.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" - }, - "dependencies": {} - }, - "pug-lexer": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-lexer/download/pug-lexer-5.0.0.tgz", - "requires": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" - }, - "dependencies": {} - }, - "pug-linker": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-linker/download/pug-linker-4.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" - }, - "dependencies": {} - }, - "pug-load": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-load/download/pug-load-3.0.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" - }, - "dependencies": {} - }, - "pug-parser": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-parser/download/pug-parser-6.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" - }, - "dependencies": {} - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "pug-strip-comments": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-strip-comments/download/pug-strip-comments-2.0.0.tgz", - "requires": { - "pug-error": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_pump@2.0.1@pump": { - "version": "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "_pump@3.0.0@pump": { - "version": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "_pumpify@1.5.1@pumpify": { - "version": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "_punycode@1.3.2@punycode": { - "version": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.3.2.tgz" - }, - "_punycode@1.4.1@punycode": { - "version": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.4.1.tgz" - }, - "_punycode@2.1.1@punycode": { - "version": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - }, - "_q@1.5.1@q": { - "version": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - }, - "_qs@6.5.2@qs": { - "version": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "_qs@6.7.0@qs": { - "version": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "_qs@6.9.6@qs": { - "version": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "_query-string@4.3.4@query-string": { - "version": "https://registry.npm.alibaba-inc.com/query-string/download/query-string-4.3.4.tgz", - "requires": { - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz" - } - } - }, - "_querystring-es3@0.2.1@querystring-es3": { - "version": "https://registry.npm.alibaba-inc.com/querystring-es3/download/querystring-es3-0.2.1.tgz" - }, - "_querystring@0.2.0@querystring": { - "version": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.0.tgz" - }, - "_querystring@0.2.1@querystring": { - "version": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - }, - "_querystringify@2.2.0@querystringify": { - "version": "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.2.0.tgz" - }, - "_queue-microtask@1.2.2@queue-microtask": { - "version": "https://registry.npm.alibaba-inc.com/queue-microtask/download/queue-microtask-1.2.2.tgz" - }, - "_quick-lru@1.1.0@quick-lru": { - "version": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-1.1.0.tgz" - }, - "_quick-lru@4.0.1@quick-lru": { - "version": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-4.0.1.tgz" - }, - "_ramda@0.21.0@ramda": { - "version": "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.21.0.tgz" - }, - "_randombytes@2.1.0@randombytes": { - "version": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_randomfill@1.0.4@randomfill": { - "version": "https://registry.npm.alibaba-inc.com/randomfill/download/randomfill-1.0.4.tgz", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_range-parser@1.2.1@range-parser": { - "version": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "_raw-body@2.4.0@raw-body": { - "version": "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.0.tgz", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - } - } - }, - "_raw-loader@0.5.1@raw-loader": { - "version": "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-0.5.1.tgz" - }, - "_raw-loader@3.1.0@raw-loader": { - "version": "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-3.1.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "schema-utils": "^2.0.1" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "_rc@1.2.8@rc": { - "version": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz" - } - } - }, - "_react-addons-create-fragment@15.6.2@react-addons-create-fragment": { - "version": "https://registry.npm.alibaba-inc.com/react-addons-create-fragment/download/react-addons-create-fragment-15.6.2.tgz", - "requires": { - "fbjs": "^0.8.4", - "loose-envify": "^1.3.1", - "object-assign": "^4.1.0" - }, - "dependencies": { - "fbjs": { - "version": "0.8.17", - "resolved": "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.8.17.tgz", - "requires": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - }, - "dependencies": {} - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "_react-clientside-effect@1.2.5@react-clientside-effect": { - "version": "https://registry.npm.alibaba-inc.com/react-clientside-effect/download/react-clientside-effect-1.2.5.tgz", - "requires": { - "@babel/runtime": "^7.12.13" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "_react-color@2.19.3@react-color": { - "version": "https://registry.npm.alibaba-inc.com/react-color/download/react-color-2.19.3.tgz", - "requires": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", - "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" - }, - "dependencies": { - "@icons/material": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/@icons/material/download/@icons/material-0.2.4.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash-es/download/lodash-es-4.17.21.tgz" - }, - "material-colors": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/material-colors/download/material-colors-1.2.6.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "reactcss": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/reactcss/download/reactcss-1.2.3.tgz", - "requires": { - "lodash": "^4.0.1" - }, - "dependencies": {} - }, - "tinycolor2": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/tinycolor2/download/tinycolor2-1.4.2.tgz" - } - } - }, - "_react-dev-utils@9.1.0@react-dev-utils": { - "version": "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-9.1.0.tgz", - "requires": { - "@babel/code-frame": "7.5.5", - "address": "1.1.2", - "browserslist": "4.7.0", - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "1.0.5", - "filesize": "3.6.1", - "find-up": "3.0.0", - "fork-ts-checker-webpack-plugin": "1.5.0", - "global-modules": "2.0.0", - "globby": "8.0.2", - "gzip-size": "5.1.1", - "immer": "1.10.0", - "inquirer": "6.5.0", - "is-root": "2.1.0", - "loader-utils": "1.2.3", - "open": "^6.3.0", - "pkg-up": "2.0.0", - "react-error-overlay": "^6.0.3", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "sockjs-client": "1.4.0", - "strip-ansi": "5.2.0", - "text-table": "0.2.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz", - "requires": { - "@babel/highlight": "^7.0.0" - }, - "dependencies": {} - }, - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "browserslist": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.0.tgz", - "requires": { - "caniuse-lite": "^1.0.30000989", - "electron-to-chromium": "^1.3.247", - "node-releases": "^1.1.29" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "fork-ts-checker-webpack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-1.5.0.tgz", - "requires": { - "babel-code-frame": "^6.22.0", - "chalk": "^2.4.1", - "chokidar": "^2.0.4", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": {} - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "8.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-8.0.2.tgz", - "requires": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "dependencies": {} - }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": {} - }, - "immer": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz" - }, - "inquirer": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.0.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "is-root": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz" - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.2.3.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-6.4.0.tgz", - "requires": { - "is-wsl": "^1.1.0" - }, - "dependencies": {} - }, - "pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": {} - }, - "react-error-overlay": { - "version": "6.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.9.tgz" - }, - "recursive-readdir": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz", - "requires": { - "minimatch": "3.0.4" - }, - "dependencies": {} - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "sockjs-client": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz", - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - } - } - }, - "_react-docgen@5.3.1@react-docgen": { - "version": "https://registry.npm.alibaba-inc.com/react-docgen/download/react-docgen-5.3.1.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": {} - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": {} - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_react-dom@16.14.0@react-dom": { - "version": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": {} - } - } - }, - "_react-draggable@4.4.3@react-draggable": { - "version": "https://registry.npm.alibaba-inc.com/react-draggable/download/react-draggable-4.4.3.tgz", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "dependencies": { - "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/classnames/download/classnames-2.2.6.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_react-element-to-jsx-string@14.3.2@react-element-to-jsx-string": { - "version": "https://registry.npm.alibaba-inc.com/react-element-to-jsx-string/download/react-element-to-jsx-string-14.3.2.tgz", - "requires": { - "@base2/pretty-print-object": "1.0.0", - "is-plain-object": "3.0.1" - }, - "dependencies": { - "@base2/pretty-print-object": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@base2/pretty-print-object/download/@base2/pretty-print-object-1.0.0.tgz" - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - } - } - }, - "_react-error-boundary@3.0.2@react-error-boundary": { - "version": "https://registry.npm.alibaba-inc.com/react-error-boundary/download/react-error-boundary-3.0.2.tgz", - "requires": { - "@babel/runtime": "^7.11.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - } - } - }, - "_react-error-overlay@6.0.9@react-error-overlay": { - "version": "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.9.tgz" - }, - "_react-fast-compare@3.2.0@react-fast-compare": { - "version": "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-3.2.0.tgz" - }, - "_react-focus-lock@2.5.0@react-focus-lock": { - "version": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "focus-lock": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/focus-lock/download/focus-lock-0.8.1.tgz", - "requires": { - "tslib": "^1.9.3" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-clientside-effect": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/react-clientside-effect/download/react-clientside-effect-1.2.5.tgz", - "requires": { - "@babel/runtime": "^7.12.13" - }, - "dependencies": {} - }, - "use-callback-ref": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/use-callback-ref/download/use-callback-ref-1.2.5.tgz" - }, - "use-sidecar": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/use-sidecar/download/use-sidecar-1.0.4.tgz", - "requires": { - "detect-node-es": "^1.0.0", - "tslib": "^1.9.3" - }, - "dependencies": {} - } - } - }, - "_react-helmet-async@1.0.7@react-helmet-async": { - "version": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-3.2.0.tgz" - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - } - } - }, - "_react-hotkeys@2.0.0@react-hotkeys": { - "version": "https://registry.npm.alibaba-inc.com/react-hotkeys/download/react-hotkeys-2.0.0.tgz", - "requires": { - "prop-types": "^15.6.1" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_react-input-autosize@3.0.0@react-input-autosize": { - "version": "https://registry.npm.alibaba-inc.com/react-input-autosize/download/react-input-autosize-3.0.0.tgz", - "requires": { - "prop-types": "^15.5.8" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_react-inspector@4.0.1@react-inspector": { - "version": "https://registry.npm.alibaba-inc.com/react-inspector/download/react-inspector-4.0.1.tgz", - "requires": { - "@babel/runtime": "^7.6.3", - "is-dom": "^1.0.9", - "prop-types": "^15.6.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "is-dom": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-dom/download/is-dom-1.1.0.tgz", - "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_react-is@16.13.1@react-is": { - "version": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - }, - "_react-is@17.0.1@react-is": { - "version": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - }, - "_react-lifecycles-compat@3.0.4@react-lifecycles-compat": { - "version": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz" - }, - "_react-popper-tooltip@2.11.1@react-popper-tooltip": { - "version": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "react-popper": { - "version": "1.3.10", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper/download/react-popper-1.3.10.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "@hypnosphi/create-react-context": "^0.3.1", - "popper.js": "^1.14.4", - "prop-types": "^15.6.1", - "typed-styles": "^0.0.7", - "warning": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "_react-popper@1.3.10@react-popper": { - "version": "https://registry.npm.alibaba-inc.com/react-popper/download/react-popper-1.3.10.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "@hypnosphi/create-react-context": "^0.3.1", - "popper.js": "^1.14.4", - "prop-types": "^15.6.1", - "typed-styles": "^0.0.7", - "warning": "^4.0.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@hypnosphi/create-react-context": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@hypnosphi/create-react-context/download/@hypnosphi/create-react-context-0.3.1.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "typed-styles": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/typed-styles/download/typed-styles-0.0.7.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_react-reconciler@0.25.1@react-reconciler": { - "version": "https://registry.npm.alibaba-inc.com/react-reconciler/download/react-reconciler-0.25.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - } - } - }, - "_react-select@3.2.0@react-select": { - "version": "https://registry.npm.alibaba-inc.com/react-select/download/react-select-3.2.0.tgz", - "requires": { - "@babel/runtime": "^7.4.4", - "@emotion/cache": "^10.0.9", - "@emotion/core": "^10.0.9", - "@emotion/css": "^10.0.9", - "memoize-one": "^5.0.0", - "prop-types": "^15.6.0", - "react-input-autosize": "^3.0.0", - "react-transition-group": "^4.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": {} - }, - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "memoize-one": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/memoize-one/download/memoize-one-5.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-input-autosize": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-input-autosize/download/react-input-autosize-3.0.0.tgz", - "requires": { - "prop-types": "^15.5.8" - }, - "dependencies": {} - }, - "react-transition-group": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-transition-group/download/react-transition-group-4.4.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "dependencies": {} - } - } - }, - "_react-sizeme@2.6.12@react-sizeme": { - "version": "https://registry.npm.alibaba-inc.com/react-sizeme/download/react-sizeme-2.6.12.tgz", - "requires": { - "element-resize-detector": "^1.2.1", - "invariant": "^2.2.4", - "shallowequal": "^1.1.0", - "throttle-debounce": "^2.1.0" - }, - "dependencies": { - "element-resize-detector": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/element-resize-detector/download/element-resize-detector-1.2.1.tgz", - "requires": { - "batch-processor": "1.0.0" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - }, - "throttle-debounce": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/throttle-debounce/download/throttle-debounce-2.3.0.tgz" - } - } - }, - "_react-syntax-highlighter@11.0.2@react-syntax-highlighter": { - "version": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - }, - "lowlight": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/lowlight/download/lowlight-1.11.0.tgz", - "requires": { - "fault": "^1.0.2", - "highlight.js": "~9.13.0" - }, - "dependencies": {} - }, - "prismjs": { - "version": "1.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.23.0.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": {} - }, - "refractor": { - "version": "2.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/refractor/download/refractor-2.10.1.tgz", - "requires": { - "hastscript": "^5.0.0", - "parse-entities": "^1.1.2", - "prismjs": "~1.17.0" - }, - "dependencies": {} - } - } - }, - "_react-textarea-autosize@7.1.2@react-textarea-autosize": { - "version": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_react-transition-group@4.4.1@react-transition-group": { - "version": "https://registry.npm.alibaba-inc.com/react-transition-group/download/react-transition-group-4.4.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "dom-helpers": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dom-helpers/download/dom-helpers-5.2.0.tgz", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": {} - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_react-with-styles-interface-aphrodite@6.0.1@react-with-styles-interface-aphrodite": { - "version": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-aphrodite/download/react-with-styles-interface-aphrodite-6.0.1.tgz", - "requires": { - "array.prototype.flat": "^1.2.1", - "has": "^1.0.3", - "object.assign": "^4.1.0", - "object.entries": "^1.1.0", - "rtl-css-js": "^1.13.1" - }, - "dependencies": { - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "rtl-css-js": { - "version": "1.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/rtl-css-js/download/rtl-css-js-1.14.0.tgz", - "requires": { - "@babel/runtime": "^7.1.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - } - } - } - } - }, - "_react-with-styles-interface-css-compiler@2.2.0@react-with-styles-interface-css-compiler": { - "version": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-css-compiler/download/react-with-styles-interface-css-compiler-2.2.0.tgz", - "requires": { - "@babel/register": "^7.5.5", - "@babel/runtime": "^7.5.5", - "aphrodite": "^2.2.3", - "clean-css": "^4.2.1", - "global-cache": "^1.2.1", - "jsdom": "^11.12.0", - "object.entries": "^1.0.4", - "object.values": "^1.0.4", - "react-with-styles-interface-css": "^6.0.0" - }, - "dependencies": { - "@babel/register": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.13.0.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": { - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "pirates": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.7", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - } - } - }, - "aphrodite": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/aphrodite/download/aphrodite-2.4.0.tgz", - "requires": { - "asap": "^2.0.3", - "inline-style-prefixer": "^5.1.0", - "string-hash": "^1.1.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - }, - "inline-style-prefixer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-prefixer/download/inline-style-prefixer-5.1.2.tgz", - "requires": { - "css-in-js-utils": "^2.0.0" - }, - "dependencies": {} - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "global-cache": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "jsdom": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-11.12.0.tgz", - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "acorn": { - "version": "5.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-5.7.4.tgz" - }, - "acorn-globals": { - "version": "4.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-4.3.4.tgz", - "requires": { - "acorn": "^6.0.1", - "acorn-walk": "^6.0.1" - }, - "dependencies": {} - }, - "array-equal": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-equal/download/array-equal-1.0.0.tgz" - }, - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - }, - "cssstyle": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-1.4.0.tgz", - "requires": { - "cssom": "0.3.x" - }, - "dependencies": {} - }, - "data-urls": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-1.1.0.tgz", - "requires": { - "abab": "^2.0.0", - "whatwg-mimetype": "^2.2.0", - "whatwg-url": "^7.0.0" - }, - "dependencies": {} - }, - "domexception": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-1.0.1.tgz", - "requires": { - "webidl-conversions": "^4.0.2" - }, - "dependencies": {} - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "html-encoding-sniffer": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-1.0.2.tgz", - "requires": { - "whatwg-encoding": "^1.0.1" - }, - "dependencies": {} - }, - "left-pad": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/left-pad/download/left-pad-1.3.0.tgz" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "parse5": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-4.0.0.tgz" - }, - "pn": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/pn/download/pn-1.1.0.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-6.5.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": {} - }, - "ws": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-5.2.2.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": {} - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "react-with-styles-interface-css": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-css/download/react-with-styles-interface-css-6.0.0.tgz", - "requires": { - "array.prototype.flat": "^1.2.1", - "global-cache": "^1.2.1" - }, - "dependencies": { - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "global-cache": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - } - } - } - } - }, - "_react-with-styles-interface-css@6.0.0@react-with-styles-interface-css": { - "version": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-css/download/react-with-styles-interface-css-6.0.0.tgz", - "requires": { - "array.prototype.flat": "^1.2.1", - "global-cache": "^1.2.1" - }, - "dependencies": { - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "global-cache": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_react@16.14.0@react": { - "version": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "_reactcss@1.2.3@reactcss": { - "version": "https://registry.npm.alibaba-inc.com/reactcss/download/reactcss-1.2.3.tgz", - "requires": { - "lodash": "^4.0.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_read-pkg-up@1.0.1@read-pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": { - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-1.1.2.tgz", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-1.1.0.tgz", - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg-up@2.0.0@read-pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^2.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-2.0.0.tgz", - "requires": { - "load-json-file": "^2.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg-up@3.0.0@read-pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-3.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg-up@4.0.0@read-pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-4.0.0.tgz", - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg-up@7.0.1@read-pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "_read-pkg@1.1.0@read-pkg": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-1.1.0.tgz", - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-1.1.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-1.1.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg@2.0.0@read-pkg": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-2.0.0.tgz", - "requires": { - "load-json-file": "^2.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^2.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-2.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "path-type": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-2.0.0.tgz", - "requires": { - "pify": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg@3.0.0@read-pkg": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": { - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "path-type": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-3.0.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_read-pkg@5.2.0@read-pkg": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "@types/normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.0.tgz" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.6.0.tgz" - } - } - }, - "_readable-stream@1.0.34@readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.0.34.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - } - } - }, - "_readable-stream@1.1.14@readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - } - } - }, - "_readable-stream@2.3.7@readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "_readable-stream@3.6.0@readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "_readdirp@2.2.1@readdirp": { - "version": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-2.2.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_readdirp@3.5.0@readdirp": { - "version": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": { - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "_realpath-native@1.1.0@realpath-native": { - "version": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": { - "util.promisify": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "_recast@0.18.10@recast": { - "version": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.18.10.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": { - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_recast@0.19.1@recast": { - "version": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.19.1.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": { - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_rechoir@0.6.2@rechoir": { - "version": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": { - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "_recursive-readdir@2.2.2@recursive-readdir": { - "version": "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz", - "requires": { - "minimatch": "3.0.4" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "_redent@1.0.0@redent": { - "version": "https://registry.npm.alibaba-inc.com/redent/download/redent-1.0.0.tgz", - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "dependencies": { - "indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-2.1.0.tgz", - "requires": { - "repeating": "^2.0.0" - }, - "dependencies": {} - }, - "strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-1.0.1.tgz", - "requires": { - "get-stdin": "^4.0.1" - }, - "dependencies": {} - } - } - }, - "_redent@2.0.0@redent": { - "version": "https://registry.npm.alibaba-inc.com/redent/download/redent-2.0.0.tgz", - "requires": { - "indent-string": "^3.0.0", - "strip-indent": "^2.0.0" - }, - "dependencies": { - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz" - }, - "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-2.0.0.tgz" - } - } - }, - "_redent@3.0.0@redent": { - "version": "https://registry.npm.alibaba-inc.com/redent/download/redent-3.0.0.tgz", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_refractor@2.10.1@refractor": { - "version": "https://registry.npm.alibaba-inc.com/refractor/download/refractor-2.10.1.tgz", - "requires": { - "hastscript": "^5.0.0", - "parse-entities": "^1.1.2", - "prismjs": "~1.17.0" - }, - "dependencies": { - "hastscript": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-5.1.2.tgz", - "requires": { - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "prismjs": { - "version": "1.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.17.1.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_regenerate-unicode-properties@8.2.0@regenerate-unicode-properties": { - "version": "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.2.0.tgz", - "requires": { - "regenerate": "^1.4.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - } - } - }, - "_regenerate@1.4.2@regenerate": { - "version": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - }, - "_regenerator-runtime@0.11.1@regenerator-runtime": { - "version": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - }, - "_regenerator-runtime@0.13.7@regenerator-runtime": { - "version": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - }, - "_regenerator-transform@0.13.4@regenerator-transform": { - "version": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.13.4.tgz", - "requires": { - "private": "^0.1.6" - }, - "dependencies": { - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - } - } - }, - "_regenerator-transform@0.14.5@regenerator-transform": { - "version": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz", - "requires": { - "@babel/runtime": "^7.8.4" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "_regex-not@1.0.2@regex-not": { - "version": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "_regexp-tree@0.1.23@regexp-tree": { - "version": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - }, - "_regexp.prototype.flags@1.3.1@regexp.prototype.flags": { - "version": "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "_regexpp@2.0.1@regexpp": { - "version": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-2.0.1.tgz" - }, - "_regexpp@3.1.0@regexpp": { - "version": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "_regexpu-core@4.7.1@regexpu-core": { - "version": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - }, - "regenerate-unicode-properties": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.2.0.tgz", - "requires": { - "regenerate": "^1.4.0" - }, - "dependencies": {} - }, - "regjsgen": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.2.tgz" - }, - "regjsparser": { - "version": "0.6.7", - "resolved": "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.7.tgz", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": {} - }, - "unicode-match-property-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz", - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - }, - "dependencies": {} - }, - "unicode-match-property-value-ecmascript": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.2.0.tgz" - } - } - }, - "_registry-auth-token@4.2.1@registry-auth-token": { - "version": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - } - } - }, - "_registry-url@5.1.0@registry-url": { - "version": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - } - } - }, - "_regjsgen@0.5.2@regjsgen": { - "version": "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.2.tgz" - }, - "_regjsparser@0.6.7@regjsparser": { - "version": "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.7.tgz", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-0.5.0.tgz" - } - } - }, - "_regression@2.0.1@regression": { - "version": "https://registry.npm.alibaba-inc.com/regression/download/regression-2.0.1.tgz" - }, - "_relateurl@0.2.7@relateurl": { - "version": "https://registry.npm.alibaba-inc.com/relateurl/download/relateurl-0.2.7.tgz" - }, - "_release-zalgo@1.0.0@release-zalgo": { - "version": "https://registry.npm.alibaba-inc.com/release-zalgo/download/release-zalgo-1.0.0.tgz", - "requires": { - "es6-error": "^4.0.1" - }, - "dependencies": { - "es6-error": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/es6-error/download/es6-error-4.1.1.tgz" - } - } - }, - "_remark-external-links@5.0.0@remark-external-links": { - "version": "https://registry.npm.alibaba-inc.com/remark-external-links/download/remark-external-links-5.0.0.tgz", - "requires": { - "extend": "^3.0.0", - "is-absolute-url": "^3.0.0", - "mdast-util-definitions": "^1.2.3", - "space-separated-tokens": "^1.1.2", - "unist-util-visit": "^1.4.0" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz" - }, - "mdast-util-definitions": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-1.2.5.tgz", - "requires": { - "unist-util-visit": "^1.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_remark-footnotes@2.0.0@remark-footnotes": { - "version": "https://registry.npm.alibaba-inc.com/remark-footnotes/download/remark-footnotes-2.0.0.tgz" - }, - "_remark-mdx@1.6.22@remark-mdx": { - "version": "https://registry.npm.alibaba-inc.com/remark-mdx/download/remark-mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_remark-parse@5.0.0@remark-parse": { - "version": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-5.0.0.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "unist-util-remove-position": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-1.1.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": {} - }, - "vfile-location": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-2.0.6.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_remark-parse@6.0.3@remark-parse": { - "version": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-6.0.3.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "unist-util-remove-position": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-1.1.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": {} - }, - "vfile-location": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-2.0.6.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_remark-parse@8.0.3@remark-parse": { - "version": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-2.0.1.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": {} - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_remark-parse@9.0.0@remark-parse": { - "version": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-9.0.0.tgz", - "requires": { - "mdast-util-from-markdown": "^0.8.0" - }, - "dependencies": { - "mdast-util-from-markdown": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-from-markdown/download/mdast-util-from-markdown-0.8.5.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_remark-slug@5.1.2@remark-slug": { - "version": "https://registry.npm.alibaba-inc.com/remark-slug/download/remark-slug-5.1.2.tgz", - "requires": { - "github-slugger": "^1.0.0", - "mdast-util-to-string": "^1.0.0", - "unist-util-visit": "^1.0.0" - }, - "dependencies": { - "github-slugger": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/github-slugger/download/github-slugger-1.3.0.tgz", - "requires": { - "emoji-regex": ">=6.0.0 <=6.1.1" - }, - "dependencies": {} - }, - "mdast-util-to-string": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-1.1.0.tgz" - }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_remark-squeeze-paragraphs@4.0.0@remark-squeeze-paragraphs": { - "version": "https://registry.npm.alibaba-inc.com/remark-squeeze-paragraphs/download/remark-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "dependencies": { - "mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-squeeze-paragraphs/download/mdast-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "unist-util-remove": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_remark-stringify@6.0.4@remark-stringify": { - "version": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-6.0.4.tgz", - "requires": { - "ccount": "^1.0.0", - "is-alphanumeric": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "longest-streak": "^2.0.1", - "markdown-escapes": "^1.0.0", - "markdown-table": "^1.1.0", - "mdast-util-compact": "^1.0.0", - "parse-entities": "^1.0.2", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "stringify-entities": "^1.0.1", - "unherit": "^1.0.4", - "xtend": "^4.0.1" - }, - "dependencies": { - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "is-alphanumeric": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumeric/download/is-alphanumeric-1.0.0.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "markdown-table": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/markdown-table/download/markdown-table-1.1.3.tgz" - }, - "mdast-util-compact": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-compact/download/mdast-util-compact-1.0.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "stringify-entities": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/stringify-entities/download/stringify-entities-1.3.2.tgz", - "requires": { - "character-entities-html4": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_remark-stringify@9.0.1@remark-stringify": { - "version": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-9.0.1.tgz", - "requires": { - "mdast-util-to-markdown": "^0.6.0" - }, - "dependencies": { - "mdast-util-to-markdown": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-markdown/download/mdast-util-to-markdown-0.6.5.tgz", - "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_remark@10.0.1@remark": { - "version": "https://registry.npm.alibaba-inc.com/remark/download/remark-10.0.1.tgz", - "requires": { - "remark-parse": "^6.0.0", - "remark-stringify": "^6.0.0", - "unified": "^7.0.0" - }, - "dependencies": { - "remark-parse": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-6.0.3.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "remark-stringify": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-6.0.4.tgz", - "requires": { - "ccount": "^1.0.0", - "is-alphanumeric": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "longest-streak": "^2.0.1", - "markdown-escapes": "^1.0.0", - "markdown-table": "^1.1.0", - "mdast-util-compact": "^1.0.0", - "parse-entities": "^1.0.2", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "stringify-entities": "^1.0.1", - "unherit": "^1.0.4", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "unified": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-7.1.0.tgz", - "requires": { - "@types/unist": "^2.0.0", - "@types/vfile": "^3.0.0", - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^3.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "_remark@13.0.0@remark": { - "version": "https://registry.npm.alibaba-inc.com/remark/download/remark-13.0.0.tgz", - "requires": { - "remark-parse": "^9.0.0", - "remark-stringify": "^9.0.0", - "unified": "^9.1.0" - }, - "dependencies": { - "remark-parse": { - "version": "9.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-9.0.0.tgz", - "requires": { - "mdast-util-from-markdown": "^0.8.0" - }, - "dependencies": {} - }, - "remark-stringify": { - "version": "9.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-9.0.1.tgz", - "requires": { - "mdast-util-to-markdown": "^0.6.0" - }, - "dependencies": {} - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_remove-bom-buffer@3.0.0@remove-bom-buffer": { - "version": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - }, - "_remove-bom-stream@1.2.0@remove-bom-stream": { - "version": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": { - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_remove-trailing-separator@1.1.0@remove-trailing-separator": { - "version": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "_renderkid@2.0.5@renderkid": { - "version": "https://registry.npm.alibaba-inc.com/renderkid/download/renderkid-2.0.5.tgz", - "requires": { - "css-select": "^2.0.2", - "dom-converter": "^0.2", - "htmlparser2": "^3.10.1", - "lodash": "^4.17.20", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dom-converter/download/dom-converter-0.2.0.tgz", - "requires": { - "utila": "~0.4" - }, - "dependencies": {} - }, - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_repeat-element@1.1.3@repeat-element": { - "version": "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz" - }, - "_repeat-string@1.6.1@repeat-string": { - "version": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "_repeating@2.0.1@repeating": { - "version": "https://registry.npm.alibaba-inc.com/repeating/download/repeating-2.0.1.tgz", - "requires": { - "is-finite": "^1.0.0" - }, - "dependencies": { - "is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-finite/download/is-finite-1.1.0.tgz" - } - } - }, - "_replace-ext@0.0.1@replace-ext": { - "version": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-0.0.1.tgz" - }, - "_replace-ext@1.0.0@replace-ext": { - "version": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.0.tgz" - }, - "_replace-ext@1.0.1@replace-ext": { - "version": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - }, - "_replace-homedir@1.0.0@replace-homedir": { - "version": "https://registry.npm.alibaba-inc.com/replace-homedir/download/replace-homedir-1.0.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1", - "is-absolute": "^1.0.0", - "remove-trailing-separator": "^1.1.0" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - }, - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - } - } - }, - "_request-promise-core@1.1.4@request-promise-core": { - "version": "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.4.tgz", - "requires": { - "lodash": "^4.17.19" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "_request-promise-native@1.0.9@request-promise-native": { - "version": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": { - "request-promise-core": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.4.tgz", - "requires": { - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "_request@2.88.2@request": { - "version": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "_require-directory@2.1.1@require-directory": { - "version": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "_require-from-string@2.0.2@require-from-string": { - "version": "https://registry.npm.alibaba-inc.com/require-from-string/download/require-from-string-2.0.2.tgz" - }, - "_require-main-filename@1.0.1@require-main-filename": { - "version": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-1.0.1.tgz" - }, - "_require-main-filename@2.0.0@require-main-filename": { - "version": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "_requires-port@1.0.0@requires-port": { - "version": "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz" - }, - "_reserved-words@0.1.2@reserved-words": { - "version": "https://registry.npm.alibaba-inc.com/reserved-words/download/reserved-words-0.1.2.tgz" - }, - "_resize-observer-polyfill@1.5.1@resize-observer-polyfill": { - "version": "https://registry.npm.alibaba-inc.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz" - }, - "_resolve-cwd@2.0.0@resolve-cwd": { - "version": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-2.0.0.tgz", - "requires": { - "resolve-from": "^3.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - } - } - }, - "_resolve-cwd@3.0.0@resolve-cwd": { - "version": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - }, - "_resolve-dir@1.0.1@resolve-dir": { - "version": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_resolve-from@3.0.0@resolve-from": { - "version": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-3.0.0.tgz" - }, - "_resolve-from@4.0.0@resolve-from": { - "version": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - }, - "_resolve-from@5.0.0@resolve-from": { - "version": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "_resolve-options@1.1.0@resolve-options": { - "version": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": { - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - } - } - }, - "_resolve-url@0.2.1@resolve-url": { - "version": "https://registry.npm.alibaba-inc.com/resolve-url/download/resolve-url-0.2.1.tgz" - }, - "_resolve@1.1.7@resolve": { - "version": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - }, - "_resolve@1.17.0@resolve": { - "version": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.17.0.tgz", - "requires": { - "path-parse": "^1.0.6" - }, - "dependencies": { - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "_resolve@1.20.0@resolve": { - "version": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "_responselike@1.0.2@responselike": { - "version": "https://registry.npm.alibaba-inc.com/responselike/download/responselike-1.0.2.tgz", - "requires": { - "lowercase-keys": "^1.0.0" - }, - "dependencies": { - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - } - } - }, - "_restore-cursor@2.0.0@restore-cursor": { - "version": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-2.0.0.tgz", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-2.0.1.tgz", - "requires": { - "mimic-fn": "^1.0.0" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "_restore-cursor@3.1.0@restore-cursor": { - "version": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-3.1.0.tgz", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "_ret@0.1.15@ret": { - "version": "https://registry.npm.alibaba-inc.com/ret/download/ret-0.1.15.tgz" - }, - "_reusify@1.0.4@reusify": { - "version": "https://registry.npm.alibaba-inc.com/reusify/download/reusify-1.0.4.tgz" - }, - "_rgb-regex@1.0.1@rgb-regex": { - "version": "https://registry.npm.alibaba-inc.com/rgb-regex/download/rgb-regex-1.0.1.tgz" - }, - "_rgba-regex@1.0.0@rgba-regex": { - "version": "https://registry.npm.alibaba-inc.com/rgba-regex/download/rgba-regex-1.0.0.tgz" - }, - "_right-align@0.1.3@right-align": { - "version": "https://registry.npm.alibaba-inc.com/right-align/download/right-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.1" - }, - "dependencies": { - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": {} - } - } - }, - "_rimraf@2.6.3@rimraf": { - "version": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_rimraf@2.7.1@rimraf": { - "version": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_rimraf@3.0.2@rimraf": { - "version": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_ripemd160@2.0.2@ripemd160": { - "version": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "_rollup-plugin-postcss@3.1.8@rollup-plugin-postcss": { - "version": "https://registry.npm.alibaba-inc.com/rollup-plugin-postcss/download/rollup-plugin-postcss-3.1.8.tgz", - "requires": { - "chalk": "^4.0.0", - "concat-with-sourcemaps": "^1.1.0", - "cssnano": "^4.1.10", - "import-cwd": "^3.0.0", - "p-queue": "^6.3.0", - "pify": "^5.0.0", - "postcss": "^7.0.27", - "postcss-load-config": "^2.1.0", - "postcss-modules": "^2.0.0", - "promise.series": "^0.2.0", - "resolve": "^1.16.1", - "rollup-pluginutils": "^2.8.2", - "safe-identifier": "^0.4.1", - "style-inject": "^0.3.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "concat-with-sourcemaps": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/concat-with-sourcemaps/download/concat-with-sourcemaps-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "cssnano": { - "version": "4.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano/download/cssnano-4.1.10.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "cssnano-preset-default": "^4.0.7", - "is-resolvable": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "import-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-3.0.0.tgz", - "requires": { - "import-from": "^3.0.0" - }, - "dependencies": {} - }, - "p-queue": { - "version": "6.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/p-queue/download/p-queue-6.6.2.tgz", - "requires": { - "eventemitter3": "^4.0.4", - "p-timeout": "^3.2.0" - }, - "dependencies": {} - }, - "pify": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-5.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": {} - }, - "postcss-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-2.0.0.tgz", - "requires": { - "css-modules-loader-core": "^1.1.0", - "generic-names": "^2.0.1", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.1", - "string-hash": "^1.1.1" - }, - "dependencies": {} - }, - "promise.series": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/promise.series/download/promise.series-0.2.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": {} - }, - "safe-identifier": { - "version": "0.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-identifier/download/safe-identifier-0.4.2.tgz" - }, - "style-inject": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-inject/download/style-inject-0.3.0.tgz" - } - } - }, - "_rollup-plugin-terser@7.0.2@rollup-plugin-terser": { - "version": "https://registry.npm.alibaba-inc.com/rollup-plugin-terser/download/rollup-plugin-terser-7.0.2.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": {} - }, - "terser": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-5.6.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" - }, - "dependencies": {} - } - } - }, - "_rollup-plugin-typescript2@0.29.0@rollup-plugin-typescript2": { - "version": "https://registry.npm.alibaba-inc.com/rollup-plugin-typescript2/download/rollup-plugin-typescript2-0.29.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "8.1.0", - "resolve": "1.17.0", - "tslib": "2.0.1" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": {} - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.17.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.17.0.tgz", - "requires": { - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.0.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "_rollup-pluginutils@2.8.2@rollup-pluginutils": { - "version": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": { - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-0.6.1.tgz" - } - } - }, - "_rollup@2.33.3@rollup": { - "version": "https://registry.npm.alibaba-inc.com/rollup/download/rollup-2.33.3.tgz", - "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": { - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.1.3.tgz", - "optional": true - } - } - }, - "_rsvp@4.8.5@rsvp": { - "version": "https://registry.npm.alibaba-inc.com/rsvp/download/rsvp-4.8.5.tgz" - }, - "_rtl-css-js@1.14.0@rtl-css-js": { - "version": "https://registry.npm.alibaba-inc.com/rtl-css-js/download/rtl-css-js-1.14.0.tgz", - "requires": { - "@babel/runtime": "^7.1.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "_run-async@2.4.1@run-async": { - "version": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "_run-parallel@1.2.0@run-parallel": { - "version": "https://registry.npm.alibaba-inc.com/run-parallel/download/run-parallel-1.2.0.tgz", - "requires": { - "queue-microtask": "^1.2.2" - }, - "dependencies": { - "queue-microtask": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/queue-microtask/download/queue-microtask-1.2.2.tgz" - } - } - }, - "_run-queue@1.0.3@run-queue": { - "version": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - } - } - }, - "_rw@1.3.3@rw": { - "version": "https://registry.npm.alibaba-inc.com/rw/download/rw-1.3.3.tgz" - }, - "_rxjs@6.6.3@rxjs": { - "version": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "_safe-buffer@5.1.1@safe-buffer": { - "version": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.1.tgz" - }, - "_safe-buffer@5.1.2@safe-buffer": { - "version": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "_safe-buffer@5.2.1@safe-buffer": { - "version": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "_safe-identifier@0.4.2@safe-identifier": { - "version": "https://registry.npm.alibaba-inc.com/safe-identifier/download/safe-identifier-0.4.2.tgz" - }, - "_safe-publish-latest@1.1.4@safe-publish-latest": { - "version": "https://registry.npm.alibaba-inc.com/safe-publish-latest/download/safe-publish-latest-1.1.4.tgz", - "requires": { - "in-publish": "^2.0.0", - "semver": "^5.7.1", - "yargs": "^7.1.0" - }, - "dependencies": { - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "yargs": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.1.tgz", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" - }, - "dependencies": { - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz" - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-3.2.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "get-caller-file": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-1.0.3.tgz" - }, - "os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-1.4.0.tgz", - "requires": { - "lcid": "^1.0.0" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": {} - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-1.0.1.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-1.0.0.tgz" - }, - "y18n": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-3.2.2.tgz" - }, - "yargs-parser": { - "version": "5.0.0-security.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-5.0.0-security.0.tgz", - "requires": { - "camelcase": "^3.0.0", - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - } - } - }, - "_safe-regex@1.1.0@safe-regex": { - "version": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": { - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npm.alibaba-inc.com/ret/download/ret-0.1.15.tgz" - } - } - }, - "_safe-regex@2.1.1@safe-regex": { - "version": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-2.1.1.tgz", - "requires": { - "regexp-tree": "~0.1.1" - }, - "dependencies": { - "regexp-tree": { - "version": "0.1.23", - "resolved": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - } - } - }, - "_safer-buffer@2.1.2@safer-buffer": { - "version": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - }, - "_sane@4.1.0@sane": { - "version": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@cnakazawa/watch/download/@cnakazawa/watch-1.0.4.tgz", - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz", - "requires": { - "rsvp": "^4.8.4" - }, - "dependencies": {} - }, - "exec-sh": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-1.0.0.tgz", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "_sass-graph@2.2.5@sass-graph": { - "version": "https://registry.npm.alibaba-inc.com/sass-graph/download/sass-graph-2.2.5.tgz", - "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "scss-tokenizer": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz", - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": {} - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - }, - "_sass-loader@7.3.1@sass-loader": { - "version": "https://registry.npm.alibaba-inc.com/sass-loader/download/sass-loader-7.3.1.tgz", - "requires": { - "clone-deep": "^4.0.1", - "loader-utils": "^1.0.1", - "neo-async": "^2.5.0", - "pify": "^4.0.1", - "semver": "^6.3.0" - }, - "dependencies": { - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-4.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-3.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "_sax@1.2.4@sax": { - "version": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "_saxes@5.0.1@saxes": { - "version": "https://registry.npm.alibaba-inc.com/saxes/download/saxes-5.0.1.tgz", - "requires": { - "xmlchars": "^2.2.0" - }, - "dependencies": { - "xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/xmlchars/download/xmlchars-2.2.0.tgz" - } - } - }, - "_scheduler@0.19.1@scheduler": { - "version": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "_schema-utils@0.4.7@schema-utils": { - "version": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-0.4.7.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - } - } - }, - "_schema-utils@1.0.0@schema-utils": { - "version": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - }, - "_schema-utils@2.7.1@schema-utils": { - "version": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - }, - "_scoped-regex@2.1.0@scoped-regex": { - "version": "https://registry.npm.alibaba-inc.com/scoped-regex/download/scoped-regex-2.1.0.tgz" - }, - "_scss-tokenizer@0.2.3@scss-tokenizer": { - "version": "https://registry.npm.alibaba-inc.com/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz", - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": { - "js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npm.alibaba-inc.com/js-base64/download/js-base64-2.6.4.tgz" - }, - "source-map": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.4.4.tgz", - "requires": { - "amdefine": ">=0.0.4" - }, - "dependencies": {} - } - } - }, - "_select@1.1.2@select": { - "version": "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz" - }, - "_semver-diff@2.1.0@semver-diff": { - "version": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "_semver-greatest-satisfied-range@1.1.0@semver-greatest-satisfied-range": { - "version": "https://registry.npm.alibaba-inc.com/semver-greatest-satisfied-range/download/semver-greatest-satisfied-range-1.1.0.tgz", - "requires": { - "sver-compat": "^1.5.0" - }, - "dependencies": { - "sver-compat": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/sver-compat/download/sver-compat-1.5.0.tgz", - "requires": { - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - } - } - }, - "_semver@5.3.0@semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.3.0.tgz" - }, - "_semver@5.7.1@semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "_semver@6.3.0@semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "_semver@7.0.0@semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - }, - "_semver@7.3.2@semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.2.tgz" - }, - "_semver@7.3.4@semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_send@0.17.1@send": { - "version": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - } - } - }, - "_serialize-javascript@4.0.0@serialize-javascript": { - "version": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "_serve-favicon@2.5.0@serve-favicon": { - "version": "https://registry.npm.alibaba-inc.com/serve-favicon/download/serve-favicon-2.5.0.tgz", - "requires": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" - }, - "dependencies": { - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.1.tgz" - } - } - }, - "_serve-static@1.14.1@serve-static": { - "version": "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "dependencies": { - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": {} - } - } - }, - "_set-blocking@2.0.0@set-blocking": { - "version": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "_set-value@2.0.1@set-value": { - "version": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_setimmediate@1.0.5@setimmediate": { - "version": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - }, - "_setprototypeof@1.1.1@setprototypeof": { - "version": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "_sha.js@2.4.11@sha.js": { - "version": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_shallow-clone@0.1.2@shallow-clone": { - "version": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-0.1.2.tgz", - "requires": { - "is-extendable": "^0.1.1", - "kind-of": "^2.0.1", - "lazy-cache": "^0.2.3", - "mixin-object": "^2.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "kind-of": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-2.0.1.tgz", - "requires": { - "is-buffer": "^1.0.2" - }, - "dependencies": {} - }, - "lazy-cache": { - "version": "0.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-0.2.7.tgz" - }, - "mixin-object": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mixin-object/download/mixin-object-2.0.1.tgz", - "requires": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" - }, - "dependencies": {} - } - } - }, - "_shallow-clone@3.0.1@shallow-clone": { - "version": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-3.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "_shallow-equal@1.2.1@shallow-equal": { - "version": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "_shallowequal@1.1.0@shallowequal": { - "version": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - }, - "_shebang-command@1.2.0@shebang-command": { - "version": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": { - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-1.0.0.tgz" - } - } - }, - "_shebang-command@2.0.0@shebang-command": { - "version": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": { - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-3.0.0.tgz" - } - } - }, - "_shebang-regex@1.0.0@shebang-regex": { - "version": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-1.0.0.tgz" - }, - "_shebang-regex@3.0.0@shebang-regex": { - "version": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-3.0.0.tgz" - }, - "_shell-quote@1.7.2@shell-quote": { - "version": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "_shelljs@0.8.4@shelljs": { - "version": "https://registry.npm.alibaba-inc.com/shelljs/download/shelljs-0.8.4.tgz", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": {} - } - } - }, - "_shellwords@0.1.1@shellwords": { - "version": "https://registry.npm.alibaba-inc.com/shellwords/download/shellwords-0.1.1.tgz" - }, - "_side-channel@1.0.4@side-channel": { - "version": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - } - } - }, - "_sigmund@1.0.1@sigmund": { - "version": "https://registry.npm.alibaba-inc.com/sigmund/download/sigmund-1.0.1.tgz" - }, - "_signal-exit@3.0.3@signal-exit": { - "version": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "_signale@1.4.0@signale": { - "version": "https://registry.npm.alibaba-inc.com/signale/download/signale-1.4.0.tgz", - "requires": { - "chalk": "^2.3.2", - "figures": "^2.0.0", - "pkg-conf": "^2.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "pkg-conf": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-conf/download/pkg-conf-2.1.0.tgz", - "requires": { - "find-up": "^2.0.0", - "load-json-file": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_simple-statistics@6.1.1@simple-statistics": { - "version": "https://registry.npm.alibaba-inc.com/simple-statistics/download/simple-statistics-6.1.1.tgz" - }, - "_simple-statistics@7.4.1@simple-statistics": { - "version": "https://registry.npm.alibaba-inc.com/simple-statistics/download/simple-statistics-7.4.1.tgz" - }, - "_simple-swizzle@0.2.2@simple-swizzle": { - "version": "https://registry.npm.alibaba-inc.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz", - "requires": { - "is-arrayish": "^0.3.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.3.2.tgz" - } - } - }, - "_simplebar-react@1.2.3@simplebar-react": { - "version": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "simplebar": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar/download/simplebar-4.2.3.tgz", - "requires": { - "can-use-dom": "^0.1.0", - "core-js": "^3.0.1", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "lodash.throttle": "^4.1.1", - "resize-observer-polyfill": "^1.5.1" - }, - "dependencies": {} - } - } - }, - "_simplebar@4.2.3@simplebar": { - "version": "https://registry.npm.alibaba-inc.com/simplebar/download/simplebar-4.2.3.tgz", - "requires": { - "can-use-dom": "^0.1.0", - "core-js": "^3.0.1", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "lodash.throttle": "^4.1.1", - "resize-observer-polyfill": "^1.5.1" - }, - "dependencies": { - "can-use-dom": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/can-use-dom/download/can-use-dom-0.1.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz" - }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz" - } - } - }, - "_single-line-log@1.1.2@single-line-log": { - "version": "https://registry.npm.alibaba-inc.com/single-line-log/download/single-line-log-1.1.2.tgz", - "requires": { - "string-width": "^1.0.1" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_sisteransi@1.0.5@sisteransi": { - "version": "https://registry.npm.alibaba-inc.com/sisteransi/download/sisteransi-1.0.5.tgz" - }, - "_size-sensor@1.0.1@size-sensor": { - "version": "https://registry.npm.alibaba-inc.com/size-sensor/download/size-sensor-1.0.1.tgz" - }, - "_slash2@2.0.0@slash2": { - "version": "https://registry.npm.alibaba-inc.com/slash2/download/slash2-2.0.0.tgz" - }, - "_slash@1.0.0@slash": { - "version": "https://registry.npm.alibaba-inc.com/slash/download/slash-1.0.0.tgz" - }, - "_slash@2.0.0@slash": { - "version": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "_slash@3.0.0@slash": { - "version": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "_slice-ansi@0.0.4@slice-ansi": { - "version": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-0.0.4.tgz" - }, - "_slice-ansi@2.1.0@slice-ansi": { - "version": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-2.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-1.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - } - } - }, - "_slice-ansi@4.0.0@slice-ansi": { - "version": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-4.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-2.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - } - } - }, - "_snapdragon-node@2.1.1@snapdragon-node": { - "version": "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": {} - } - } - }, - "_snapdragon-util@3.0.1@snapdragon-util": { - "version": "https://registry.npm.alibaba-inc.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_snapdragon@0.8.2@snapdragon": { - "version": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": {} - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "_snapshot-diff@0.8.1@snapshot-diff": { - "version": "https://registry.npm.alibaba-inc.com/snapshot-diff/download/snapshot-diff-0.8.1.tgz", - "requires": { - "jest-diff": "^26.1.0", - "jest-snapshot": "^26.1.0", - "pretty-format": "^26.1.0" - }, - "dependencies": { - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "_sockjs-client@1.4.0@sockjs-client": { - "version": "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz", - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - }, - "eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-1.0.7.tgz", - "requires": { - "original": "^1.0.0" - }, - "dependencies": {} - }, - "faye-websocket": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.11.3.tgz", - "requires": { - "websocket-driver": ">=0.5.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "json3": { - "version": "3.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/json3/download/json3-3.3.3.tgz" - }, - "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_sort-keys@1.1.2@sort-keys": { - "version": "https://registry.npm.alibaba-inc.com/sort-keys/download/sort-keys-1.1.2.tgz", - "requires": { - "is-plain-obj": "^1.0.0" - }, - "dependencies": { - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - } - } - }, - "_source-list-map@2.0.1@source-list-map": { - "version": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "_source-map-resolve@0.5.3@source-map-resolve": { - "version": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": { - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/atob/download/atob-2.1.2.tgz" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz" - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-url/download/resolve-url-0.2.1.tgz" - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-url/download/source-map-url-0.4.1.tgz" - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/urix/download/urix-0.1.0.tgz" - } - } - }, - "_source-map-support@0.5.19@source-map-support": { - "version": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_source-map-url@0.4.1@source-map-url": { - "version": "https://registry.npm.alibaba-inc.com/source-map-url/download/source-map-url-0.4.1.tgz" - }, - "_source-map@0.4.4@source-map": { - "version": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.4.4.tgz", - "requires": { - "amdefine": ">=0.0.4" - }, - "dependencies": { - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/amdefine/download/amdefine-1.0.1.tgz" - } - } - }, - "_source-map@0.5.7@source-map": { - "version": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "_source-map@0.6.1@source-map": { - "version": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "_source-map@0.7.3@source-map": { - "version": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "_sourcemap-codec@1.4.8@sourcemap-codec": { - "version": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - }, - "_space-separated-tokens@1.1.5@space-separated-tokens": { - "version": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "_sparkles@1.0.1@sparkles": { - "version": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - }, - "_spawn-sync@1.0.15@spawn-sync": { - "version": "https://registry.npm.alibaba-inc.com/spawn-sync/download/spawn-sync-1.0.15.tgz", - "requires": { - "concat-stream": "^1.4.7", - "os-shim": "^0.1.2" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "os-shim": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/os-shim/download/os-shim-0.1.3.tgz" - } - } - }, - "_spawn-wrap@1.4.3@spawn-wrap": { - "version": "https://registry.npm.alibaba-inc.com/spawn-wrap/download/spawn-wrap-1.4.3.tgz", - "requires": { - "foreground-child": "^1.5.6", - "mkdirp": "^0.5.0", - "os-homedir": "^1.0.1", - "rimraf": "^2.6.2", - "signal-exit": "^3.0.2", - "which": "^1.3.0" - }, - "dependencies": { - "foreground-child": { - "version": "1.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_spdx-correct@3.1.1@spdx-correct": { - "version": "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.1.tgz", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - }, - "_spdx-exceptions@2.3.0@spdx-exceptions": { - "version": "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz" - }, - "_spdx-expression-parse@3.0.1@spdx-expression-parse": { - "version": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz" - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - }, - "_spdx-license-ids@3.0.7@spdx-license-ids": { - "version": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - }, - "_specificity@0.4.1@specificity": { - "version": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "_speedometer@0.1.4@speedometer": { - "version": "https://registry.npm.alibaba-inc.com/speedometer/download/speedometer-0.1.4.tgz" - }, - "_split-string@3.1.0@split-string": { - "version": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_split2@0.2.1@split2": { - "version": "https://registry.npm.alibaba-inc.com/split2/download/split2-0.2.1.tgz", - "requires": { - "through2": "~0.6.1" - }, - "dependencies": { - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "_split@1.0.1@split": { - "version": "https://registry.npm.alibaba-inc.com/split/download/split-1.0.1.tgz", - "requires": { - "through": "2" - }, - "dependencies": { - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "_sprintf-js@1.0.3@sprintf-js": { - "version": "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz" - }, - "_sshpk@1.16.1@sshpk": { - "version": "https://registry.npm.alibaba-inc.com/sshpk/download/sshpk-1.16.1.tgz", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "dependencies": { - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/asn1/download/asn1-0.2.4.tgz", - "requires": { - "safer-buffer": "~2.1.0" - }, - "dependencies": {} - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz", - "requires": { - "tweetnacl": "^0.14.3" - }, - "dependencies": {} - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/dashdash/download/dashdash-1.14.1.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": {} - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": {} - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/getpass/download/getpass-0.1.7.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": {} - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - } - } - }, - "_ssri@6.0.1@ssri": { - "version": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-6.0.1.tgz", - "requires": { - "figgy-pudding": "^3.5.1" - }, - "dependencies": { - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - } - } - }, - "_ssri@7.1.0@ssri": { - "version": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-7.1.0.tgz", - "requires": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - }, - "dependencies": { - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_stable@0.1.8@stable": { - "version": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "_stack-trace@0.0.10@stack-trace": { - "version": "https://registry.npm.alibaba-inc.com/stack-trace/download/stack-trace-0.0.10.tgz" - }, - "_stack-utils@1.0.4@stack-utils": { - "version": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-1.0.4.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - } - } - }, - "_stack-utils@2.0.3@stack-utils": { - "version": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - } - } - }, - "_state-toggle@1.0.3@state-toggle": { - "version": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "_static-extend@0.1.2@static-extend": { - "version": "https://registry.npm.alibaba-inc.com/static-extend/download/static-extend-0.1.2.tgz", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-copy/download/object-copy-0.1.0.tgz", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": {} - } - } - }, - "_statuses@1.5.0@statuses": { - "version": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "_stdout-stream@1.4.1@stdout-stream": { - "version": "https://registry.npm.alibaba-inc.com/stdout-stream/download/stdout-stream-1.4.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_stealthy-require@1.1.1@stealthy-require": { - "version": "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz" - }, - "_store2@2.12.0@store2": { - "version": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "_stream-browserify@2.0.2@stream-browserify": { - "version": "https://registry.npm.alibaba-inc.com/stream-browserify/download/stream-browserify-2.0.2.tgz", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_stream-each@1.2.3@stream-each": { - "version": "https://registry.npm.alibaba-inc.com/stream-each/download/stream-each-1.2.3.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "_stream-exhaust@1.0.2@stream-exhaust": { - "version": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - }, - "_stream-http@2.8.3@stream-http": { - "version": "https://registry.npm.alibaba-inc.com/stream-http/download/stream-http-2.8.3.tgz", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "to-arraybuffer": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_stream-shift@1.0.1@stream-shift": { - "version": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - }, - "_strict-uri-encode@1.1.0@strict-uri-encode": { - "version": "https://registry.npm.alibaba-inc.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz" - }, - "_string-hash@1.1.3@string-hash": { - "version": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - }, - "_string-length@4.0.1@string-length": { - "version": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/char-regex/download/char-regex-1.0.2.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_string-width@1.0.2@string-width": { - "version": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-1.0.0.tgz", - "requires": { - "number-is-nan": "^1.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_string-width@2.1.1@string-width": { - "version": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_string-width@3.1.0@string-width": { - "version": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": { - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-7.0.3.tgz" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-2.0.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "_string-width@4.2.0@string-width": { - "version": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_string.prototype.matchall@4.0.4@string.prototype.matchall": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/internal-slot/download/internal-slot-1.0.3.tgz", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "dependencies": {} - }, - "regexp.prototype.flags": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "_string.prototype.padend@3.1.2@string.prototype.padend": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "_string.prototype.padstart@3.1.2@string.prototype.padstart": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.padstart/download/string.prototype.padstart-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "_string.prototype.trimend@1.0.4@string.prototype.trimend": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "_string.prototype.trimstart@1.0.4@string.prototype.trimstart": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "_string_decoder@0.10.31@string_decoder": { - "version": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-0.10.31.tgz" - }, - "_string_decoder@1.1.1@string_decoder": { - "version": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.1.1.tgz", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "_string_decoder@1.3.0@string_decoder": { - "version": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_stringify-entities@1.3.2@stringify-entities": { - "version": "https://registry.npm.alibaba-inc.com/stringify-entities/download/stringify-entities-1.3.2.tgz", - "requires": { - "character-entities-html4": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities-html4": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-html4/download/character-entities-html4-1.1.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "_strip-ansi@3.0.1@strip-ansi": { - "version": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "_strip-ansi@4.0.0@strip-ansi": { - "version": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-3.0.0.tgz" - } - } - }, - "_strip-ansi@5.2.0@strip-ansi": { - "version": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-4.1.0.tgz" - } - } - }, - "_strip-ansi@6.0.0@strip-ansi": { - "version": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "_strip-bom@2.0.0@strip-bom": { - "version": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-2.0.0.tgz", - "requires": { - "is-utf8": "^0.2.0" - }, - "dependencies": { - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - }, - "_strip-bom@3.0.0@strip-bom": { - "version": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - }, - "_strip-bom@4.0.0@strip-bom": { - "version": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "_strip-eof@1.0.0@strip-eof": { - "version": "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz" - }, - "_strip-final-newline@2.0.0@strip-final-newline": { - "version": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - }, - "_strip-indent@1.0.1@strip-indent": { - "version": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-1.0.1.tgz", - "requires": { - "get-stdin": "^4.0.1" - }, - "dependencies": { - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - } - } - }, - "_strip-indent@2.0.0@strip-indent": { - "version": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-2.0.0.tgz" - }, - "_strip-indent@3.0.0@strip-indent": { - "version": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": { - "min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/min-indent/download/min-indent-1.0.1.tgz" - } - } - }, - "_strip-json-comments@2.0.1@strip-json-comments": { - "version": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz" - }, - "_strip-json-comments@3.1.1@strip-json-comments": { - "version": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "_style-inject@0.3.0@style-inject": { - "version": "https://registry.npm.alibaba-inc.com/style-inject/download/style-inject-0.3.0.tgz" - }, - "_style-loader@0.20.3@style-loader": { - "version": "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-0.20.3.tgz", - "requires": { - "loader-utils": "^1.1.0", - "schema-utils": "^0.4.5" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "schema-utils": { - "version": "0.4.7", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-0.4.7.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - } - } - }, - "_style-loader@1.3.0@style-loader": { - "version": "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-1.3.0.tgz", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "_style-search@0.1.0@style-search": { - "version": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "_style-to-object@0.3.0@style-to-object": { - "version": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": { - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz" - } - } - }, - "_stylehacks@4.0.3@stylehacks": { - "version": "https://registry.npm.alibaba-inc.com/stylehacks/download/stylehacks-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_stylelint-config-css-modules@2.2.0@stylelint-config-css-modules": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-css-modules/download/stylelint-config-css-modules-2.2.0.tgz" - }, - "_stylelint-config-prettier@8.0.2@stylelint-config-prettier": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-prettier/download/stylelint-config-prettier-8.0.2.tgz" - }, - "_stylelint-config-rational-order@0.1.2@stylelint-config-rational-order": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-rational-order/download/stylelint-config-rational-order-0.1.2.tgz", - "requires": { - "stylelint": "^9.10.1", - "stylelint-order": "^2.2.1" - }, - "dependencies": { - "stylelint": { - "version": "9.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz", - "requires": { - "autoprefixer": "^9.0.0", - "balanced-match": "^1.0.0", - "chalk": "^2.4.1", - "cosmiconfig": "^5.0.0", - "debug": "^4.0.0", - "execall": "^1.0.0", - "file-entry-cache": "^4.0.0", - "get-stdin": "^6.0.0", - "global-modules": "^2.0.0", - "globby": "^9.0.0", - "globjoin": "^0.1.4", - "html-tags": "^2.0.0", - "ignore": "^5.0.4", - "import-lazy": "^3.1.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.11.0", - "leven": "^2.1.0", - "lodash": "^4.17.4", - "log-symbols": "^2.0.0", - "mathml-tag-names": "^2.0.1", - "meow": "^5.0.0", - "micromatch": "^3.1.10", - "normalize-selector": "^0.2.0", - "pify": "^4.0.0", - "postcss": "^7.0.13", - "postcss-html": "^0.36.0", - "postcss-jsx": "^0.36.0", - "postcss-less": "^3.1.0", - "postcss-markdown": "^0.36.0", - "postcss-media-query-parser": "^0.2.3", - "postcss-reporter": "^6.0.0", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.0", - "postcss-sass": "^0.3.5", - "postcss-scss": "^2.0.0", - "postcss-selector-parser": "^3.1.0", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^3.3.0", - "resolve-from": "^4.0.0", - "signal-exit": "^3.0.2", - "slash": "^2.0.0", - "specificity": "^0.4.1", - "string-width": "^3.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^5.0.0" - }, - "dependencies": {} - }, - "stylelint-order": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-2.2.1.tgz", - "requires": { - "lodash": "^4.17.10", - "postcss": "^7.0.2", - "postcss-sorting": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "_stylelint-config-recommended@3.0.0@stylelint-config-recommended": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz" - }, - "_stylelint-config-standard@20.0.0@stylelint-config-standard": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-standard/download/stylelint-config-standard-20.0.0.tgz", - "requires": { - "stylelint-config-recommended": "^3.0.0" - }, - "dependencies": { - "stylelint-config-recommended": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz" - } - } - }, - "_stylelint-declaration-block-no-ignored-properties@2.3.0@stylelint-declaration-block-no-ignored-properties": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-declaration-block-no-ignored-properties/download/stylelint-declaration-block-no-ignored-properties-2.3.0.tgz", - "requires": { - "postcss": "^7.0.27" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_stylelint-no-unsupported-browser-features@4.1.4@stylelint-no-unsupported-browser-features": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-no-unsupported-browser-features/download/stylelint-no-unsupported-browser-features-4.1.4.tgz", - "requires": { - "doiuse": "^4.3.1", - "lodash": "^4.17.15", - "postcss": "^8.1.4" - }, - "dependencies": { - "doiuse": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/doiuse/download/doiuse-4.4.1.tgz", - "requires": { - "browserslist": "^4.16.1", - "caniuse-lite": "^1.0.30001179", - "css-rule-stream": "^1.1.0", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "multimatch": "^5.0.0", - "postcss": "^8.2.4", - "source-map": "^0.7.3", - "through2": "^4.0.2", - "yargs": "^16.2.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "8.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": {} - } - } - }, - "_stylelint-order@2.2.1@stylelint-order": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-2.2.1.tgz", - "requires": { - "lodash": "^4.17.10", - "postcss": "^7.0.2", - "postcss-sorting": "^4.1.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-sorting": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-4.1.0.tgz", - "requires": { - "lodash": "^4.17.4", - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "stylelint": { - "version": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz", - "requires": { - "autoprefixer": "^9.0.0", - "balanced-match": "^1.0.0", - "chalk": "^2.4.1", - "cosmiconfig": "^5.0.0", - "debug": "^4.0.0", - "execall": "^1.0.0", - "file-entry-cache": "^4.0.0", - "get-stdin": "^6.0.0", - "global-modules": "^2.0.0", - "globby": "^9.0.0", - "globjoin": "^0.1.4", - "html-tags": "^2.0.0", - "ignore": "^5.0.4", - "import-lazy": "^3.1.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.11.0", - "leven": "^2.1.0", - "lodash": "^4.17.4", - "log-symbols": "^2.0.0", - "mathml-tag-names": "^2.0.1", - "meow": "^5.0.0", - "micromatch": "^3.1.10", - "normalize-selector": "^0.2.0", - "pify": "^4.0.0", - "postcss": "^7.0.13", - "postcss-html": "^0.36.0", - "postcss-jsx": "^0.36.0", - "postcss-less": "^3.1.0", - "postcss-markdown": "^0.36.0", - "postcss-media-query-parser": "^0.2.3", - "postcss-reporter": "^6.0.0", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.0", - "postcss-sass": "^0.3.5", - "postcss-scss": "^2.0.0", - "postcss-selector-parser": "^3.1.0", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^3.3.0", - "resolve-from": "^4.0.0", - "signal-exit": "^3.0.2", - "slash": "^2.0.0", - "specificity": "^0.4.1", - "string-width": "^3.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_stylelint-order@4.1.0@stylelint-order": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-4.1.0.tgz", - "requires": { - "lodash": "^4.17.15", - "postcss": "^7.0.31", - "postcss-sorting": "^5.0.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-sorting": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": {} - } - } - }, - "_stylelint@13.11.0@stylelint": { - "version": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-13.11.0.tgz", - "requires": { - "@stylelint/postcss-css-in-js": "^0.37.2", - "@stylelint/postcss-markdown": "^0.36.2", - "autoprefixer": "^9.8.6", - "balanced-match": "^1.0.0", - "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.3.1", - "execall": "^2.0.0", - "fast-glob": "^3.2.5", - "fastest-levenshtein": "^1.0.12", - "file-entry-cache": "^6.0.0", - "get-stdin": "^8.0.0", - "global-modules": "^2.0.0", - "globby": "^11.0.2", - "globjoin": "^0.1.4", - "html-tags": "^3.1.0", - "ignore": "^5.1.8", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.21.0", - "lodash": "^4.17.20", - "log-symbols": "^4.0.0", - "mathml-tag-names": "^2.1.3", - "meow": "^9.0.0", - "micromatch": "^4.0.2", - "normalize-selector": "^0.2.0", - "postcss": "^7.0.35", - "postcss-html": "^0.36.0", - "postcss-less": "^3.1.4", - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.2", - "postcss-sass": "^0.4.4", - "postcss-scss": "^2.1.1", - "postcss-selector-parser": "^6.0.4", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^4.1.0", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "specificity": "^0.4.1", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^6.0.7", - "v8-compile-cache": "^2.2.0", - "write-file-atomic": "^3.0.3" - }, - "dependencies": { - "@stylelint/postcss-css-in-js": { - "version": "0.37.2", - "resolved": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-css-in-js/download/@stylelint/postcss-css-in-js-0.37.2.tgz", - "requires": { - "@babel/core": ">=7.9.0" - }, - "dependencies": {} - }, - "@stylelint/postcss-markdown": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-markdown/download/@stylelint/postcss-markdown-0.36.2.tgz", - "requires": { - "remark": "^13.0.0", - "unist-util-find-all-after": "^3.0.2" - }, - "dependencies": {} - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "execall": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execall/download/execall-2.0.0.tgz", - "requires": { - "clone-regexp": "^2.1.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": {} - }, - "fastest-levenshtein": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fastest-levenshtein/download/fastest-levenshtein-1.0.12.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-8.0.0.tgz" - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "html-tags": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-3.1.0.tgz" - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-4.0.0.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "known-css-properties": { - "version": "0.21.0", - "resolved": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.21.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "meow": { - "version": "9.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-9.0.0.tgz", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": {} - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": {} - }, - "postcss-sass": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.4.4.tgz", - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - }, - "dependencies": {} - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": {} - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": {} - } - } - }, - "_stylelint@9.10.1@stylelint": { - "version": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz", - "requires": { - "autoprefixer": "^9.0.0", - "balanced-match": "^1.0.0", - "chalk": "^2.4.1", - "cosmiconfig": "^5.0.0", - "debug": "^4.0.0", - "execall": "^1.0.0", - "file-entry-cache": "^4.0.0", - "get-stdin": "^6.0.0", - "global-modules": "^2.0.0", - "globby": "^9.0.0", - "globjoin": "^0.1.4", - "html-tags": "^2.0.0", - "ignore": "^5.0.4", - "import-lazy": "^3.1.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.11.0", - "leven": "^2.1.0", - "lodash": "^4.17.4", - "log-symbols": "^2.0.0", - "mathml-tag-names": "^2.0.1", - "meow": "^5.0.0", - "micromatch": "^3.1.10", - "normalize-selector": "^0.2.0", - "pify": "^4.0.0", - "postcss": "^7.0.13", - "postcss-html": "^0.36.0", - "postcss-jsx": "^0.36.0", - "postcss-less": "^3.1.0", - "postcss-markdown": "^0.36.0", - "postcss-media-query-parser": "^0.2.3", - "postcss-reporter": "^6.0.0", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.0", - "postcss-sass": "^0.3.5", - "postcss-scss": "^2.0.0", - "postcss-selector-parser": "^3.1.0", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^3.3.0", - "resolve-from": "^4.0.0", - "signal-exit": "^3.0.2", - "slash": "^2.0.0", - "specificity": "^0.4.1", - "string-width": "^3.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^5.0.0" - }, - "dependencies": { - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "execall": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execall/download/execall-1.0.0.tgz", - "requires": { - "clone-regexp": "^1.0.0" - }, - "dependencies": {} - }, - "file-entry-cache": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-4.0.0.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-9.2.0.tgz", - "requires": { - "@types/glob": "^7.1.1", - "array-union": "^1.0.2", - "dir-glob": "^2.2.2", - "fast-glob": "^2.2.6", - "glob": "^7.1.3", - "ignore": "^4.0.3", - "pify": "^4.0.1", - "slash": "^2.0.0" - }, - "dependencies": {} - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "html-tags": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-2.0.0.tgz" - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "import-lazy": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-3.1.0.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "known-css-properties": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.11.0.tgz" - }, - "leven": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-2.1.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": {} - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": {} - }, - "postcss-jsx": { - "version": "0.36.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-jsx/download/postcss-jsx-0.36.4.tgz", - "requires": { - "@babel/core": ">=7.2.2" - }, - "dependencies": {} - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss-markdown": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-markdown/download/postcss-markdown-0.36.0.tgz", - "requires": { - "remark": "^10.0.1", - "unist-util-find-all-after": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-reporter": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reporter/download/postcss-reporter-6.0.1.tgz", - "requires": { - "chalk": "^2.4.1", - "lodash": "^4.17.11", - "log-symbols": "^2.2.0", - "postcss": "^7.0.7" - }, - "dependencies": {} - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": {} - }, - "postcss-sass": { - "version": "0.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.3.5.tgz", - "requires": { - "gonzales-pe": "^4.2.3", - "postcss": "^7.0.1" - }, - "dependencies": {} - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "slash": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-2.0.0.tgz" - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": {} - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "table": { - "version": "5.4.6", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz", - "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_sugarss@2.0.0@sugarss": { - "version": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "_sumchecker@2.0.2@sumchecker": { - "version": "https://registry.npm.alibaba-inc.com/sumchecker/download/sumchecker-2.0.2.tgz", - "requires": { - "debug": "^2.2.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - } - } - }, - "_supports-color@2.0.0@supports-color": { - "version": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-2.0.0.tgz" - }, - "_supports-color@3.2.3@supports-color": { - "version": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-3.2.3.tgz", - "requires": { - "has-flag": "^1.0.0" - }, - "dependencies": { - "has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-1.0.0.tgz" - } - } - }, - "_supports-color@5.5.0@supports-color": { - "version": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - }, - "_supports-color@6.1.0@supports-color": { - "version": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - }, - "_supports-color@7.2.0@supports-color": { - "version": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - }, - "_supports-hyperlinks@2.1.0@supports-hyperlinks": { - "version": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_sver-compat@1.5.0@sver-compat": { - "version": "https://registry.npm.alibaba-inc.com/sver-compat/download/sver-compat-1.5.0.tgz", - "requires": { - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "_svg-parser@2.0.4@svg-parser": { - "version": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - }, - "_svg-tags@1.0.0@svg-tags": { - "version": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "_svgo@0.7.2@svgo": { - "version": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-0.7.2.tgz", - "requires": { - "coa": "~1.0.1", - "colors": "~1.1.2", - "csso": "~2.3.1", - "js-yaml": "~3.7.0", - "mkdirp": "~0.5.1", - "sax": "~1.2.1", - "whet.extend": "~0.9.9" - }, - "dependencies": { - "coa": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-1.0.4.tgz", - "requires": { - "q": "^1.1.2" - }, - "dependencies": {} - }, - "colors": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.1.2.tgz" - }, - "csso": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-2.3.2.tgz", - "requires": { - "clap": "^1.0.9", - "source-map": "^0.5.3" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.7.0.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^2.6.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "whet.extend": { - "version": "0.9.9", - "resolved": "https://registry.npm.alibaba-inc.com/whet.extend/download/whet.extend-0.9.9.tgz" - } - } - }, - "_svgo@1.3.2@svgo": { - "version": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": {} - }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "_symbol-observable@1.2.0@symbol-observable": { - "version": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - }, - "_symbol-tree@3.2.4@symbol-tree": { - "version": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "_symbol.prototype.description@1.0.4@symbol.prototype.description": { - "version": "https://registry.npm.alibaba-inc.com/symbol.prototype.description/download/symbol.prototype.description-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "_table@5.4.6@table": { - "version": "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz", - "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-2.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "_table@6.0.7@table": { - "version": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "ajv": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-7.1.1.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-4.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_tapable@1.1.3@tapable": { - "version": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "_tar@2.2.2@tar": { - "version": "https://registry.npm.alibaba-inc.com/tar/download/tar-2.2.2.tgz", - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - }, - "dependencies": { - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/block-stream/download/block-stream-0.0.9.tgz", - "requires": { - "inherits": "~2.0.0" - }, - "dependencies": {} - }, - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "_telejson@3.3.0@telejson": { - "version": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": { - "@types/is-function": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - } - } - }, - "_temp-dir@2.0.0@temp-dir": { - "version": "https://registry.npm.alibaba-inc.com/temp-dir/download/temp-dir-2.0.0.tgz" - }, - "_temp@0.8.4@temp": { - "version": "https://registry.npm.alibaba-inc.com/temp/download/temp-0.8.4.tgz", - "requires": { - "rimraf": "~2.6.2" - }, - "dependencies": { - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "_term-size@1.2.0@term-size": { - "version": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-1.2.0.tgz", - "requires": { - "execa": "^0.7.0" - }, - "dependencies": { - "execa": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-0.7.0.tgz", - "requires": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_term-size@2.2.1@term-size": { - "version": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-2.2.1.tgz" - }, - "_terminal-link@2.1.1@terminal-link": { - "version": "https://registry.npm.alibaba-inc.com/terminal-link/download/terminal-link-2.1.1.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "_ternary-stream@2.1.1@ternary-stream": { - "version": "https://registry.npm.alibaba-inc.com/ternary-stream/download/ternary-stream-2.1.1.tgz", - "requires": { - "duplexify": "^3.5.0", - "fork-stream": "^0.0.4", - "merge-stream": "^1.0.0", - "through2": "^2.0.1" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "fork-stream": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/fork-stream/download/fork-stream-0.0.4.tgz" - }, - "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_terser-webpack-plugin@1.4.5@terser-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": { - "cacache": { - "version": "12.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-12.0.4.tgz", - "requires": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "infer-owner": "^1.0.3", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": {} - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-1.1.0.tgz" - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "worker-farm": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/worker-farm/download/worker-farm-1.7.0.tgz", - "requires": { - "errno": "~0.1.7" - }, - "dependencies": {} - } - } - }, - "_terser-webpack-plugin@2.3.8@terser-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz", - "requires": { - "cacache": "^13.0.1", - "find-cache-dir": "^3.3.1", - "jest-worker": "^25.4.0", - "p-limit": "^2.3.0", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.6.12", - "webpack-sources": "^1.4.3" - }, - "dependencies": { - "cacache": { - "version": "13.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-13.0.1.tgz", - "requires": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-25.5.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "_terser@4.8.0@terser": { - "version": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "_terser@5.6.0@terser": { - "version": "https://registry.npm.alibaba-inc.com/terser/download/terser-5.6.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "_test-exclude@5.2.3@test-exclude": { - "version": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-4.0.0.tgz", - "requires": { - "find-up": "^3.0.0", - "read-pkg": "^3.0.0" - }, - "dependencies": {} - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - } - } - }, - "_test-exclude@6.0.0@test-exclude": { - "version": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-6.0.0.tgz", - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "dependencies": { - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "_text-table@0.2.0@text-table": { - "version": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "_throat@4.1.0@throat": { - "version": "https://registry.npm.alibaba-inc.com/throat/download/throat-4.1.0.tgz" - }, - "_throat@5.0.0@throat": { - "version": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - }, - "_throttle-debounce@2.3.0@throttle-debounce": { - "version": "https://registry.npm.alibaba-inc.com/throttle-debounce/download/throttle-debounce-2.3.0.tgz" - }, - "_throttleit@0.0.2@throttleit": { - "version": "https://registry.npm.alibaba-inc.com/throttleit/download/throttleit-0.0.2.tgz" - }, - "_through2-filter@3.0.0@through2-filter": { - "version": "https://registry.npm.alibaba-inc.com/through2-filter/download/through2-filter-3.0.0.tgz", - "requires": { - "through2": "~2.0.0", - "xtend": "~4.0.0" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_through2@0.2.3@through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.2.3.tgz", - "requires": { - "readable-stream": "~1.1.9", - "xtend": "~2.1.1" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - }, - "xtend": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-2.1.2.tgz", - "requires": { - "object-keys": "~0.4.0" - }, - "dependencies": {} - } - } - }, - "_through2@0.6.5@through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": { - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.0.34.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_through2@2.0.5@through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_through2@3.0.1@through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.1.tgz", - "requires": { - "readable-stream": "2 || 3" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_through2@3.0.2@through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.2.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_through2@4.0.2@through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-4.0.2.tgz", - "requires": { - "readable-stream": "3" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "_through@2.3.8@through": { - "version": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - }, - "_time-stamp@1.1.0@time-stamp": { - "version": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - }, - "_timers-browserify@2.0.12@timers-browserify": { - "version": "https://registry.npm.alibaba-inc.com/timers-browserify/download/timers-browserify-2.0.12.tgz", - "requires": { - "setimmediate": "^1.0.4" - }, - "dependencies": { - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - } - } - }, - "_timsort@0.3.0@timsort": { - "version": "https://registry.npm.alibaba-inc.com/timsort/download/timsort-0.3.0.tgz" - }, - "_tiny-emitter@2.1.0@tiny-emitter": { - "version": "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz" - }, - "_tinycolor2@1.4.2@tinycolor2": { - "version": "https://registry.npm.alibaba-inc.com/tinycolor2/download/tinycolor2-1.4.2.tgz" - }, - "_tlds@1.218.0@tlds": { - "version": "https://registry.npm.alibaba-inc.com/tlds/download/tlds-1.218.0.tgz" - }, - "_tmp@0.0.33@tmp": { - "version": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": { - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - } - } - }, - "_tmpl@1.0.4@tmpl": { - "version": "https://registry.npm.alibaba-inc.com/tmpl/download/tmpl-1.0.4.tgz" - }, - "_to-absolute-glob@2.0.2@to-absolute-glob": { - "version": "https://registry.npm.alibaba-inc.com/to-absolute-glob/download/to-absolute-glob-2.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" - }, - "dependencies": { - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": {} - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - } - } - }, - "_to-arraybuffer@1.0.1@to-arraybuffer": { - "version": "https://registry.npm.alibaba-inc.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz" - }, - "_to-fast-properties@1.0.3@to-fast-properties": { - "version": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-1.0.3.tgz" - }, - "_to-fast-properties@2.0.0@to-fast-properties": { - "version": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - }, - "_to-object-path@0.3.0@to-object-path": { - "version": "https://registry.npm.alibaba-inc.com/to-object-path/download/to-object-path-0.3.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "_to-readable-stream@1.0.0@to-readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz" - }, - "_to-regex-range@2.1.1@to-regex-range": { - "version": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-2.1.1.tgz", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "_to-regex-range@5.0.1@to-regex-range": { - "version": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-5.0.1.tgz", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": { - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-7.0.0.tgz" - } - } - }, - "_to-regex@3.0.2@to-regex": { - "version": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "_to-through@2.0.0@to-through": { - "version": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "_toggle-selection@1.0.6@toggle-selection": { - "version": "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz" - }, - "_toidentifier@1.0.0@toidentifier": { - "version": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - }, - "_token-stream@1.0.0@token-stream": { - "version": "https://registry.npm.alibaba-inc.com/token-stream/download/token-stream-1.0.0.tgz" - }, - "_topojson-client@3.1.0@topojson-client": { - "version": "https://registry.npm.alibaba-inc.com/topojson-client/download/topojson-client-3.1.0.tgz", - "requires": { - "commander": "2" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - } - } - }, - "_tough-cookie@2.5.0@tough-cookie": { - "version": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "_tough-cookie@3.0.1@tough-cookie": { - "version": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-3.0.1.tgz", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "ip-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-2.1.0.tgz" - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "_tr46@1.0.1@tr46": { - "version": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-1.0.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "_tr46@2.0.2@tr46": { - "version": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-2.0.2.tgz", - "requires": { - "punycode": "^2.1.1" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "_trim-newlines@1.0.0@trim-newlines": { - "version": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-1.0.0.tgz" - }, - "_trim-newlines@2.0.0@trim-newlines": { - "version": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-2.0.0.tgz" - }, - "_trim-newlines@3.0.0@trim-newlines": { - "version": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-3.0.0.tgz" - }, - "_trim-right@1.0.1@trim-right": { - "version": "https://registry.npm.alibaba-inc.com/trim-right/download/trim-right-1.0.1.tgz" - }, - "_trim-trailing-lines@1.1.4@trim-trailing-lines": { - "version": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "_trim@0.0.1@trim": { - "version": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "_trough@1.0.5@trough": { - "version": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "_true-case-path@1.0.3@true-case-path": { - "version": "https://registry.npm.alibaba-inc.com/true-case-path/download/true-case-path-1.0.3.tgz", - "requires": { - "glob": "^7.1.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_tryer@1.0.1@tryer": { - "version": "https://registry.npm.alibaba-inc.com/tryer/download/tryer-1.0.1.tgz" - }, - "_ts-dedent@1.2.0@ts-dedent": { - "version": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "_ts-jest@26.5.2@ts-jest": { - "version": "https://registry.npm.alibaba-inc.com/ts-jest/download/ts-jest-26.5.2.tgz", - "requires": { - "@types/jest": "26.x", - "bs-logger": "0.x", - "buffer-from": "1.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^26.1.0", - "json5": "2.x", - "lodash": "4.x", - "make-error": "1.x", - "mkdirp": "1.x", - "semver": "7.x", - "yargs-parser": "20.x" - }, - "dependencies": { - "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npm.alibaba-inc.com/@types/jest/download/@types/jest-26.0.20.tgz", - "requires": { - "jest-diff": "^26.0.0", - "pretty-format": "^26.0.0" - }, - "dependencies": { - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - } - } - }, - "bs-logger": { - "version": "0.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/bs-logger/download/bs-logger-0.2.6.tgz", - "requires": { - "fast-json-stable-stringify": "2.x" - }, - "dependencies": { - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - } - } - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "make-error": { - "version": "1.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/make-error/download/make-error-1.3.6.tgz" - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-1.0.4.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "_ts-loader@8.0.17@ts-loader": { - "version": "https://registry.npm.alibaba-inc.com/ts-loader/download/ts-loader-8.0.17.tgz", - "requires": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "_ts-map@1.0.3@ts-map": { - "version": "https://registry.npm.alibaba-inc.com/ts-map/download/ts-map-1.0.3.tgz" - }, - "_ts-pnp@1.2.0@ts-pnp": { - "version": "https://registry.npm.alibaba-inc.com/ts-pnp/download/ts-pnp-1.2.0.tgz" - }, - "_tsconfig-paths@3.9.0@tsconfig-paths": { - "version": "https://registry.npm.alibaba-inc.com/tsconfig-paths/download/tsconfig-paths-3.9.0.tgz", - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json5/download/@types/json5-0.0.29.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "_tslib@1.14.1@tslib": { - "version": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - }, - "_tslib@2.0.1@tslib": { - "version": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.0.1.tgz" - }, - "_tslib@2.1.0@tslib": { - "version": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - }, - "_tsutils@3.20.0@tsutils": { - "version": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "_tty-browserify@0.0.0@tty-browserify": { - "version": "https://registry.npm.alibaba-inc.com/tty-browserify/download/tty-browserify-0.0.0.tgz" - }, - "_tunnel-agent@0.6.0@tunnel-agent": { - "version": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "_tweetnacl@0.14.5@tweetnacl": { - "version": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - }, - "_type-check@0.3.2@type-check": { - "version": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.3.2.tgz", - "requires": { - "prelude-ls": "~1.1.2" - }, - "dependencies": { - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.1.2.tgz" - } - } - }, - "_type-check@0.4.0@type-check": { - "version": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - } - } - }, - "_type-detect@4.0.8@type-detect": { - "version": "https://registry.npm.alibaba-inc.com/type-detect/download/type-detect-4.0.8.tgz" - }, - "_type-fest@0.11.0@type-fest": { - "version": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - }, - "_type-fest@0.18.1@type-fest": { - "version": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.18.1.tgz" - }, - "_type-fest@0.3.1@type-fest": { - "version": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.3.1.tgz" - }, - "_type-fest@0.6.0@type-fest": { - "version": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.6.0.tgz" - }, - "_type-fest@0.8.1@type-fest": { - "version": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - }, - "_type-is@1.6.18@type-is": { - "version": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": { - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - } - } - }, - "_type@1.2.0@type": { - "version": "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz" - }, - "_type@2.3.0@type": { - "version": "https://registry.npm.alibaba-inc.com/type/download/type-2.3.0.tgz" - }, - "_typed-styles@0.0.7@typed-styles": { - "version": "https://registry.npm.alibaba-inc.com/typed-styles/download/typed-styles-0.0.7.tgz" - }, - "_typedarray-to-buffer@3.1.5@typedarray-to-buffer": { - "version": "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", - "requires": { - "is-typedarray": "^1.0.0" - }, - "dependencies": { - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - } - } - }, - "_typedarray@0.0.6@typedarray": { - "version": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - }, - "_typescript@3.9.9@typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-3.9.9.tgz" - }, - "_typescript@4.2.2@typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - }, - "_ua-parser-js@0.7.24@ua-parser-js": { - "version": "https://registry.npm.alibaba-inc.com/ua-parser-js/download/ua-parser-js-0.7.24.tgz" - }, - "_uglify-js@2.8.29@uglify-js": { - "version": "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-2.8.29.tgz", - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz", - "optional": true - }, - "yargs": { - "version": "3.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-3.10.0.tgz", - "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - }, - "dependencies": {} - } - } - }, - "_uglify-to-browserify@1.0.2@uglify-to-browserify": { - "version": "https://registry.npm.alibaba-inc.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz" - }, - "_unc-path-regex@0.1.2@unc-path-regex": { - "version": "https://registry.npm.alibaba-inc.com/unc-path-regex/download/unc-path-regex-0.1.2.tgz" - }, - "_undertaker-registry@1.0.1@undertaker-registry": { - "version": "https://registry.npm.alibaba-inc.com/undertaker-registry/download/undertaker-registry-1.0.1.tgz" - }, - "_undertaker@1.3.0@undertaker": { - "version": "https://registry.npm.alibaba-inc.com/undertaker/download/undertaker-1.3.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "bach": "^1.0.0", - "collection-map": "^1.0.0", - "es6-weak-map": "^2.0.1", - "fast-levenshtein": "^1.0.0", - "last-run": "^1.1.0", - "object.defaults": "^1.0.0", - "object.reduce": "^1.0.0", - "undertaker-registry": "^1.0.0" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "bach": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bach/download/bach-1.2.0.tgz", - "requires": { - "arr-filter": "^1.1.1", - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "array-each": "^1.0.0", - "array-initial": "^1.0.0", - "array-last": "^1.1.1", - "async-done": "^1.2.2", - "async-settle": "^1.0.0", - "now-and-later": "^2.0.0" - }, - "dependencies": {} - }, - "collection-map": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/collection-map/download/collection-map-1.0.0.tgz", - "requires": { - "arr-map": "^2.0.2", - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "fast-levenshtein": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-1.1.4.tgz" - }, - "last-run": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/last-run/download/last-run-1.1.1.tgz", - "requires": { - "default-resolution": "^2.0.0", - "es6-weak-map": "^2.0.1" - }, - "dependencies": {} - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - }, - "object.reduce": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object.reduce/download/object.reduce-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "undertaker-registry": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/undertaker-registry/download/undertaker-registry-1.0.1.tgz" - } - } - }, - "_unfetch@4.2.0@unfetch": { - "version": "https://registry.npm.alibaba-inc.com/unfetch/download/unfetch-4.2.0.tgz" - }, - "_unherit@1.1.3@unherit": { - "version": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "_unicode-canonical-property-names-ecmascript@1.0.4@unicode-canonical-property-names-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-canonical-property-names-ecmascript/download/unicode-canonical-property-names-ecmascript-1.0.4.tgz" - }, - "_unicode-match-property-ecmascript@1.0.4@unicode-match-property-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz", - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - }, - "dependencies": { - "unicode-canonical-property-names-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-canonical-property-names-ecmascript/download/unicode-canonical-property-names-ecmascript-1.0.4.tgz" - }, - "unicode-property-aliases-ecmascript": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-1.1.0.tgz" - } - } - }, - "_unicode-match-property-value-ecmascript@1.2.0@unicode-match-property-value-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.2.0.tgz" - }, - "_unicode-property-aliases-ecmascript@1.1.0@unicode-property-aliases-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-1.1.0.tgz" - }, - "_unified@6.2.0@unified": { - "version": "https://registry.npm.alibaba-inc.com/unified/download/unified-6.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^2.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-2.3.0.tgz", - "requires": { - "is-buffer": "^1.1.4", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - }, - "dependencies": {} - }, - "x-is-string": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz" - } - } - }, - "_unified@7.1.0@unified": { - "version": "https://registry.npm.alibaba-inc.com/unified/download/unified-7.1.0.tgz", - "requires": { - "@types/unist": "^2.0.0", - "@types/vfile": "^3.0.0", - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^3.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "@types/vfile": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@types/vfile/download/@types/vfile-3.0.2.tgz", - "requires": { - "@types/node": "*", - "@types/unist": "*", - "@types/vfile-message": "*" - }, - "dependencies": {} - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-3.0.1.tgz", - "requires": { - "is-buffer": "^2.0.0", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - }, - "dependencies": {} - }, - "x-is-string": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz" - } - } - }, - "_unified@9.2.0@unified": { - "version": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_union-value@1.0.1@union-value": { - "version": "https://registry.npm.alibaba-inc.com/union-value/download/union-value-1.0.1.tgz", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "_uniq@1.0.1@uniq": { - "version": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "_uniqs@2.0.0@uniqs": { - "version": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - }, - "_unique-filename@1.1.1@unique-filename": { - "version": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": { - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz", - "requires": { - "imurmurhash": "^0.1.4" - }, - "dependencies": {} - } - } - }, - "_unique-slug@2.0.2@unique-slug": { - "version": "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz", - "requires": { - "imurmurhash": "^0.1.4" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - } - } - }, - "_unique-stream@2.3.1@unique-stream": { - "version": "https://registry.npm.alibaba-inc.com/unique-stream/download/unique-stream-2.3.1.tgz", - "requires": { - "json-stable-stringify-without-jsonify": "^1.0.1", - "through2-filter": "^3.0.0" - }, - "dependencies": { - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "through2-filter": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/through2-filter/download/through2-filter-3.0.0.tgz", - "requires": { - "through2": "~2.0.0", - "xtend": "~4.0.0" - }, - "dependencies": {} - } - } - }, - "_unique-string@1.0.0@unique-string": { - "version": "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz", - "requires": { - "crypto-random-string": "^1.0.0" - }, - "dependencies": { - "crypto-random-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-1.0.0.tgz" - } - } - }, - "_unist-builder@2.0.3@unist-builder": { - "version": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "_unist-util-find-all-after@1.0.5@unist-util-find-all-after": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-1.0.5.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-3.0.0.tgz" - } - } - }, - "_unist-util-find-all-after@3.0.2@unist-util-find-all-after": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-3.0.2.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - }, - "_unist-util-generated@1.1.6@unist-util-generated": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-generated/download/unist-util-generated-1.1.6.tgz" - }, - "_unist-util-is@3.0.0@unist-util-is": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-3.0.0.tgz" - }, - "_unist-util-is@4.0.4@unist-util-is": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "_unist-util-position@3.1.0@unist-util-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "_unist-util-remove-position@1.1.4@unist-util-remove-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-1.1.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_unist-util-remove-position@2.0.1@unist-util-remove-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-2.0.1.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_unist-util-remove@2.0.1@unist-util-remove": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-remove/download/unist-util-remove-2.0.1.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - }, - "_unist-util-stringify-position@1.1.2@unist-util-stringify-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - }, - "_unist-util-stringify-position@2.0.3@unist-util-stringify-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "_unist-util-visit-parents@2.1.2@unist-util-visit-parents": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-3.0.0.tgz" - } - } - }, - "_unist-util-visit-parents@3.1.1@unist-util-visit-parents": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - }, - "_unist-util-visit@1.4.1@unist-util-visit": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-2.1.2.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_unist-util-visit@2.0.3@unist-util-visit": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_universalify@0.1.2@universalify": { - "version": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - }, - "_unpipe@1.0.0@unpipe": { - "version": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - }, - "_unquote@1.1.1@unquote": { - "version": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "_unset-value@1.0.0@unset-value": { - "version": "https://registry.npm.alibaba-inc.com/unset-value/download/unset-value-1.0.0.tgz", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-0.3.1.tgz", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "_upath@1.2.0@upath": { - "version": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - }, - "_update-notifier@3.0.0@update-notifier": { - "version": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.0.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": {} - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz", - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - }, - "dependencies": {} - }, - "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": {} - }, - "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": {} - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "_update-notifier@3.0.1@update-notifier": { - "version": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.1.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": {} - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz", - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - }, - "dependencies": {} - }, - "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": {} - }, - "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": {} - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "_uri-js@4.4.1@uri-js": { - "version": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "_urix@0.1.0@urix": { - "version": "https://registry.npm.alibaba-inc.com/urix/download/urix-0.1.0.tgz" - }, - "_url-loader@2.3.0@url-loader": { - "version": "https://registry.npm.alibaba-inc.com/url-loader/download/url-loader-2.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "mime": "^2.4.4", - "schema-utils": "^2.5.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "_url-parse-lax@3.0.0@url-parse-lax": { - "version": "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": { - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-2.0.0.tgz" - } - } - }, - "_url-parse@1.5.1@url-parse": { - "version": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": { - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.2.0.tgz" - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz" - } - } - }, - "_url-regex@5.0.0@url-regex": { - "version": "https://registry.npm.alibaba-inc.com/url-regex/download/url-regex-5.0.0.tgz", - "requires": { - "ip-regex": "^4.1.0", - "tlds": "^1.203.0" - }, - "dependencies": { - "ip-regex": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-4.3.0.tgz" - }, - "tlds": { - "version": "1.218.0", - "resolved": "https://registry.npm.alibaba-inc.com/tlds/download/tlds-1.218.0.tgz" - } - } - }, - "_url@0.11.0@url": { - "version": "https://registry.npm.alibaba-inc.com/url/download/url-0.11.0.tgz", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.3.2.tgz" - }, - "querystring": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.0.tgz" - } - } - }, - "_use-callback-ref@1.2.5@use-callback-ref": { - "version": "https://registry.npm.alibaba-inc.com/use-callback-ref/download/use-callback-ref-1.2.5.tgz" - }, - "_use-sidecar@1.0.4@use-sidecar": { - "version": "https://registry.npm.alibaba-inc.com/use-sidecar/download/use-sidecar-1.0.4.tgz", - "requires": { - "detect-node-es": "^1.0.0", - "tslib": "^1.9.3" - }, - "dependencies": { - "detect-node-es": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-node-es/download/detect-node-es-1.0.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "_use@3.1.1@use": { - "version": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - }, - "_util-deprecate@1.0.2@util-deprecate": { - "version": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - }, - "_util.promisify@1.0.0@util.promisify": { - "version": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.0.tgz", - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "_util.promisify@1.0.1@util.promisify": { - "version": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.17.7.tgz", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "_util.promisify@1.1.1@util.promisify": { - "version": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "for-each": { - "version": "0.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/for-each/download/for-each-0.3.3.tgz", - "requires": { - "is-callable": "^1.1.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "_util@0.10.3@util": { - "version": "https://registry.npm.alibaba-inc.com/util/download/util-0.10.3.tgz", - "requires": { - "inherits": "2.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.1.tgz" - } - } - }, - "_util@0.11.1@util": { - "version": "https://registry.npm.alibaba-inc.com/util/download/util-0.11.1.tgz", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - } - } - }, - "_utila@0.4.0@utila": { - "version": "https://registry.npm.alibaba-inc.com/utila/download/utila-0.4.0.tgz" - }, - "_utils-merge@1.0.1@utils-merge": { - "version": "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz" - }, - "_uuid@3.4.0@uuid": { - "version": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - }, - "_uuid@8.3.2@uuid": { - "version": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-8.3.2.tgz" - }, - "_v8-compile-cache@2.2.0@v8-compile-cache": { - "version": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "_v8-to-istanbul@7.1.0@v8-to-istanbul": { - "version": "https://registry.npm.alibaba-inc.com/v8-to-istanbul/download/v8-to-istanbul-7.1.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - } - } - }, - "_v8flags@3.2.0@v8flags": { - "version": "https://registry.npm.alibaba-inc.com/v8flags/download/v8flags-3.2.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_validate-npm-package-license@3.0.4@validate-npm-package-license": { - "version": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": { - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.1.tgz", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_validate-npm-package-name@3.0.0@validate-npm-package-name": { - "version": "https://registry.npm.alibaba-inc.com/validate-npm-package-name/download/validate-npm-package-name-3.0.0.tgz", - "requires": { - "builtins": "^1.0.3" - }, - "dependencies": { - "builtins": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/builtins/download/builtins-1.0.3.tgz" - } - } - }, - "_value-or-function@3.0.0@value-or-function": { - "version": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "_vary@1.1.2@vary": { - "version": "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz" - }, - "_vendors@1.0.4@vendors": { - "version": "https://registry.npm.alibaba-inc.com/vendors/download/vendors-1.0.4.tgz" - }, - "_verror@1.10.0@verror": { - "version": "https://registry.npm.alibaba-inc.com/verror/download/verror-1.10.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "extsprintf": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.4.0.tgz" - } - } - }, - "_vfile-location@2.0.6@vfile-location": { - "version": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-2.0.6.tgz" - }, - "_vfile-location@3.2.0@vfile-location": { - "version": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "_vfile-message@1.1.1@vfile-message": { - "version": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-1.1.1.tgz", - "requires": { - "unist-util-stringify-position": "^1.1.1" - }, - "dependencies": { - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - } - } - }, - "_vfile-message@2.0.4@vfile-message": { - "version": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - } - } - }, - "_vfile@2.3.0@vfile": { - "version": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-2.3.0.tgz", - "requires": { - "is-buffer": "^1.1.4", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.0.tgz" - }, - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - }, - "vfile-message": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-1.1.1.tgz", - "requires": { - "unist-util-stringify-position": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_vfile@3.0.1@vfile": { - "version": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-3.0.1.tgz", - "requires": { - "is-buffer": "^2.0.0", - "replace-ext": "1.0.0", - "unist-util-stringify-position": "^1.0.0", - "vfile-message": "^1.0.0" - }, - "dependencies": { - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.0.tgz" - }, - "unist-util-stringify-position": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-1.1.2.tgz" - }, - "vfile-message": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-1.1.1.tgz", - "requires": { - "unist-util-stringify-position": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_vfile@4.2.1@vfile": { - "version": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_vinyl-fs@3.0.3@vinyl-fs": { - "version": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": { - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": {} - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_vinyl-sourcemap@1.1.0@vinyl-sourcemap": { - "version": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": { - "append-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/append-buffer/download/append-buffer-1.0.2.tgz", - "requires": { - "buffer-equal": "^1.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - }, - "now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_vinyl-sourcemaps-apply@0.2.1@vinyl-sourcemaps-apply": { - "version": "https://registry.npm.alibaba-inc.com/vinyl-sourcemaps-apply/download/vinyl-sourcemaps-apply-0.2.1.tgz", - "requires": { - "source-map": "^0.5.1" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "_vinyl@0.5.3@vinyl": { - "version": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-0.5.3.tgz", - "requires": { - "clone": "^1.0.0", - "clone-stats": "^0.0.1", - "replace-ext": "0.0.1" - }, - "dependencies": { - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-1.0.4.tgz" - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-0.0.1.tgz" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-0.0.1.tgz" - } - } - }, - "_vinyl@2.2.1@vinyl": { - "version": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - } - } - }, - "_vm-browserify@1.1.2@vm-browserify": { - "version": "https://registry.npm.alibaba-inc.com/vm-browserify/download/vm-browserify-1.1.2.tgz" - }, - "_void-elements@3.1.0@void-elements": { - "version": "https://registry.npm.alibaba-inc.com/void-elements/download/void-elements-3.1.0.tgz" - }, - "_vue-docgen-api@4.35.0@vue-docgen-api": { - "version": "https://registry.npm.alibaba-inc.com/vue-docgen-api/download/vue-docgen-api-4.35.0.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.0", - "@vue/compiler-dom": "^3.0.0-rc.6", - "@vue/compiler-sfc": "^3.0.0-rc.6", - "ast-types": "0.13.3", - "hash-sum": "^1.0.2", - "lru-cache": "^4.1.5", - "pug": "^3.0.0", - "recast": "0.19.1", - "ts-map": "^1.0.3", - "vue-inbrowser-compiler-utils": "^4.33.6" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": {} - }, - "@vue/compiler-sfc": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/compiler-core": "3.0.5", - "@vue/compiler-dom": "3.0.5", - "@vue/compiler-ssr": "3.0.5", - "@vue/shared": "3.0.5", - "consolidate": "^0.16.0", - "estree-walker": "^2.0.1", - "hash-sum": "^2.0.0", - "lru-cache": "^5.1.1", - "magic-string": "^0.25.7", - "merge-source-map": "^1.1.0", - "postcss": "^7.0.32", - "postcss-modules": "^3.2.2", - "postcss-selector-parser": "^6.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "hash-sum": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-1.0.2.tgz" - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "pug": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug/download/pug-3.0.0.tgz", - "requires": { - "pug-code-gen": "^3.0.0", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.0", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.0", - "pug-strip-comments": "^2.0.0" - }, - "dependencies": {} - }, - "recast": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.19.1.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "ts-map": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/ts-map/download/ts-map-1.0.3.tgz" - }, - "vue-inbrowser-compiler-utils": { - "version": "4.33.6", - "resolved": "https://registry.npm.alibaba-inc.com/vue-inbrowser-compiler-utils/download/vue-inbrowser-compiler-utils-4.33.6.tgz", - "requires": { - "camelcase": "^5.3.1" - }, - "dependencies": {} - } - } - }, - "_vue-docgen-loader@1.5.0@vue-docgen-loader": { - "version": "https://registry.npm.alibaba-inc.com/vue-docgen-loader/download/vue-docgen-loader-1.5.0.tgz", - "requires": { - "clone": "^2.1.2", - "jscodeshift": "^0.7.0", - "loader-utils": "^1.2.3", - "querystring": "^0.2.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "jscodeshift": { - "version": "0.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/jscodeshift/download/jscodeshift-0.7.1.tgz", - "requires": { - "@babel/core": "^7.1.6", - "@babel/parser": "^7.1.6", - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/preset-env": "^7.1.6", - "@babel/preset-flow": "^7.0.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/register": "^7.0.0", - "babel-core": "^7.0.0-bridge.0", - "colors": "^1.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.18.1", - "temp": "^0.8.1", - "write-file-atomic": "^2.3.0" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - } - } - }, - "_vue-inbrowser-compiler-utils@4.33.6@vue-inbrowser-compiler-utils": { - "version": "https://registry.npm.alibaba-inc.com/vue-inbrowser-compiler-utils/download/vue-inbrowser-compiler-utils-4.33.6.tgz", - "requires": { - "camelcase": "^5.3.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - } - } - }, - "_w3c-hr-time@1.0.2@w3c-hr-time": { - "version": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": { - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz" - } - } - }, - "_w3c-xmlserializer@2.0.0@w3c-xmlserializer": { - "version": "https://registry.npm.alibaba-inc.com/w3c-xmlserializer/download/w3c-xmlserializer-2.0.0.tgz", - "requires": { - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "_walker@1.0.7@walker": { - "version": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": { - "makeerror": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": {} - } - } - }, - "_warning@4.0.3@warning": { - "version": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "_watchpack-chokidar2@2.0.1@watchpack-chokidar2": { - "version": "https://registry.npm.alibaba-inc.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz", - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": { - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_watchpack@1.7.5@watchpack": { - "version": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": { - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "optional": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "watchpack-chokidar2": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz", - "optional": true, - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": {} - } - } - }, - "_web-namespaces@1.1.4@web-namespaces": { - "version": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "_webidl-conversions@4.0.2@webidl-conversions": { - "version": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - }, - "_webidl-conversions@5.0.0@webidl-conversions": { - "version": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-5.0.0.tgz" - }, - "_webidl-conversions@6.1.0@webidl-conversions": { - "version": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - }, - "_webpack-bundle-analyzer@3.9.0@webpack-bundle-analyzer": { - "version": "https://registry.npm.alibaba-inc.com/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1", - "bfj": "^6.1.1", - "chalk": "^2.4.1", - "commander": "^2.18.0", - "ejs": "^2.6.1", - "express": "^4.16.3", - "filesize": "^3.6.1", - "gzip-size": "^5.0.0", - "lodash": "^4.17.19", - "mkdirp": "^0.5.1", - "opener": "^1.5.1", - "ws": "^6.0.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - }, - "bfj": { - "version": "6.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/bfj/download/bfj-6.1.2.tgz", - "requires": { - "bluebird": "^3.5.5", - "check-types": "^8.0.3", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "check-types": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/check-types/download/check-types-8.0.3.tgz" - }, - "hoopy": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/hoopy/download/hoopy-0.1.4.tgz" - }, - "tryer": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tryer/download/tryer-1.0.1.tgz" - } - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "ejs": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.4.tgz" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "dependencies": {} - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": {} - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": {} - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": {} - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz" - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.6.tgz", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "dependencies": {} - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": {} - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "dependencies": {} - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": {} - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz" - } - } - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": { - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.2.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - } - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "opener": { - "version": "1.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/opener/download/opener-1.5.2.tgz" - }, - "ws": { - "version": "6.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-6.2.1.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": { - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz" - } - } - } - } - }, - "_webpack-cli@3.3.12@webpack-cli": { - "version": "https://registry.npm.alibaba-inc.com/webpack-cli/download/webpack-cli-3.3.12.tgz", - "requires": { - "chalk": "^2.4.2", - "cross-spawn": "^6.0.5", - "enhanced-resolve": "^4.1.1", - "findup-sync": "^3.0.0", - "global-modules": "^2.0.0", - "import-local": "^2.0.0", - "interpret": "^1.4.0", - "loader-utils": "^1.4.0", - "supports-color": "^6.1.0", - "v8-compile-cache": "^2.1.1", - "yargs": "^13.3.2" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-5.5.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": { - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-1.2.0.tgz", - "requires": { - "shebang-regex": "^1.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - } - } - }, - "findup-sync": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "import-local": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-2.0.0.tgz", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-3.0.0.tgz", - "requires": { - "find-up": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-cwd": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-2.0.0.tgz", - "requires": { - "resolve-from": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": { - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-3.0.0.tgz" - } - } - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - } - } - }, - "_webpack-dev-middleware@3.7.3@webpack-dev-middleware": { - "version": "https://registry.npm.alibaba-inc.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz", - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "webpack-log": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-2.0.0.tgz", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - } - } - }, - "_webpack-hot-middleware@2.25.0@webpack-hot-middleware": { - "version": "https://registry.npm.alibaba-inc.com/webpack-hot-middleware/download/webpack-hot-middleware-2.25.0.tgz", - "requires": { - "ansi-html": "0.0.7", - "html-entities": "^1.2.0", - "querystring": "^0.2.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-html/download/ansi-html-0.0.7.tgz" - }, - "html-entities": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-entities/download/html-entities-1.4.0.tgz" - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_webpack-log@2.0.0@webpack-log": { - "version": "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-2.0.0.tgz", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "_webpack-sources@1.4.3@webpack-sources": { - "version": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "_webpack-virtual-modules@0.2.2@webpack-virtual-modules": { - "version": "https://registry.npm.alibaba-inc.com/webpack-virtual-modules/download/webpack-virtual-modules-0.2.2.tgz", - "requires": { - "debug": "^3.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "_webpack@4.46.0@webpack": { - "version": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": {} - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "_websocket-driver@0.7.4@websocket-driver": { - "version": "https://registry.npm.alibaba-inc.com/websocket-driver/download/websocket-driver-0.7.4.tgz", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "dependencies": { - "http-parser-js": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-parser-js/download/http-parser-js-0.5.3.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/websocket-extensions/download/websocket-extensions-0.1.4.tgz" - } - } - }, - "_websocket-extensions@0.1.4@websocket-extensions": { - "version": "https://registry.npm.alibaba-inc.com/websocket-extensions/download/websocket-extensions-0.1.4.tgz" - }, - "_whatwg-encoding@1.0.5@whatwg-encoding": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - } - } - }, - "_whatwg-fetch@3.6.1@whatwg-fetch": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-3.6.1.tgz" - }, - "_whatwg-mimetype@2.3.0@whatwg-mimetype": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "_whatwg-url@6.5.0@whatwg-url": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-6.5.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-1.0.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - } - } - }, - "_whatwg-url@7.1.0@whatwg-url": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-7.1.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-1.0.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-4.0.2.tgz" - } - } - }, - "_whatwg-url@8.4.0@whatwg-url": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-2.0.2.tgz", - "requires": { - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - } - } - }, - "_when@3.7.8@when": { - "version": "https://registry.npm.alibaba-inc.com/when/download/when-3.7.8.tgz" - }, - "_whet.extend@0.9.9@whet.extend": { - "version": "https://registry.npm.alibaba-inc.com/whet.extend/download/whet.extend-0.9.9.tgz" - }, - "_which-module@1.0.0@which-module": { - "version": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-1.0.0.tgz" - }, - "_which-module@2.0.0@which-module": { - "version": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "_which@1.2.14@which": { - "version": "https://registry.npm.alibaba-inc.com/which/download/which-1.2.14.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - }, - "_which@1.3.1@which": { - "version": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - }, - "_which@2.0.2@which": { - "version": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - }, - "_wide-align@1.1.3@wide-align": { - "version": "https://registry.npm.alibaba-inc.com/wide-align/download/wide-align-1.1.3.tgz", - "requires": { - "string-width": "^1.0.2 || 2" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_widest-line@2.0.1@widest-line": { - "version": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-2.0.1.tgz", - "requires": { - "string-width": "^2.1.1" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "_widest-line@3.1.0@widest-line": { - "version": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-3.1.0.tgz", - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "_window-size@0.1.0@window-size": { - "version": "https://registry.npm.alibaba-inc.com/window-size/download/window-size-0.1.0.tgz" - }, - "_with@7.0.2@with": { - "version": "https://registry.npm.alibaba-inc.com/with/download/with-7.0.2.tgz", - "requires": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "assert-never": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/assert-never/download/assert-never-1.2.1.tgz" - }, - "babel-walk": { - "version": "3.0.0-canary-5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-walk/download/babel-walk-3.0.0-canary-5.tgz", - "requires": { - "@babel/types": "^7.9.6" - }, - "dependencies": {} - } - } - }, - "_wolfy87-eventemitter@5.2.9@wolfy87-eventemitter": { - "version": "https://registry.npm.alibaba-inc.com/wolfy87-eventemitter/download/wolfy87-eventemitter-5.2.9.tgz" - }, - "_word-wrap@1.2.3@word-wrap": { - "version": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - }, - "_wordwrap@0.0.2@wordwrap": { - "version": "https://registry.npm.alibaba-inc.com/wordwrap/download/wordwrap-0.0.2.tgz" - }, - "_worker-farm@1.7.0@worker-farm": { - "version": "https://registry.npm.alibaba-inc.com/worker-farm/download/worker-farm-1.7.0.tgz", - "requires": { - "errno": "~0.1.7" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "_worker-rpc@0.1.1@worker-rpc": { - "version": "https://registry.npm.alibaba-inc.com/worker-rpc/download/worker-rpc-0.1.1.tgz", - "requires": { - "microevent.ts": "~0.1.1" - }, - "dependencies": { - "microevent.ts": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/microevent.ts/download/microevent.ts-0.1.1.tgz" - } - } - }, - "_wrap-ansi@2.1.0@wrap-ansi": { - "version": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-2.1.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "_wrap-ansi@3.0.1@wrap-ansi": { - "version": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-3.0.1.tgz", - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-4.0.0.tgz", - "requires": { - "ansi-regex": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "_wrap-ansi@5.1.0@wrap-ansi": { - "version": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-5.1.0.tgz", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "_wrap-ansi@6.2.0@wrap-ansi": { - "version": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-6.2.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_wrap-ansi@7.0.0@wrap-ansi": { - "version": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-7.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "_wrappy@1.0.2@wrappy": { - "version": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - }, - "_write-file-atomic@2.4.1@write-file-atomic": { - "version": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.1.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "_write-file-atomic@2.4.3@write-file-atomic": { - "version": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "_write-file-atomic@3.0.3@write-file-atomic": { - "version": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", - "requires": { - "is-typedarray": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "_write@1.0.3@write": { - "version": "https://registry.npm.alibaba-inc.com/write/download/write-1.0.3.tgz", - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - } - } - }, - "_ws@5.2.2@ws": { - "version": "https://registry.npm.alibaba-inc.com/ws/download/ws-5.2.2.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": { - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz" - } - } - }, - "_ws@6.2.1@ws": { - "version": "https://registry.npm.alibaba-inc.com/ws/download/ws-6.2.1.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": { - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz" - } - } - }, - "_ws@7.4.3@ws": { - "version": "https://registry.npm.alibaba-inc.com/ws/download/ws-7.4.3.tgz" - }, - "_x-is-string@0.1.0@x-is-string": { - "version": "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz" - }, - "_xdg-basedir@3.0.0@xdg-basedir": { - "version": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - }, - "_xml-name-validator@3.0.0@xml-name-validator": { - "version": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - }, - "_xmlchars@2.2.0@xmlchars": { - "version": "https://registry.npm.alibaba-inc.com/xmlchars/download/xmlchars-2.2.0.tgz" - }, - "_xtend@2.1.2@xtend": { - "version": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-2.1.2.tgz", - "requires": { - "object-keys": "~0.4.0" - }, - "dependencies": { - "object-keys": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-0.4.0.tgz" - } - } - }, - "_xtend@4.0.2@xtend": { - "version": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "_y18n@3.2.2@y18n": { - "version": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-3.2.2.tgz" - }, - "_y18n@4.0.1@y18n": { - "version": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "_y18n@5.0.5@y18n": { - "version": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-5.0.5.tgz" - }, - "_yallist@2.1.2@yallist": { - "version": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-2.1.2.tgz" - }, - "_yallist@3.1.1@yallist": { - "version": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-3.1.1.tgz" - }, - "_yallist@4.0.0@yallist": { - "version": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - }, - "_yaml@1.10.0@yaml": { - "version": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - }, - "_yargs-parser@10.1.0@yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-10.1.0.tgz", - "requires": { - "camelcase": "^4.1.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-4.1.0.tgz" - } - } - }, - "_yargs-parser@13.1.2@yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - } - } - }, - "_yargs-parser@18.1.3@yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-18.1.3.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - } - } - }, - "_yargs-parser@20.2.6@yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - }, - "_yargs-parser@5.0.0-security.0@yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-5.0.0-security.0.tgz", - "requires": { - "camelcase": "^3.0.0", - "object.assign": "^4.1.0" - }, - "dependencies": { - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "_yargs@13.3.2@yargs": { - "version": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": { - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-5.0.0.tgz", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "_yargs@15.4.1@yargs": { - "version": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": { - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-6.0.0.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-4.0.1.tgz" - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-18.1.3.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "_yargs@16.2.0@yargs": { - "version": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-16.2.0.tgz", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "dependencies": { - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-7.0.4.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": {} - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "y18n": { - "version": "5.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-5.0.5.tgz" - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "_yargs@3.10.0@yargs": { - "version": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-3.10.0.tgz", - "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - }, - "dependencies": { - "camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-1.2.1.tgz" - }, - "cliui": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-2.1.0.tgz", - "requires": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", - "wordwrap": "0.0.2" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "window-size": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/window-size/download/window-size-0.1.0.tgz" - } - } - }, - "_yargs@7.1.1@yargs": { - "version": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.1.tgz", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" - }, - "dependencies": { - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-3.0.0.tgz" - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-3.2.0.tgz", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "get-caller-file": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-1.0.3.tgz" - }, - "os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-1.4.0.tgz", - "requires": { - "lcid": "^1.0.0" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-1.0.1.tgz", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "dependencies": {} - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-1.0.1.tgz" - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "which-module": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-1.0.0.tgz" - }, - "y18n": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-3.2.2.tgz" - }, - "yargs-parser": { - "version": "5.0.0-security.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-5.0.0-security.0.tgz", - "requires": { - "camelcase": "^3.0.0", - "object.assign": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "_yauzl@2.10.0@yauzl": { - "version": "https://registry.npm.alibaba-inc.com/yauzl/download/yauzl-2.10.0.tgz", - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - }, - "dependencies": { - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz" - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fd-slicer/download/fd-slicer-1.1.0.tgz", - "requires": { - "pend": "~1.2.0" - }, - "dependencies": {} - } - } - }, - "_zwitch@1.0.5@zwitch": { - "version": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - }, - "abab": { - "version": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "abbrev": { - "version": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - }, - "abs-svg-path": { - "version": "https://registry.npm.alibaba-inc.com/abs-svg-path/download/abs-svg-path-0.1.1.tgz" - }, - "accepts": { - "version": "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "dependencies": { - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/negotiator/download/negotiator-0.6.2.tgz" - } - } - }, - "accord": { - "version": "https://registry.npm.alibaba-inc.com/accord/download/accord-0.29.0.tgz", - "requires": { - "convert-source-map": "^1.5.0", - "glob": "^7.0.5", - "indx": "^0.2.3", - "lodash.clone": "^4.3.2", - "lodash.defaults": "^4.0.1", - "lodash.flatten": "^4.2.0", - "lodash.merge": "^4.4.0", - "lodash.partialright": "^4.1.4", - "lodash.pick": "^4.2.1", - "lodash.uniq": "^4.3.0", - "resolve": "^1.5.0", - "semver": "^5.3.0", - "uglify-js": "^2.8.22", - "when": "^3.7.8" - }, - "dependencies": { - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "indx": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/indx/download/indx-0.2.3.tgz" - }, - "lodash.clone": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.clone/download/lodash.clone-4.5.0.tgz" - }, - "lodash.defaults": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.defaults/download/lodash.defaults-4.2.0.tgz" - }, - "lodash.flatten": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.flatten/download/lodash.flatten-4.4.0.tgz" - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.merge/download/lodash.merge-4.6.2.tgz" - }, - "lodash.partialright": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.partialright/download/lodash.partialright-4.2.1.tgz" - }, - "lodash.pick": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.pick/download/lodash.pick-4.4.0.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "uglify-js": { - "version": "2.8.29", - "resolved": "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-2.8.29.tgz", - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": {} - }, - "when": { - "version": "3.7.8", - "resolved": "https://registry.npm.alibaba-inc.com/when/download/when-3.7.8.tgz" - } - } - }, - "acorn": { - "version": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-globals": { - "version": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-6.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - } - } - }, - "acorn-jsx": { - "version": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "acorn-walk": { - "version": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - }, - "address": { - "version": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "aggregate-error": { - "version": "https://registry.npm.alibaba-inc.com/aggregate-error/download/aggregate-error-3.1.0.tgz", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": { - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/clean-stack/download/clean-stack-2.2.0.tgz" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - } - } - }, - "airbnb-js-shims": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/airbnb-js-shims/download/airbnb-js-shims-2.2.1.tgz", - "dev": true, - "requires": { - "array-includes": "^3.0.3", - "array.prototype.flat": "^1.2.1", - "array.prototype.flatmap": "^1.2.1", - "es5-shim": "^4.5.13", - "es6-shim": "^0.35.5", - "function.prototype.name": "^1.1.0", - "globalthis": "^1.0.0", - "object.entries": "^1.1.0", - "object.fromentries": "^2.0.0 || ^1.0.0", - "object.getownpropertydescriptors": "^2.0.3", - "object.values": "^1.1.0", - "promise.allsettled": "^1.0.0", - "promise.prototype.finally": "^3.1.0", - "string.prototype.matchall": "^4.0.0 || ^3.0.1", - "string.prototype.padend": "^3.0.0", - "string.prototype.padstart": "^3.0.0", - "symbol.prototype.description": "^1.0.0" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "es5-shim": { - "version": "4.5.15", - "resolved": "https://registry.npm.alibaba-inc.com/es5-shim/download/es5-shim-4.5.15.tgz" - }, - "es6-shim": { - "version": "0.35.6", - "resolved": "https://registry.npm.alibaba-inc.com/es6-shim/download/es6-shim-0.35.6.tgz" - }, - "function.prototype.name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/function.prototype.name/download/function.prototype.name-1.1.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "functions-have-names": "^1.2.2" - }, - "dependencies": {} - }, - "globalthis": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globalthis/download/globalthis-1.0.2.tgz", - "requires": { - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "promise.allsettled": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/promise.allsettled/download/promise.allsettled-1.0.4.tgz", - "requires": { - "array.prototype.map": "^1.0.3", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.0.2", - "iterate-value": "^1.0.2" - }, - "dependencies": {} - }, - "promise.prototype.finally": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/promise.prototype.finally/download/promise.prototype.finally-3.1.2.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.0", - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": {} - }, - "string.prototype.padend": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - }, - "string.prototype.padstart": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padstart/download/string.prototype.padstart-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - }, - "symbol.prototype.description": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol.prototype.description/download/symbol.prototype.description-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.2" - }, - "dependencies": {} - } - } - }, - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-7.1.1.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "dependencies": { - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-1.0.0.tgz" - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/require-from-string/download/require-from-string-2.0.2.tgz" - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "ajv-errors": { - "version": "https://registry.npm.alibaba-inc.com/ajv-errors/download/ajv-errors-1.0.1.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - }, - "ajv-keywords": { - "version": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": { - "ajv": { - "version": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - } - } - }, - "align-text": { - "version": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "alphanum-sort": { - "version": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "amdefine": { - "version": "https://registry.npm.alibaba-inc.com/amdefine/download/amdefine-1.0.1.tgz" - }, - "ansi-align": { - "version": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-3.1.0.tgz", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "ansi-colors": { - "version": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - }, - "ansi-cyan": { - "version": "https://registry.npm.alibaba-inc.com/ansi-cyan/download/ansi-cyan-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "ansi-escapes": { - "version": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": { - "type-fest": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.11.0.tgz" - } - } - }, - "ansi-gray": { - "version": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "ansi-html": { - "version": "https://registry.npm.alibaba-inc.com/ansi-html/download/ansi-html-0.0.7.tgz" - }, - "ansi-red": { - "version": "https://registry.npm.alibaba-inc.com/ansi-red/download/ansi-red-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": { - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - } - } - }, - "ansi-regex": { - "version": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": { - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": {} - } - } - }, - "ansi-to-html": { - "version": "https://registry.npm.alibaba-inc.com/ansi-to-html/download/ansi-to-html-0.6.14.tgz", - "requires": { - "entities": "^1.1.2" - }, - "dependencies": { - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - } - } - }, - "ansi-wrap": { - "version": "https://registry.npm.alibaba-inc.com/ansi-wrap/download/ansi-wrap-0.1.0.tgz" - }, - "any-observable": { - "version": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.5.1.tgz" - }, - "anymatch": { - "version": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": { - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "aphrodite": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/aphrodite/download/aphrodite-2.4.0.tgz", - "dev": true, - "requires": { - "asap": "^2.0.3", - "inline-style-prefixer": "^5.1.0", - "string-hash": "^1.1.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - }, - "inline-style-prefixer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-prefixer/download/inline-style-prefixer-5.1.2.tgz", - "requires": { - "css-in-js-utils": "^2.0.0" - }, - "dependencies": {} - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "app-root-dir": { - "version": "https://registry.npm.alibaba-inc.com/app-root-dir/download/app-root-dir-1.0.2.tgz" - }, - "append-buffer": { - "version": "https://registry.npm.alibaba-inc.com/append-buffer/download/append-buffer-1.0.2.tgz", - "requires": { - "buffer-equal": "^1.0.0" - }, - "dependencies": { - "buffer-equal": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-equal/download/buffer-equal-1.0.0.tgz" - } - } - }, - "append-transform": { - "version": "https://registry.npm.alibaba-inc.com/append-transform/download/append-transform-1.0.0.tgz", - "requires": { - "default-require-extensions": "^2.0.0" - }, - "dependencies": { - "default-require-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-require-extensions/download/default-require-extensions-2.0.0.tgz", - "requires": { - "strip-bom": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "aproba": { - "version": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "archy": { - "version": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "are-we-there-yet": { - "version": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": { - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delegates/download/delegates-1.0.0.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "argparse": { - "version": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": { - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz" - } - } - }, - "aria-query": { - "version": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@babel/runtime-corejs3": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime-corejs3/download/@babel/runtime-corejs3-7.13.6.tgz", - "requires": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "arr-diff": { - "version": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "arr-filter": { - "version": "https://registry.npm.alibaba-inc.com/arr-filter/download/arr-filter-1.1.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "arr-flatten": { - "version": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": { - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "arr-union": { - "version": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "array-differ": { - "version": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-3.0.0.tgz" - }, - "array-each": { - "version": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-equal": { - "version": "https://registry.npm.alibaba-inc.com/array-equal/download/array-equal-1.0.0.tgz" - }, - "array-find-index": { - "version": "https://registry.npm.alibaba-inc.com/array-find-index/download/array-find-index-1.0.2.tgz" - }, - "array-flatten": { - "version": "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz" - }, - "array-includes": { - "version": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "array-initial": { - "version": "https://registry.npm.alibaba-inc.com/array-initial/download/array-initial-1.1.0.tgz", - "requires": { - "array-slice": "^1.0.0", - "is-number": "^4.0.0" - }, - "dependencies": { - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - } - } - }, - "array-last": { - "version": "https://registry.npm.alibaba-inc.com/array-last/download/array-last-1.3.0.tgz", - "requires": { - "is-number": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-4.0.0.tgz" - } - } - }, - "array-slice": { - "version": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "array-sort": { - "version": "https://registry.npm.alibaba-inc.com/array-sort/download/array-sort-1.0.0.tgz", - "requires": { - "default-compare": "^1.0.0", - "get-value": "^2.0.6", - "kind-of": "^5.0.2" - }, - "dependencies": { - "default-compare": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-compare/download/default-compare-1.0.0.tgz", - "requires": { - "kind-of": "^5.0.2" - }, - "dependencies": {} - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "array-union": { - "version": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "array-uniq": { - "version": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - }, - "array-unique": { - "version": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "array.prototype.flat": { - "version": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "array.prototype.flatmap": { - "version": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "array.prototype.map": { - "version": "https://registry.npm.alibaba-inc.com/array.prototype.map/download/array.prototype.map-1.0.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/es-array-method-boxes-properly/download/es-array-method-boxes-properly-1.0.0.tgz" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - } - } - }, - "arrify": { - "version": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-2.0.1.tgz" - }, - "asap": { - "version": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - }, - "asn1": { - "version": "https://registry.npm.alibaba-inc.com/asn1/download/asn1-0.2.4.tgz", - "requires": { - "safer-buffer": "~2.1.0" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "asn1.js": { - "version": "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-5.4.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "assert": { - "version": "https://registry.npm.alibaba-inc.com/assert/download/assert-1.5.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "util": { - "version": "0.10.3", - "resolved": "https://registry.npm.alibaba-inc.com/util/download/util-0.10.3.tgz", - "requires": { - "inherits": "2.0.1" - }, - "dependencies": {} - } - } - }, - "assert-never": { - "version": "https://registry.npm.alibaba-inc.com/assert-never/download/assert-never-1.2.1.tgz" - }, - "assert-plus": { - "version": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "assign-symbols": { - "version": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "ast-metadata-inferer": { - "version": "https://registry.npm.alibaba-inc.com/ast-metadata-inferer/download/ast-metadata-inferer-0.4.0.tgz" - }, - "ast-types": { - "version": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "ast-types-flow": { - "version": "https://registry.npm.alibaba-inc.com/ast-types-flow/download/ast-types-flow-0.0.7.tgz" - }, - "astral-regex": { - "version": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-2.0.0.tgz" - }, - "async-done": { - "version": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - } - } - }, - "async-each": { - "version": "https://registry.npm.alibaba-inc.com/async-each/download/async-each-1.0.3.tgz" - }, - "async-exit-hook": { - "version": "https://registry.npm.alibaba-inc.com/async-exit-hook/download/async-exit-hook-2.0.1.tgz" - }, - "async-foreach": { - "version": "https://registry.npm.alibaba-inc.com/async-foreach/download/async-foreach-0.1.3.tgz" - }, - "async-limiter": { - "version": "https://registry.npm.alibaba-inc.com/async-limiter/download/async-limiter-1.0.1.tgz" - }, - "async-settle": { - "version": "https://registry.npm.alibaba-inc.com/async-settle/download/async-settle-1.0.0.tgz", - "requires": { - "async-done": "^1.2.2" - }, - "dependencies": { - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "asynckit": { - "version": "https://registry.npm.alibaba-inc.com/asynckit/download/asynckit-0.4.0.tgz" - }, - "atob": { - "version": "https://registry.npm.alibaba-inc.com/atob/download/atob-2.1.2.tgz" - }, - "autoprefixer": { - "version": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "aws-sign2": { - "version": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "axe-core": { - "version": "https://registry.npm.alibaba-inc.com/axe-core/download/axe-core-4.1.2.tgz" - }, - "axobject-query": { - "version": "https://registry.npm.alibaba-inc.com/axobject-query/download/axobject-query-2.2.0.tgz" - }, - "babel-code-frame": { - "version": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-3.0.2.tgz" - } - } - }, - "babel-core": { - "version": "https://registry.npm.alibaba-inc.com/babel-core/download/babel-core-7.0.0-bridge.0.tgz" - }, - "babel-helper-builder-react-jsx": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-builder-react-jsx/download/babel-helper-builder-react-jsx-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "esutils": "^2.0.2" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "babel-helper-evaluate-path": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - }, - "babel-helper-is-nodes-equiv": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-is-nodes-equiv/download/babel-helper-is-nodes-equiv-0.0.1.tgz" - }, - "babel-helper-is-void-0": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - }, - "babel-helper-mark-eval-scopes": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - }, - "babel-helper-remove-or-void": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-remove-or-void/download/babel-helper-remove-or-void-0.4.3.tgz" - }, - "babel-helper-to-multiple-sequence-expressions": { - "version": "https://registry.npm.alibaba-inc.com/babel-helper-to-multiple-sequence-expressions/download/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz" - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "dev": true, - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-6.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", - "test-exclude": "^6.0.0" - }, - "dependencies": {} - }, - "babel-preset-jest": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-26.6.2.tgz", - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "babel-loader": { - "version": "8.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-loader/download/babel-loader-8.2.2.tgz", - "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "babel-messages": { - "version": "https://registry.npm.alibaba-inc.com/babel-messages/download/babel-messages-6.23.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-add-react-displayname": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-add-react-displayname/download/babel-plugin-add-react-displayname-0.0.5.tgz" - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-apply-mdx-type-prop/download/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/core": { - "version": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-dynamic-import-node/download/babel-plugin-dynamic-import-node-2.3.3.tgz", - "requires": { - "object.assign": "^4.1.0" - }, - "dependencies": { - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "babel-plugin-emotion": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-emotion/download/babel-plugin-emotion-10.2.2.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^0.11.16", - "babel-plugin-macros": "^2.0.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^1.0.5", - "find-root": "^1.1.0", - "source-map": "^0.5.7" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/hash/download/@emotion/hash-0.8.0.tgz" - }, - "@emotion/memoize": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz" - }, - "@emotion/serialize": { - "version": "0.11.16", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/serialize/download/@emotion/serialize-0.11.16.tgz", - "requires": { - "@emotion/hash": "0.8.0", - "@emotion/memoize": "0.7.4", - "@emotion/unitless": "0.7.5", - "@emotion/utils": "0.11.3", - "csstype": "^2.5.7" - }, - "dependencies": {} - }, - "babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": {} - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "find-root": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "babel-plugin-extract-import-names": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-extract-import-names/download/babel-plugin-extract-import-names-1.6.22.tgz", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - } - } - }, - "babel-plugin-inline-react-svg": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-inline-react-svg/download/babel-plugin-inline-react-svg-1.1.2.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/parser": "^7.0.0", - "lodash.isplainobject": "^4.0.6", - "resolve": "^1.10.0", - "svgo": "^0.7.2" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "svgo": { - "version": "0.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-0.7.2.tgz", - "requires": { - "coa": "~1.0.1", - "colors": "~1.1.2", - "csso": "~2.3.1", - "js-yaml": "~3.7.0", - "mkdirp": "~0.5.1", - "sax": "~1.2.1", - "whet.extend": "~0.9.9" - }, - "dependencies": {} - } - } - }, - "babel-plugin-inline-svg": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-inline-svg/download/babel-plugin-inline-svg-1.2.0.tgz", - "dev": true, - "requires": { - "babel-template": "^6.26.0", - "resolve-from": "^5.0.0", - "svgo": "^1.3.2" - }, - "dependencies": { - "babel-template": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-template/download/babel-template-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-jest-hoist": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-26.6.2.tgz", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": { - "@babel/template": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/template/download/@babel/template-7.12.13.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.13", - "@babel/types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@types/babel__core": { - "version": "7.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__core/download/@types/babel__core-7.1.12.tgz", - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-macros": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.8.0.tgz", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-6.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "babel-plugin-minify-builtins": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.5.0.tgz" - }, - "babel-plugin-minify-constant-folding": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-constant-folding/download/babel-plugin-minify-constant-folding-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - } - } - }, - "babel-plugin-minify-dead-code-elimination": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-dead-code-elimination/download/babel-plugin-minify-dead-code-elimination-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-mark-eval-scopes": "^0.4.3", - "babel-helper-remove-or-void": "^0.4.3", - "lodash": "^4.17.11" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-mark-eval-scopes": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - }, - "babel-helper-remove-or-void": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-remove-or-void/download/babel-helper-remove-or-void-0.4.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "babel-plugin-minify-flip-comparisons": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-flip-comparisons/download/babel-plugin-minify-flip-comparisons-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - } - } - }, - "babel-plugin-minify-guarded-expressions": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-guarded-expressions/download/babel-plugin-minify-guarded-expressions-0.4.4.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - } - } - }, - "babel-plugin-minify-infinity": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.4.3.tgz" - }, - "babel-plugin-minify-mangle-names": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-mangle-names/download/babel-plugin-minify-mangle-names-0.5.0.tgz", - "requires": { - "babel-helper-mark-eval-scopes": "^0.4.3" - }, - "dependencies": { - "babel-helper-mark-eval-scopes": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-mark-eval-scopes/download/babel-helper-mark-eval-scopes-0.4.3.tgz" - } - } - }, - "babel-plugin-minify-numeric-literals": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-numeric-literals/download/babel-plugin-minify-numeric-literals-0.4.3.tgz" - }, - "babel-plugin-minify-replace": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.5.0.tgz" - }, - "babel-plugin-minify-simplify": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3", - "babel-helper-is-nodes-equiv": "^0.0.1", - "babel-helper-to-multiple-sequence-expressions": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - }, - "babel-helper-flip-expressions": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-flip-expressions/download/babel-helper-flip-expressions-0.4.3.tgz" - }, - "babel-helper-is-nodes-equiv": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-nodes-equiv/download/babel-helper-is-nodes-equiv-0.0.1.tgz" - }, - "babel-helper-to-multiple-sequence-expressions": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-to-multiple-sequence-expressions/download/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz" - } - } - }, - "babel-plugin-minify-type-constructors": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-type-constructors/download/babel-plugin-minify-type-constructors-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": { - "babel-helper-is-void-0": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-is-void-0/download/babel-helper-is-void-0-0.4.3.tgz" - } - } - }, - "babel-plugin-named-asset-import": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-named-asset-import/download/babel-plugin-named-asset-import-0.3.7.tgz" - }, - "babel-plugin-polyfill-corejs2": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.1.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.0", - "@babel/helper-define-polyfill-provider": "^0.1.2", - "semver": "^6.1.1" - }, - "dependencies": { - "@babel/compat-data": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/compat-data/download/@babel/compat-data-7.13.6.tgz" - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.1.4.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2", - "core-js-compat": "^3.8.1" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - }, - "core-js-compat": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.1.3.tgz", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.1.2" - }, - "dependencies": { - "@babel/helper-define-polyfill-provider": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.1.2.tgz", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": {} - } - } - }, - "babel-plugin-react-docgen": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-react-docgen/download/babel-plugin-react-docgen-4.2.1.tgz", - "requires": { - "ast-types": "^0.14.2", - "lodash": "^4.17.15", - "react-docgen": "^5.0.0" - }, - "dependencies": { - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "react-docgen": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-docgen/download/react-docgen-5.3.1.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-react-require": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.1.1.tgz" - }, - "babel-plugin-syntax-flow": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-flow/download/babel-plugin-syntax-flow-6.18.0.tgz" - }, - "babel-plugin-syntax-jsx": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-plugin-transform-flow-strip-types": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-flow-strip-types/download/babel-plugin-transform-flow-strip-types-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-flow": "^6.18.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-flow": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-flow/download/babel-plugin-syntax-flow-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-inline-consecutive-adds": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-inline-consecutive-adds/download/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz" - }, - "babel-plugin-transform-member-expression-literals": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-member-expression-literals/download/babel-plugin-transform-member-expression-literals-6.9.4.tgz" - }, - "babel-plugin-transform-merge-sibling-variables": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-merge-sibling-variables/download/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz" - }, - "babel-plugin-transform-minify-booleans": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-minify-booleans/download/babel-plugin-transform-minify-booleans-6.9.4.tgz" - }, - "babel-plugin-transform-property-literals": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-property-literals/download/babel-plugin-transform-property-literals-6.9.4.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "babel-plugin-transform-react-display-name": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-display-name/download/babel-plugin-transform-react-display-name-6.25.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-jsx": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx/download/babel-plugin-transform-react-jsx-6.24.1.tgz", - "requires": { - "babel-helper-builder-react-jsx": "^6.24.1", - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-helper-builder-react-jsx": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-builder-react-jsx/download/babel-helper-builder-react-jsx-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-jsx-self": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-self/download/babel-plugin-transform-react-jsx-self-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-jsx-source": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-source/download/babel-plugin-transform-react-jsx-source-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-react-remove-prop-types": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-remove-prop-types/download/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz" - }, - "babel-plugin-transform-regexp-constructors": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-regexp-constructors/download/babel-plugin-transform-regexp-constructors-0.4.3.tgz" - }, - "babel-plugin-transform-remove-console": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-console/download/babel-plugin-transform-remove-console-6.9.4.tgz" - }, - "babel-plugin-transform-remove-debugger": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-debugger/download/babel-plugin-transform-remove-debugger-6.9.4.tgz" - }, - "babel-plugin-transform-remove-undefined": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-undefined/download/babel-plugin-transform-remove-undefined-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": { - "babel-helper-evaluate-path": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-helper-evaluate-path/download/babel-helper-evaluate-path-0.5.0.tgz" - } - } - }, - "babel-plugin-transform-replace-object-assign": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-replace-object-assign/download/babel-plugin-transform-replace-object-assign-2.0.0.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0" - }, - "dependencies": { - "@babel/helper-module-imports": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.13.tgz", - "requires": { - "@babel/types": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "babel-plugin-transform-simplify-comparison-operators": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-simplify-comparison-operators/download/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz" - }, - "babel-plugin-transform-undefined-to-void": { - "version": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-undefined-to-void/download/babel-plugin-transform-undefined-to-void-6.9.4.tgz" - }, - "babel-preset-airbnb": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-airbnb/download/babel-preset-airbnb-4.5.0.tgz", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-numeric-separator": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.9.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.9.0", - "@babel/plugin-transform-classes": "^7.9.2", - "@babel/plugin-transform-exponentiation-operator": "^7.8.3", - "@babel/plugin-transform-jscript": "^7.8.3", - "@babel/plugin-transform-member-expression-literals": "^7.8.3", - "@babel/plugin-transform-property-literals": "^7.8.3", - "@babel/plugin-transform-property-mutators": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.9.0", - "@babel/plugin-transform-template-literals": "^7.8.3", - "@babel/preset-env": "^7.9.0", - "@babel/preset-react": "^7.9.4", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz" - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-classes": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.13.0.tgz", - "requires": { - "@babel/helper-annotate-as-pure": "^7.12.13", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-optimise-call-expression": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-replace-supers": "^7.13.0", - "@babel/helper-split-export-declaration": "^7.12.13", - "globals": "^11.1.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.12.13.tgz", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-jscript": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-jscript/download/@babel/plugin-transform-jscript-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-literals": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-property-mutators": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-property-mutators/download/@babel/plugin-transform-property-mutators-7.12.13.tgz", - "requires": { - "@babel/helper-define-map": "^7.12.13", - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-transform-runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.13.6.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-template-literals": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/preset-react": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-react-display-name": "^7.12.13", - "@babel/plugin-transform-react-jsx": "^7.12.13", - "@babel/plugin-transform-react-jsx-development": "^7.12.12", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": {} - }, - "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-remove-prop-types/download/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz" - } - } - }, - "babel-preset-current-node-syntax": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-current-node-syntax/download/babel-preset-current-node-syntax-1.0.1.tgz", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "dependencies": { - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-bigint/download/@babel/plugin-syntax-bigint-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-class-properties/download/@babel/plugin-syntax-class-properties-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-nullish-coalescing-operator/download/@babel/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-object-rest-spread/download/@babel/plugin-syntax-object-rest-spread-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-optional-chaining/download/@babel/plugin-syntax-optional-chaining-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "dependencies": {} - } - } - }, - "babel-preset-flow": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-flow/download/babel-preset-flow-6.23.0.tgz", - "requires": { - "babel-plugin-transform-flow-strip-types": "^6.22.0" - }, - "dependencies": { - "babel-plugin-transform-flow-strip-types": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-flow-strip-types/download/babel-plugin-transform-flow-strip-types-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-flow": "^6.18.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - } - } - }, - "babel-preset-jest": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-jest/download/babel-preset-jest-26.6.2.tgz", - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "dependencies": { - "babel-plugin-jest-hoist": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-26.6.2.tgz", - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "dependencies": {} - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-current-node-syntax/download/babel-preset-current-node-syntax-1.0.1.tgz", - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "dependencies": {} - } - } - }, - "babel-preset-minify": { - "version": "https://registry.npm.alibaba-inc.com/babel-preset-minify/download/babel-preset-minify-0.5.1.tgz", - "requires": { - "babel-plugin-minify-builtins": "^0.5.0", - "babel-plugin-minify-constant-folding": "^0.5.0", - "babel-plugin-minify-dead-code-elimination": "^0.5.1", - "babel-plugin-minify-flip-comparisons": "^0.4.3", - "babel-plugin-minify-guarded-expressions": "^0.4.4", - "babel-plugin-minify-infinity": "^0.4.3", - "babel-plugin-minify-mangle-names": "^0.5.0", - "babel-plugin-minify-numeric-literals": "^0.4.3", - "babel-plugin-minify-replace": "^0.5.0", - "babel-plugin-minify-simplify": "^0.5.1", - "babel-plugin-minify-type-constructors": "^0.4.3", - "babel-plugin-transform-inline-consecutive-adds": "^0.4.3", - "babel-plugin-transform-member-expression-literals": "^6.9.4", - "babel-plugin-transform-merge-sibling-variables": "^6.9.4", - "babel-plugin-transform-minify-booleans": "^6.9.4", - "babel-plugin-transform-property-literals": "^6.9.4", - "babel-plugin-transform-regexp-constructors": "^0.4.3", - "babel-plugin-transform-remove-console": "^6.9.4", - "babel-plugin-transform-remove-debugger": "^6.9.4", - "babel-plugin-transform-remove-undefined": "^0.5.0", - "babel-plugin-transform-simplify-comparison-operators": "^6.9.4", - "babel-plugin-transform-undefined-to-void": "^6.9.4", - "lodash": "^4.17.11" - }, - "dependencies": { - "babel-plugin-minify-builtins": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-builtins/download/babel-plugin-minify-builtins-0.5.0.tgz" - }, - "babel-plugin-minify-constant-folding": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-constant-folding/download/babel-plugin-minify-constant-folding-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": {} - }, - "babel-plugin-minify-dead-code-elimination": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-dead-code-elimination/download/babel-plugin-minify-dead-code-elimination-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-mark-eval-scopes": "^0.4.3", - "babel-helper-remove-or-void": "^0.4.3", - "lodash": "^4.17.11" - }, - "dependencies": {} - }, - "babel-plugin-minify-flip-comparisons": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-flip-comparisons/download/babel-plugin-minify-flip-comparisons-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-minify-guarded-expressions": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-guarded-expressions/download/babel-plugin-minify-guarded-expressions-0.4.4.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-minify-infinity": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-infinity/download/babel-plugin-minify-infinity-0.4.3.tgz" - }, - "babel-plugin-minify-mangle-names": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-mangle-names/download/babel-plugin-minify-mangle-names-0.5.0.tgz", - "requires": { - "babel-helper-mark-eval-scopes": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-minify-numeric-literals": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-numeric-literals/download/babel-plugin-minify-numeric-literals-0.4.3.tgz" - }, - "babel-plugin-minify-replace": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-replace/download/babel-plugin-minify-replace-0.5.0.tgz" - }, - "babel-plugin-minify-simplify": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-simplify/download/babel-plugin-minify-simplify-0.5.1.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0", - "babel-helper-flip-expressions": "^0.4.3", - "babel-helper-is-nodes-equiv": "^0.0.1", - "babel-helper-to-multiple-sequence-expressions": "^0.5.0" - }, - "dependencies": {} - }, - "babel-plugin-minify-type-constructors": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-minify-type-constructors/download/babel-plugin-minify-type-constructors-0.4.3.tgz", - "requires": { - "babel-helper-is-void-0": "^0.4.3" - }, - "dependencies": {} - }, - "babel-plugin-transform-inline-consecutive-adds": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-inline-consecutive-adds/download/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz" - }, - "babel-plugin-transform-member-expression-literals": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-member-expression-literals/download/babel-plugin-transform-member-expression-literals-6.9.4.tgz" - }, - "babel-plugin-transform-merge-sibling-variables": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-merge-sibling-variables/download/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz" - }, - "babel-plugin-transform-minify-booleans": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-minify-booleans/download/babel-plugin-transform-minify-booleans-6.9.4.tgz" - }, - "babel-plugin-transform-property-literals": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-property-literals/download/babel-plugin-transform-property-literals-6.9.4.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "babel-plugin-transform-regexp-constructors": { - "version": "0.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-regexp-constructors/download/babel-plugin-transform-regexp-constructors-0.4.3.tgz" - }, - "babel-plugin-transform-remove-console": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-console/download/babel-plugin-transform-remove-console-6.9.4.tgz" - }, - "babel-plugin-transform-remove-debugger": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-debugger/download/babel-plugin-transform-remove-debugger-6.9.4.tgz" - }, - "babel-plugin-transform-remove-undefined": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-remove-undefined/download/babel-plugin-transform-remove-undefined-0.5.0.tgz", - "requires": { - "babel-helper-evaluate-path": "^0.5.0" - }, - "dependencies": {} - }, - "babel-plugin-transform-simplify-comparison-operators": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-simplify-comparison-operators/download/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz" - }, - "babel-plugin-transform-undefined-to-void": { - "version": "6.9.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-undefined-to-void/download/babel-plugin-transform-undefined-to-void-6.9.4.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "babel-preset-react": { - "version": "6.24.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-react/download/babel-preset-react-6.24.1.tgz", - "dev": true, - "requires": { - "babel-plugin-syntax-jsx": "^6.3.13", - "babel-plugin-transform-react-display-name": "^6.23.0", - "babel-plugin-transform-react-jsx": "^6.24.1", - "babel-plugin-transform-react-jsx-self": "^6.22.0", - "babel-plugin-transform-react-jsx-source": "^6.22.0", - "babel-preset-flow": "^6.23.0" - }, - "dependencies": { - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-syntax-jsx/download/babel-plugin-syntax-jsx-6.18.0.tgz" - }, - "babel-plugin-transform-react-display-name": { - "version": "6.25.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-display-name/download/babel-plugin-transform-react-display-name-6.25.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - }, - "babel-plugin-transform-react-jsx": { - "version": "6.24.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx/download/babel-plugin-transform-react-jsx-6.24.1.tgz", - "requires": { - "babel-helper-builder-react-jsx": "^6.24.1", - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - }, - "babel-plugin-transform-react-jsx-self": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-self/download/babel-plugin-transform-react-jsx-self-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - }, - "babel-plugin-transform-react-jsx-source": { - "version": "6.22.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-jsx-source/download/babel-plugin-transform-react-jsx-source-6.22.0.tgz", - "requires": { - "babel-plugin-syntax-jsx": "^6.8.0", - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - }, - "babel-preset-flow": { - "version": "6.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-flow/download/babel-preset-flow-6.23.0.tgz", - "requires": { - "babel-plugin-transform-flow-strip-types": "^6.22.0" - }, - "dependencies": {} - } - } - }, - "babel-preset-umi": { - "version": "1.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/babel-preset-umi/download/babel-preset-umi-1.8.4.tgz", - "dev": true, - "requires": { - "@babel/core": "7.4.5", - "@babel/plugin-proposal-async-generator-functions": "7.2.0", - "@babel/plugin-proposal-class-properties": "7.4.4", - "@babel/plugin-proposal-decorators": "7.4.4", - "@babel/plugin-proposal-do-expressions": "7.2.0", - "@babel/plugin-proposal-export-default-from": "7.2.0", - "@babel/plugin-proposal-export-namespace-from": "7.2.0", - "@babel/plugin-proposal-function-bind": "7.2.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4", - "@babel/plugin-proposal-object-rest-spread": "7.4.4", - "@babel/plugin-proposal-optional-catch-binding": "7.2.0", - "@babel/plugin-proposal-optional-chaining": "7.2.0", - "@babel/plugin-proposal-pipeline-operator": "7.3.2", - "@babel/plugin-syntax-dynamic-import": "7.2.0", - "@babel/plugin-transform-destructuring": "7.4.4", - "@babel/plugin-transform-runtime": "7.4.4", - "@babel/preset-env": "7.4.5", - "@babel/preset-react": "7.0.0", - "@babel/runtime": "7.4.5", - "babel-plugin-macros": "2.6.1", - "babel-plugin-react-require": "3.0.0", - "babel-plugin-transform-react-remove-prop-types": "0.4.24" - }, - "dependencies": { - "@babel/core": { - "version": "7.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.4.5.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/generator": "^7.4.4", - "@babel/helpers": "^7.4.4", - "@babel/parser": "^7.4.5", - "@babel/template": "^7.4.4", - "@babel/traverse": "^7.4.5", - "@babel/types": "^7.4.4", - "convert-source-map": "^1.1.0", - "debug": "^4.1.0", - "json5": "^2.1.0", - "lodash": "^4.17.11", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/helper-remap-async-to-generator": "^7.1.0", - "@babel/plugin-syntax-async-generators": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.4.4.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-decorators": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.4.4.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.4.4", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-decorators": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-do-expressions": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-do-expressions/download/@babel/plugin-proposal-do-expressions-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-do-expressions": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-default-from/download/@babel/plugin-proposal-export-default-from-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-export-default-from": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-export-namespace-from": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-function-bind": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-function-bind/download/@babel/plugin-proposal-function-bind-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-function-bind": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.4.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-optional-chaining": "^7.2.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-pipeline-operator": { - "version": "7.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-pipeline-operator/download/@babel/plugin-proposal-pipeline-operator-7.3.2.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-syntax-pipeline-operator": "^7.3.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-destructuring": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.4.4.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-runtime": { - "version": "7.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.4.4.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "resolve": "^1.8.1", - "semver": "^5.5.1" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.4.5.tgz", - "requires": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-async-generator-functions": "^7.2.0", - "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", - "@babel/plugin-proposal-optional-catch-binding": "^7.2.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-syntax-async-generators": "^7.2.0", - "@babel/plugin-syntax-json-strings": "^7.2.0", - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0", - "@babel/plugin-transform-arrow-functions": "^7.2.0", - "@babel/plugin-transform-async-to-generator": "^7.4.4", - "@babel/plugin-transform-block-scoped-functions": "^7.2.0", - "@babel/plugin-transform-block-scoping": "^7.4.4", - "@babel/plugin-transform-classes": "^7.4.4", - "@babel/plugin-transform-computed-properties": "^7.2.0", - "@babel/plugin-transform-destructuring": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/plugin-transform-duplicate-keys": "^7.2.0", - "@babel/plugin-transform-exponentiation-operator": "^7.2.0", - "@babel/plugin-transform-for-of": "^7.4.4", - "@babel/plugin-transform-function-name": "^7.4.4", - "@babel/plugin-transform-literals": "^7.2.0", - "@babel/plugin-transform-member-expression-literals": "^7.2.0", - "@babel/plugin-transform-modules-amd": "^7.2.0", - "@babel/plugin-transform-modules-commonjs": "^7.4.4", - "@babel/plugin-transform-modules-systemjs": "^7.4.4", - "@babel/plugin-transform-modules-umd": "^7.2.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5", - "@babel/plugin-transform-new-target": "^7.4.4", - "@babel/plugin-transform-object-super": "^7.2.0", - "@babel/plugin-transform-parameters": "^7.4.4", - "@babel/plugin-transform-property-literals": "^7.2.0", - "@babel/plugin-transform-regenerator": "^7.4.5", - "@babel/plugin-transform-reserved-words": "^7.2.0", - "@babel/plugin-transform-shorthand-properties": "^7.2.0", - "@babel/plugin-transform-spread": "^7.2.0", - "@babel/plugin-transform-sticky-regex": "^7.2.0", - "@babel/plugin-transform-template-literals": "^7.4.4", - "@babel/plugin-transform-typeof-symbol": "^7.2.0", - "@babel/plugin-transform-unicode-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "browserslist": "^4.6.0", - "core-js-compat": "^3.1.1", - "invariant": "^2.2.2", - "js-levenshtein": "^1.1.3", - "semver": "^5.5.0" - }, - "dependencies": {} - }, - "@babel/preset-react": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.0.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-react-jsx-self": "^7.0.0", - "@babel/plugin-transform-react-jsx-source": "^7.0.0" - }, - "dependencies": {} - }, - "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.4.5.tgz", - "requires": { - "regenerator-runtime": "^0.13.2" - }, - "dependencies": {} - }, - "babel-plugin-macros": { - "version": "2.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-macros/download/babel-plugin-macros-2.6.1.tgz", - "requires": { - "@babel/runtime": "^7.4.2", - "cosmiconfig": "^5.2.0", - "resolve": "^1.10.0" - }, - "dependencies": {} - }, - "babel-plugin-react-require": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.0.0.tgz" - }, - "babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-transform-react-remove-prop-types/download/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz" - } - } - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "dev": true, - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.12", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-2.6.12.tgz" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.11.1.tgz" - } - } - }, - "babel-template": { - "version": "https://registry.npm.alibaba-inc.com/babel-template/download/babel-template-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-traverse/download/babel-traverse-6.26.0.tgz", - "requires": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" - }, - "dependencies": {} - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": {} - }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "babel-traverse": { - "version": "https://registry.npm.alibaba-inc.com/babel-traverse/download/babel-traverse-6.26.0.tgz", - "requires": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" - }, - "dependencies": { - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": {} - }, - "babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-messages/download/babel-messages-6.23.0.tgz", - "requires": { - "babel-runtime": "^6.22.0" - }, - "dependencies": {} - }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": {} - }, - "babylon": { - "version": "6.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "globals": { - "version": "9.18.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-9.18.0.tgz" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "babel-types": { - "version": "https://registry.npm.alibaba-inc.com/babel-types/download/babel-types-6.26.0.tgz", - "requires": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - }, - "dependencies": { - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-runtime/download/babel-runtime-6.26.0.tgz", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-1.0.3.tgz" - } - } - }, - "babel-walk": { - "version": "https://registry.npm.alibaba-inc.com/babel-walk/download/babel-walk-3.0.0-canary-5.tgz", - "requires": { - "@babel/types": "^7.9.6" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "babylon": { - "version": "https://registry.npm.alibaba-inc.com/babylon/download/babylon-6.18.0.tgz" - }, - "bach": { - "version": "https://registry.npm.alibaba-inc.com/bach/download/bach-1.2.0.tgz", - "requires": { - "arr-filter": "^1.1.1", - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "array-each": "^1.0.0", - "array-initial": "^1.0.0", - "array-last": "^1.1.1", - "async-done": "^1.2.2", - "async-settle": "^1.0.0", - "now-and-later": "^2.0.0" - }, - "dependencies": { - "arr-filter": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-filter/download/arr-filter-1.1.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-initial": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-initial/download/array-initial-1.1.0.tgz", - "requires": { - "array-slice": "^1.0.0", - "is-number": "^4.0.0" - }, - "dependencies": {} - }, - "array-last": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-last/download/array-last-1.3.0.tgz", - "requires": { - "is-number": "^4.0.0" - }, - "dependencies": {} - }, - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": {} - }, - "async-settle": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/async-settle/download/async-settle-1.0.0.tgz", - "requires": { - "async-done": "^1.2.2" - }, - "dependencies": {} - }, - "now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": {} - } - } - }, - "bail": { - "version": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "balanced-match": { - "version": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "base": { - "version": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cache-base/download/cache-base-1.0.1.tgz", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "dependencies": {} - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/class-utils/download/class-utils-0.3.6.tgz", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": {} - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/mixin-deep/download/mixin-deep-1.3.2.tgz", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pascalcase/download/pascalcase-0.1.1.tgz" - } - } - }, - "base64-js": { - "version": "https://registry.npm.alibaba-inc.com/base64-js/download/base64-js-1.5.1.tgz" - }, - "batch-processor": { - "version": "https://registry.npm.alibaba-inc.com/batch-processor/download/batch-processor-1.0.0.tgz" - }, - "bcrypt-pbkdf": { - "version": "https://registry.npm.alibaba-inc.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz", - "requires": { - "tweetnacl": "^0.14.3" - }, - "dependencies": { - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - } - } - }, - "beeper": { - "version": "https://registry.npm.alibaba-inc.com/beeper/download/beeper-1.1.1.tgz" - }, - "bfj": { - "version": "https://registry.npm.alibaba-inc.com/bfj/download/bfj-6.1.2.tgz", - "requires": { - "bluebird": "^3.5.5", - "check-types": "^8.0.3", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "check-types": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/check-types/download/check-types-8.0.3.tgz" - }, - "hoopy": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/hoopy/download/hoopy-0.1.4.tgz" - }, - "tryer": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tryer/download/tryer-1.0.1.tgz" - } - } - }, - "big.js": { - "version": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "binary-extensions": { - "version": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-2.2.0.tgz" - }, - "bindings": { - "version": "https://registry.npm.alibaba-inc.com/bindings/download/bindings-1.5.0.tgz", - "requires": { - "file-uri-to-path": "1.0.0" - }, - "dependencies": { - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz" - } - } - }, - "block-stream": { - "version": "https://registry.npm.alibaba-inc.com/block-stream/download/block-stream-0.0.9.tgz", - "requires": { - "inherits": "~2.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "bluebird": { - "version": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "bn.js": { - "version": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "body-parser": { - "version": "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.0.tgz", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": {} - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": {} - } - } - }, - "boolbase": { - "version": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - }, - "boxen": { - "version": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-4.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-align/download/ansi-align-3.0.0.tgz", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "term-size": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-2.2.1.tgz" - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-3.1.0.tgz", - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "brace-expansion": { - "version": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": { - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/concat-map/download/concat-map-0.0.1.tgz" - } - } - }, - "braces": { - "version": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": { - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz", - "requires": { - "to-regex-range": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "brorand": { - "version": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - }, - "browser-process-hrtime": { - "version": "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz" - }, - "browser-resolve": { - "version": "https://registry.npm.alibaba-inc.com/browser-resolve/download/browser-resolve-1.11.3.tgz", - "requires": { - "resolve": "1.1.7" - }, - "dependencies": { - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - } - } - }, - "browserify-aes": { - "version": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz" - }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "browserify-cipher": { - "version": "https://registry.npm.alibaba-inc.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - }, - "dependencies": { - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-des/download/browserify-des-1.0.2.tgz", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - } - } - }, - "browserify-des": { - "version": "https://registry.npm.alibaba-inc.com/browserify-des/download/browserify-des-1.0.2.tgz", - "requires": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "des.js": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/des.js/download/des.js-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "browserify-rsa": { - "version": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "browserify-sign": { - "version": "https://registry.npm.alibaba-inc.com/browserify-sign/download/browserify-sign-4.2.1.tgz", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "bn.js": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-5.2.0.tgz" - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "browserify-zlib": { - "version": "https://registry.npm.alibaba-inc.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz", - "requires": { - "pako": "~1.0.5" - }, - "dependencies": { - "pako": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/pako/download/pako-1.0.11.tgz" - } - } - }, - "browserslist": { - "version": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": { - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "electron-to-chromium": { - "version": "1.3.672", - "resolved": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "node-releases": { - "version": "1.1.71", - "resolved": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - } - } - }, - "bs-logger": { - "version": "https://registry.npm.alibaba-inc.com/bs-logger/download/bs-logger-0.2.6.tgz", - "requires": { - "fast-json-stable-stringify": "2.x" - }, - "dependencies": { - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - } - } - }, - "bser": { - "version": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": { - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-int64/download/node-int64-0.4.0.tgz" - } - } - }, - "buffer": { - "version": "https://registry.npm.alibaba-inc.com/buffer/download/buffer-4.9.2.tgz", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": { - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/base64-js/download/base64-js-1.5.1.tgz" - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ieee754/download/ieee754-1.2.1.tgz" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-1.0.0.tgz" - } - } - }, - "buffer-crc32": { - "version": "https://registry.npm.alibaba-inc.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz" - }, - "buffer-equal": { - "version": "https://registry.npm.alibaba-inc.com/buffer-equal/download/buffer-equal-1.0.0.tgz" - }, - "buffer-from": { - "version": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "buffer-xor": { - "version": "https://registry.npm.alibaba-inc.com/buffer-xor/download/buffer-xor-1.0.3.tgz" - }, - "builtin-modules": { - "version": "https://registry.npm.alibaba-inc.com/builtin-modules/download/builtin-modules-3.2.0.tgz" - }, - "builtin-status-codes": { - "version": "https://registry.npm.alibaba-inc.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz" - }, - "builtins": { - "version": "https://registry.npm.alibaba-inc.com/builtins/download/builtins-1.0.3.tgz" - }, - "bytes": { - "version": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "cacache": { - "version": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-13.0.1.tgz", - "requires": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - }, - "dependencies": { - "chownr": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-2.1.0.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-5.1.1.tgz", - "requires": { - "yallist": "^3.0.2" - }, - "dependencies": {} - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-collect/download/minipass-collect-1.0.2.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-flush/download/minipass-flush-1.0.5.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/minipass-pipeline/download/minipass-pipeline-1.2.4.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": {} - }, - "p-map": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-3.0.0.tgz", - "requires": { - "aggregate-error": "^3.0.0" - }, - "dependencies": {} - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "ssri": { - "version": "7.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-7.1.0.tgz", - "requires": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - }, - "dependencies": {} - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "cache-base": { - "version": "https://registry.npm.alibaba-inc.com/cache-base/download/cache-base-1.0.1.tgz", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "dependencies": { - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/collection-visit/download/collection-visit-1.0.0.tgz", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "dependencies": {} - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-1.0.0.tgz", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": {} - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-object-path/download/to-object-path-0.3.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/union-value/download/union-value-1.0.1.tgz", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "dependencies": {} - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unset-value/download/unset-value-1.0.0.tgz", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cacheable-request": { - "version": "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone-response/download/clone-response-1.0.2.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": {} - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-4.1.0.tgz" - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.1.0.tgz", - "requires": { - "json-buffer": "3.0.0" - }, - "dependencies": {} - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz" - }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-4.5.0.tgz" - }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/responselike/download/responselike-1.0.2.tgz", - "requires": { - "lowercase-keys": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "caching-transform": { - "version": "https://registry.npm.alibaba-inc.com/caching-transform/download/caching-transform-3.0.2.tgz", - "requires": { - "hasha": "^3.0.0", - "make-dir": "^2.0.0", - "package-hash": "^3.0.0", - "write-file-atomic": "^2.4.2" - }, - "dependencies": { - "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": {} - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "package-hash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-hash/download/package-hash-3.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.15", - "hasha": "^3.0.0", - "lodash.flattendeep": "^4.4.0", - "release-zalgo": "^1.0.0" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "call-bind": { - "version": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "call-me-maybe": { - "version": "https://registry.npm.alibaba-inc.com/call-me-maybe/download/call-me-maybe-1.0.1.tgz" - }, - "caller-callsite": { - "version": "https://registry.npm.alibaba-inc.com/caller-callsite/download/caller-callsite-2.0.0.tgz", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": { - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-2.0.0.tgz" - } - } - }, - "caller-path": { - "version": "https://registry.npm.alibaba-inc.com/caller-path/download/caller-path-2.0.0.tgz", - "requires": { - "caller-callsite": "^2.0.0" - }, - "dependencies": { - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caller-callsite/download/caller-callsite-2.0.0.tgz", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "callsites": { - "version": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - }, - "camel-case": { - "version": "https://registry.npm.alibaba-inc.com/camel-case/download/camel-case-4.1.2.tgz", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/pascal-case/download/pascal-case-3.1.2.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "camelcase": { - "version": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "camelcase-css": { - "version": "https://registry.npm.alibaba-inc.com/camelcase-css/download/camelcase-css-2.0.1.tgz" - }, - "camelcase-keys": { - "version": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-6.2.2.tgz", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "map-obj": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-4.1.0.tgz" - }, - "quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-4.0.1.tgz" - } - } - }, - "can-use-dom": { - "version": "https://registry.npm.alibaba-inc.com/can-use-dom/download/can-use-dom-0.1.0.tgz" - }, - "caniuse-api": { - "version": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - } - } - }, - "caniuse-lite": { - "version": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "capture-exit": { - "version": "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz", - "requires": { - "rsvp": "^4.8.4" - }, - "dependencies": { - "rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/rsvp/download/rsvp-4.8.5.tgz" - } - } - }, - "case-sensitive-paths-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.4.0.tgz" - }, - "caseless": { - "version": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "ccount": { - "version": "https://registry.npm.alibaba-inc.com/ccount/download/ccount-1.1.0.tgz" - }, - "center-align": { - "version": "https://registry.npm.alibaba-inc.com/center-align/download/center-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - }, - "dependencies": { - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": {} - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - } - } - }, - "chalk": { - "version": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "char-regex": { - "version": "https://registry.npm.alibaba-inc.com/char-regex/download/char-regex-1.0.2.tgz" - }, - "character-entities": { - "version": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-html4": { - "version": "https://registry.npm.alibaba-inc.com/character-entities-html4/download/character-entities-html4-1.1.4.tgz" - }, - "character-entities-legacy": { - "version": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-parser": { - "version": "https://registry.npm.alibaba-inc.com/character-parser/download/character-parser-2.2.0.tgz", - "requires": { - "is-regex": "^1.0.3" - }, - "dependencies": { - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "character-reference-invalid": { - "version": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "chardet": { - "version": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "check-types": { - "version": "https://registry.npm.alibaba-inc.com/check-types/download/check-types-8.0.3.tgz" - }, - "chokidar": { - "version": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": { - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": {} - } - } - }, - "chownr": { - "version": "https://registry.npm.alibaba-inc.com/chownr/download/chownr-1.1.4.tgz" - }, - "chrome-trace-event": { - "version": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "ci-info": { - "version": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - }, - "cipher-base": { - "version": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "cjs-module-lexer": { - "version": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "clap": { - "version": "https://registry.npm.alibaba-inc.com/clap/download/clap-1.2.3.tgz", - "requires": { - "chalk": "^1.1.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "class-utils": { - "version": "https://registry.npm.alibaba-inc.com/class-utils/download/class-utils-0.3.6.tgz", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/static-extend/download/static-extend-0.1.2.tgz", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "classnames": { - "version": "https://registry.npm.alibaba-inc.com/classnames/download/classnames-2.2.6.tgz" - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "dev": true, - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "clean-regexp": { - "version": "https://registry.npm.alibaba-inc.com/clean-regexp/download/clean-regexp-1.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "clean-stack": { - "version": "https://registry.npm.alibaba-inc.com/clean-stack/download/clean-stack-2.2.0.tgz" - }, - "cli-boxes": { - "version": "https://registry.npm.alibaba-inc.com/cli-boxes/download/cli-boxes-2.2.1.tgz" - }, - "cli-cursor": { - "version": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": { - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-3.1.0.tgz", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "cli-table3": { - "version": "https://registry.npm.alibaba-inc.com/cli-table3/download/cli-table3-0.5.1.tgz", - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^2.1.1" - }, - "dependencies": { - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz", - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "cli-truncate": { - "version": "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-0.2.1.tgz", - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "dependencies": { - "slice-ansi": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-0.0.4.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "cli-width": { - "version": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "clipboard": { - "version": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": { - "good-listener": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz", - "requires": { - "delegate": "^3.1.2" - }, - "dependencies": {} - }, - "select": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz" - }, - "tiny-emitter": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz" - } - } - }, - "cliui": { - "version": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-7.0.4.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-7.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "clone": { - "version": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-deep": { - "version": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-4.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-3.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "clone-regexp": { - "version": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-2.2.0.tgz", - "requires": { - "is-regexp": "^2.0.0" - }, - "dependencies": { - "is-regexp": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-2.1.0.tgz" - } - } - }, - "clone-response": { - "version": "https://registry.npm.alibaba-inc.com/clone-response/download/clone-response-1.0.2.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - } - } - }, - "clone-stats": { - "version": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "co": { - "version": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "coa": { - "version": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": { - "@types/q": { - "version": "1.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/@types/q/download/@types/q-1.5.4.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - } - } - }, - "code-point-at": { - "version": "https://registry.npm.alibaba-inc.com/code-point-at/download/code-point-at-1.1.0.tgz" - }, - "collapse-white-space": { - "version": "https://registry.npm.alibaba-inc.com/collapse-white-space/download/collapse-white-space-1.0.6.tgz" - }, - "collect-v8-coverage": { - "version": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "collection-map": { - "version": "https://registry.npm.alibaba-inc.com/collection-map/download/collection-map-1.0.0.tgz", - "requires": { - "arr-map": "^2.0.2", - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "collection-visit": { - "version": "https://registry.npm.alibaba-inc.com/collection-visit/download/collection-visit-1.0.0.tgz", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "dependencies": { - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-visit/download/map-visit-1.0.0.tgz", - "requires": { - "object-visit": "^1.0.0" - }, - "dependencies": {} - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "color": { - "version": "https://registry.npm.alibaba-inc.com/color/download/color-3.1.3.tgz", - "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.4" - }, - "dependencies": { - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-1.9.3.tgz", - "requires": { - "color-name": "1.1.3" - }, - "dependencies": {} - }, - "color-string": { - "version": "1.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-string/download/color-string-1.5.4.tgz", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - }, - "dependencies": {} - } - } - }, - "color-convert": { - "version": "https://registry.npm.alibaba-inc.com/color-convert/download/color-convert-2.0.1.tgz", - "requires": { - "color-name": "~1.1.4" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - } - } - }, - "color-name": { - "version": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - }, - "color-string": { - "version": "https://registry.npm.alibaba-inc.com/color-string/download/color-string-1.5.4.tgz", - "requires": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/color-name/download/color-name-1.1.4.tgz" - }, - "simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz", - "requires": { - "is-arrayish": "^0.3.1" - }, - "dependencies": {} - } - } - }, - "color-support": { - "version": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "colorette": { - "version": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "colors": { - "version": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz" - }, - "combined-stream": { - "version": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": { - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz" - } - } - }, - "comma-separated-tokens": { - "version": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "commander": { - "version": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "commondir": { - "version": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "component-emitter": { - "version": "https://registry.npm.alibaba-inc.com/component-emitter/download/component-emitter-1.3.0.tgz" - }, - "concat-map": { - "version": "https://registry.npm.alibaba-inc.com/concat-map/download/concat-map-0.0.1.tgz" - }, - "concat-stream": { - "version": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - } - } - }, - "concat-with-sourcemaps": { - "version": "https://registry.npm.alibaba-inc.com/concat-with-sourcemaps/download/concat-with-sourcemaps-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "config-chain": { - "version": "https://registry.npm.alibaba-inc.com/config-chain/download/config-chain-1.1.12.tgz", - "requires": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "proto-list": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/proto-list/download/proto-list-1.2.4.tgz" - } - } - }, - "configstore": { - "version": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-4.2.1.tgz", - "requires": { - "is-obj": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-1.3.0.tgz", - "requires": { - "pify": "^3.0.0" - }, - "dependencies": {} - }, - "unique-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz", - "requires": { - "crypto-random-string": "^1.0.0" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "confusing-browser-globals": { - "version": "https://registry.npm.alibaba-inc.com/confusing-browser-globals/download/confusing-browser-globals-1.0.10.tgz" - }, - "console-browserify": { - "version": "https://registry.npm.alibaba-inc.com/console-browserify/download/console-browserify-1.2.0.tgz" - }, - "console-control-strings": { - "version": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "consolidate": { - "version": "https://registry.npm.alibaba-inc.com/consolidate/download/consolidate-0.16.0.tgz", - "requires": { - "bluebird": "^3.7.2" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - } - } - }, - "constantinople": { - "version": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "constants-browserify": { - "version": "https://registry.npm.alibaba-inc.com/constants-browserify/download/constants-browserify-1.0.0.tgz" - }, - "contains-path": { - "version": "https://registry.npm.alibaba-inc.com/contains-path/download/contains-path-0.1.0.tgz" - }, - "content-disposition": { - "version": "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "content-type": { - "version": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "convert-source-map": { - "version": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - } - } - }, - "cookie": { - "version": "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz" - }, - "cookie-signature": { - "version": "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz" - }, - "copy-anything": { - "version": "https://registry.npm.alibaba-inc.com/copy-anything/download/copy-anything-2.0.3.tgz", - "requires": { - "is-what": "^3.12.0" - }, - "dependencies": { - "is-what": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-what/download/is-what-3.14.1.tgz" - } - } - }, - "copy-concurrently": { - "version": "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": {} - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "copy-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz" - }, - "copy-props": { - "version": "https://registry.npm.alibaba-inc.com/copy-props/download/copy-props-2.0.4.tgz", - "requires": { - "each-props": "^1.3.0", - "is-plain-object": "^2.0.1" - }, - "dependencies": { - "each-props": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/each-props/download/each-props-1.3.2.tgz", - "requires": { - "is-plain-object": "^2.0.1", - "object.defaults": "^1.1.0" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "copy-to-clipboard": { - "version": "https://registry.npm.alibaba-inc.com/copy-to-clipboard/download/copy-to-clipboard-3.3.1.tgz", - "requires": { - "toggle-selection": "^1.0.6" - }, - "dependencies": { - "toggle-selection": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz" - } - } - }, - "core-js": { - "version": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "core-js-compat": { - "version": "https://registry.npm.alibaba-inc.com/core-js-compat/download/core-js-compat-3.9.0.tgz", - "requires": { - "browserslist": "^4.16.3", - "semver": "7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.0.0.tgz" - } - } - }, - "core-js-pure": { - "version": "https://registry.npm.alibaba-inc.com/core-js-pure/download/core-js-pure-3.9.0.tgz" - }, - "core-util-is": { - "version": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "corejs-upgrade-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/corejs-upgrade-webpack-plugin/download/corejs-upgrade-webpack-plugin-2.2.0.tgz", - "requires": { - "resolve-from": "^5.0.0", - "webpack": "^4.38.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": {} - } - } - }, - "cosmiconfig": { - "version": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": { - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse-json/download/@types/parse-json-4.0.0.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "yaml": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - } - } - }, - "coveralls": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/coveralls/download/coveralls-3.1.0.tgz", - "dev": true, - "requires": { - "js-yaml": "^3.13.1", - "lcov-parse": "^1.0.0", - "log-driver": "^1.2.7", - "minimist": "^1.2.5", - "request": "^2.88.2" - }, - "dependencies": { - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "lcov-parse": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lcov-parse/download/lcov-parse-1.0.0.tgz" - }, - "log-driver": { - "version": "1.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/log-driver/download/log-driver-1.2.7.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - } - } - }, - "cp-file": { - "version": "https://registry.npm.alibaba-inc.com/cp-file/download/cp-file-6.2.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "make-dir": "^2.0.0", - "nested-error-stacks": "^2.0.0", - "pify": "^4.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "nested-error-stacks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/nested-error-stacks/download/nested-error-stacks-2.1.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "create-ecdh": { - "version": "https://registry.npm.alibaba-inc.com/create-ecdh/download/create-ecdh-4.0.4.tgz", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "create-hash": { - "version": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "create-hmac": { - "version": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cipher-base/download/cipher-base-1.0.4.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "create-react-context": { - "version": "https://registry.npm.alibaba-inc.com/create-react-context/download/create-react-context-0.3.0.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": { - "gud": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "cross-env": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cross-env/download/cross-env-5.2.1.tgz", - "dev": true, - "requires": { - "cross-spawn": "^6.0.5" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - } - } - }, - "cross-spawn": { - "version": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": {} - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "crypto-browserify": { - "version": "https://registry.npm.alibaba-inc.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "dependencies": { - "browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz", - "requires": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - }, - "dependencies": {} - }, - "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-sign/download/browserify-sign-4.2.1.tgz", - "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "create-ecdh": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/create-ecdh/download/create-ecdh-4.0.4.tgz", - "requires": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/public-encrypt/download/public-encrypt-4.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - }, - "randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/randomfill/download/randomfill-1.0.4.tgz", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "crypto-random-string": { - "version": "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-1.0.0.tgz" - }, - "css-color-names": { - "version": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "css-declaration-sorter": { - "version": "https://registry.npm.alibaba-inc.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz", - "requires": { - "postcss": "^7.0.1", - "timsort": "^0.3.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "timsort": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/timsort/download/timsort-0.3.0.tgz" - } - } - }, - "css-in-js-utils": { - "version": "https://registry.npm.alibaba-inc.com/css-in-js-utils/download/css-in-js-utils-2.0.1.tgz", - "requires": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "hyphenate-style-name": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/hyphenate-style-name/download/hyphenate-style-name-1.0.4.tgz" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "css-loader": { - "version": "https://registry.npm.alibaba-inc.com/css-loader/download/css-loader-3.6.0.tgz", - "requires": { - "camelcase": "^5.3.1", - "cssesc": "^3.0.0", - "icss-utils": "^4.1.1", - "loader-utils": "^1.2.3", - "normalize-path": "^3.0.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^2.7.0", - "semver": "^6.3.0" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": {} - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": {} - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "css-modules-loader-core": { - "version": "https://registry.npm.alibaba-inc.com/css-modules-loader-core/download/css-modules-loader-core-1.1.0.tgz", - "requires": { - "icss-replace-symbols": "1.1.0", - "postcss": "6.0.1", - "postcss-modules-extract-imports": "1.1.0", - "postcss-modules-local-by-default": "1.2.0", - "postcss-modules-scope": "1.1.0", - "postcss-modules-values": "1.3.0" - }, - "dependencies": { - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "postcss": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-6.0.1.tgz", - "requires": { - "chalk": "^1.1.3", - "source-map": "^0.5.6", - "supports-color": "^3.2.3" - }, - "dependencies": {} - }, - "postcss-modules-extract-imports": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-1.1.0.tgz", - "requires": { - "postcss": "^6.0.1" - }, - "dependencies": {} - }, - "postcss-modules-local-by-default": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-1.2.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": {} - }, - "postcss-modules-scope": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-1.1.0.tgz", - "requires": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "dependencies": {} - }, - "postcss-modules-values": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-1.3.0.tgz", - "requires": { - "icss-replace-symbols": "^1.1.0", - "postcss": "^6.0.1" - }, - "dependencies": {} - } - } - }, - "css-rule-stream": { - "version": "https://registry.npm.alibaba-inc.com/css-rule-stream/download/css-rule-stream-1.1.0.tgz", - "requires": { - "css-tokenize": "^1.0.1", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "through2": "^0.6.3" - }, - "dependencies": { - "css-tokenize": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-tokenize/download/css-tokenize-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^1.0.33" - }, - "dependencies": {} - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": {} - }, - "ldjson-stream": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": {} - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "css-select": { - "version": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - }, - "css-what": { - "version": "3.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.4.2.tgz" - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": {} - }, - "nth-check": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz", - "requires": { - "boolbase": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "css-select-base-adapter": { - "version": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-selector-tokenizer": { - "version": "https://registry.npm.alibaba-inc.com/css-selector-tokenizer/download/css-selector-tokenizer-0.7.3.tgz", - "requires": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz" - } - } - }, - "css-tokenize": { - "version": "https://registry.npm.alibaba-inc.com/css-tokenize/download/css-tokenize-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^1.0.33" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - } - } - }, - "css-tree": { - "version": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.1.2.tgz", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": { - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.14.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "css-what": { - "version": "https://registry.npm.alibaba-inc.com/css-what/download/css-what-3.4.2.tgz" - }, - "cssesc": { - "version": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "cssnano": { - "version": "https://registry.npm.alibaba-inc.com/cssnano/download/cssnano-4.1.10.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "cssnano-preset-default": "^4.0.7", - "is-resolvable": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "cssnano-preset-default": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", - "requires": { - "css-declaration-sorter": "^4.0.1", - "cssnano-util-raw-cache": "^4.0.1", - "postcss": "^7.0.0", - "postcss-calc": "^7.0.1", - "postcss-colormin": "^4.0.3", - "postcss-convert-values": "^4.0.1", - "postcss-discard-comments": "^4.0.2", - "postcss-discard-duplicates": "^4.0.2", - "postcss-discard-empty": "^4.0.1", - "postcss-discard-overridden": "^4.0.1", - "postcss-merge-longhand": "^4.0.11", - "postcss-merge-rules": "^4.0.3", - "postcss-minify-font-values": "^4.0.2", - "postcss-minify-gradients": "^4.0.2", - "postcss-minify-params": "^4.0.2", - "postcss-minify-selectors": "^4.0.2", - "postcss-normalize-charset": "^4.0.1", - "postcss-normalize-display-values": "^4.0.2", - "postcss-normalize-positions": "^4.0.2", - "postcss-normalize-repeat-style": "^4.0.2", - "postcss-normalize-string": "^4.0.2", - "postcss-normalize-timing-functions": "^4.0.2", - "postcss-normalize-unicode": "^4.0.1", - "postcss-normalize-url": "^4.0.1", - "postcss-normalize-whitespace": "^4.0.2", - "postcss-ordered-values": "^4.1.2", - "postcss-reduce-initial": "^4.0.3", - "postcss-reduce-transforms": "^4.0.2", - "postcss-svgo": "^4.0.2", - "postcss-unique-selectors": "^4.0.1" - }, - "dependencies": {} - }, - "is-resolvable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-resolvable/download/is-resolvable-1.1.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "cssnano-preset-default": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-preset-default/download/cssnano-preset-default-4.0.7.tgz", - "requires": { - "css-declaration-sorter": "^4.0.1", - "cssnano-util-raw-cache": "^4.0.1", - "postcss": "^7.0.0", - "postcss-calc": "^7.0.1", - "postcss-colormin": "^4.0.3", - "postcss-convert-values": "^4.0.1", - "postcss-discard-comments": "^4.0.2", - "postcss-discard-duplicates": "^4.0.2", - "postcss-discard-empty": "^4.0.1", - "postcss-discard-overridden": "^4.0.1", - "postcss-merge-longhand": "^4.0.11", - "postcss-merge-rules": "^4.0.3", - "postcss-minify-font-values": "^4.0.2", - "postcss-minify-gradients": "^4.0.2", - "postcss-minify-params": "^4.0.2", - "postcss-minify-selectors": "^4.0.2", - "postcss-normalize-charset": "^4.0.1", - "postcss-normalize-display-values": "^4.0.2", - "postcss-normalize-positions": "^4.0.2", - "postcss-normalize-repeat-style": "^4.0.2", - "postcss-normalize-string": "^4.0.2", - "postcss-normalize-timing-functions": "^4.0.2", - "postcss-normalize-unicode": "^4.0.1", - "postcss-normalize-url": "^4.0.1", - "postcss-normalize-whitespace": "^4.0.2", - "postcss-ordered-values": "^4.1.2", - "postcss-reduce-initial": "^4.0.3", - "postcss-reduce-transforms": "^4.0.2", - "postcss-svgo": "^4.0.2", - "postcss-unique-selectors": "^4.0.1" - }, - "dependencies": { - "css-declaration-sorter": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz", - "requires": { - "postcss": "^7.0.1", - "timsort": "^0.3.0" - }, - "dependencies": {} - }, - "cssnano-util-raw-cache": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-calc": { - "version": "7.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-calc/download/postcss-calc-7.0.5.tgz", - "requires": { - "postcss": "^7.0.27", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" - }, - "dependencies": {} - }, - "postcss-colormin": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "color": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-convert-values": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-discard-comments": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-discard-duplicates": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-discard-empty": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-discard-overridden": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-merge-longhand": { - "version": "4.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", - "requires": { - "css-color-names": "0.0.4", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "stylehacks": "^4.0.0" - }, - "dependencies": {} - }, - "postcss-merge-rules": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "cssnano-util-same-parent": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0", - "vendors": "^1.0.0" - }, - "dependencies": {} - }, - "postcss-minify-font-values": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-minify-gradients": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "is-color-stop": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-minify-params": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "browserslist": "^4.0.0", - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": {} - }, - "postcss-minify-selectors": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-charset": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-display-values": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-positions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-repeat-style": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-string": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", - "requires": { - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-timing-functions": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-unicode": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-url": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz", - "requires": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-normalize-whitespace": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-ordered-values": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-reduce-initial": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "postcss-reduce-transforms": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": {} - }, - "postcss-svgo": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-svgo/download/postcss-svgo-4.0.2.tgz", - "requires": { - "is-svg": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "svgo": "^1.0.0" - }, - "dependencies": {} - }, - "postcss-unique-selectors": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "postcss": "^7.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "cssnano-util-get-arguments": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "cssnano-util-get-match": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "cssnano-util-raw-cache": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-raw-cache/download/cssnano-util-raw-cache-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "cssnano-util-same-parent": { - "version": "https://registry.npm.alibaba-inc.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz" - }, - "csso": { - "version": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": { - "css-tree": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.1.2.tgz", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "dependencies": {} - } - } - }, - "cssom": { - "version": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.4.4.tgz" - }, - "cssstyle": { - "version": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-2.3.0.tgz", - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.3.8.tgz" - } - } - }, - "csstype": { - "version": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - }, - "currently-unhandled": { - "version": "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz", - "requires": { - "array-find-index": "^1.0.1" - }, - "dependencies": { - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-find-index/download/array-find-index-1.0.2.tgz" - } - } - }, - "cyclist": { - "version": "https://registry.npm.alibaba-inc.com/cyclist/download/cyclist-1.0.1.tgz" - }, - "d": { - "version": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": { - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-1.2.0.tgz" - } - } - }, - "d3-array": { - "version": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": { - "internmap": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/internmap/download/internmap-1.0.0.tgz" - } - } - }, - "d3-collection": { - "version": "https://registry.npm.alibaba-inc.com/d3-collection/download/d3-collection-1.0.7.tgz" - }, - "d3-color": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.1.tgz" - }, - "d3-composite-projections": { - "version": "https://registry.npm.alibaba-inc.com/d3-composite-projections/download/d3-composite-projections-1.4.0.tgz", - "requires": { - "d3-geo": "^2.0.1", - "d3-path": "^2.0.0" - }, - "dependencies": { - "d3-geo": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-2.0.1.tgz", - "requires": { - "d3-array": ">=2.5" - }, - "dependencies": {} - }, - "d3-path": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-2.0.0.tgz" - } - } - }, - "d3-dsv": { - "version": "https://registry.npm.alibaba-inc.com/d3-dsv/download/d3-dsv-1.2.0.tgz", - "requires": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "rw": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/rw/download/rw-1.3.3.tgz" - } - } - }, - "d3-ease": { - "version": "https://registry.npm.alibaba-inc.com/d3-ease/download/d3-ease-1.0.7.tgz" - }, - "d3-geo": { - "version": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-2.0.1.tgz", - "requires": { - "d3-array": ">=2.5" - }, - "dependencies": { - "d3-array": { - "version": "2.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "d3-geo-projection": { - "version": "https://registry.npm.alibaba-inc.com/d3-geo-projection/download/d3-geo-projection-2.1.2.tgz", - "requires": { - "commander": "2", - "d3-array": "1", - "d3-geo": "^1.1.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - }, - "d3-geo": { - "version": "1.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-geo/download/d3-geo-1.12.1.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": {} - } - } - }, - "d3-hexjson": { - "version": "https://registry.npm.alibaba-inc.com/d3-hexjson/download/d3-hexjson-1.1.1.tgz", - "requires": { - "d3-array": "1" - }, - "dependencies": { - "d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-1.2.4.tgz" - } - } - }, - "d3-hierarchy": { - "version": "https://registry.npm.alibaba-inc.com/d3-hierarchy/download/d3-hierarchy-2.0.0.tgz" - }, - "d3-interpolate": { - "version": "https://registry.npm.alibaba-inc.com/d3-interpolate/download/d3-interpolate-1.4.0.tgz", - "requires": { - "d3-color": "1" - }, - "dependencies": { - "d3-color": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/d3-color/download/d3-color-1.4.1.tgz" - } - } - }, - "d3-path": { - "version": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-2.0.0.tgz" - }, - "d3-regression": { - "version": "https://registry.npm.alibaba-inc.com/d3-regression/download/d3-regression-1.3.7.tgz" - }, - "d3-sankey": { - "version": "https://registry.npm.alibaba-inc.com/d3-sankey/download/d3-sankey-0.12.3.tgz", - "requires": { - "d3-array": "1 - 2", - "d3-shape": "^1.2.0" - }, - "dependencies": { - "d3-array": { - "version": "2.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/d3-array/download/d3-array-2.11.0.tgz", - "requires": { - "internmap": "^1.0.0" - }, - "dependencies": {} - }, - "d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": {} - } - } - }, - "d3-shape": { - "version": "https://registry.npm.alibaba-inc.com/d3-shape/download/d3-shape-1.3.7.tgz", - "requires": { - "d3-path": "1" - }, - "dependencies": { - "d3-path": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/d3-path/download/d3-path-1.0.9.tgz" - } - } - }, - "d3-timer": { - "version": "https://registry.npm.alibaba-inc.com/d3-timer/download/d3-timer-1.0.10.tgz" - }, - "d3-voronoi": { - "version": "https://registry.npm.alibaba-inc.com/d3-voronoi/download/d3-voronoi-1.1.4.tgz" - }, - "dagre": { - "version": "https://registry.npm.alibaba-inc.com/dagre/download/dagre-0.8.5.tgz", - "requires": { - "graphlib": "^2.1.8", - "lodash": "^4.17.15" - }, - "dependencies": { - "graphlib": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/graphlib/download/graphlib-2.1.8.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "damerau-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/damerau-levenshtein/download/damerau-levenshtein-1.0.6.tgz" - }, - "dashdash": { - "version": "https://registry.npm.alibaba-inc.com/dashdash/download/dashdash-1.14.1.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - } - } - }, - "data-urls": { - "version": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-2.0.0.tgz", - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "date-fns": { - "version": "https://registry.npm.alibaba-inc.com/date-fns/download/date-fns-1.30.1.tgz" - }, - "dateformat": { - "version": "https://registry.npm.alibaba-inc.com/dateformat/download/dateformat-2.2.0.tgz" - }, - "debug": { - "version": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.2.tgz" - } - } - }, - "decamelize": { - "version": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "decamelize-keys": { - "version": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-1.0.1.tgz" - } - } - }, - "decimal.js": { - "version": "https://registry.npm.alibaba-inc.com/decimal.js/download/decimal.js-10.2.1.tgz" - }, - "declaration-bundler-webpack-plugin": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/declaration-bundler-webpack-plugin/download/declaration-bundler-webpack-plugin-1.0.3.tgz", - "dev": true - }, - "decode-uri-component": { - "version": "https://registry.npm.alibaba-inc.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz" - }, - "decompress-response": { - "version": "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": { - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - } - } - }, - "deep-extend": { - "version": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "deep-is": { - "version": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "deep-object-diff": { - "version": "https://registry.npm.alibaba-inc.com/deep-object-diff/download/deep-object-diff-1.1.0.tgz" - }, - "deepmerge": { - "version": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "default-compare": { - "version": "https://registry.npm.alibaba-inc.com/default-compare/download/default-compare-1.0.0.tgz", - "requires": { - "kind-of": "^5.0.2" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-5.1.0.tgz" - } - } - }, - "default-require-extensions": { - "version": "https://registry.npm.alibaba-inc.com/default-require-extensions/download/default-require-extensions-2.0.0.tgz", - "requires": { - "strip-bom": "^3.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "default-resolution": { - "version": "https://registry.npm.alibaba-inc.com/default-resolution/download/default-resolution-2.0.0.tgz" - }, - "defer-to-connect": { - "version": "https://registry.npm.alibaba-inc.com/defer-to-connect/download/defer-to-connect-1.1.3.tgz" - }, - "define-properties": { - "version": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": { - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "define-property": { - "version": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "del": { - "version": "https://registry.npm.alibaba-inc.com/del/download/del-4.1.1.tgz", - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": { - "@types/glob": { - "version": "7.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/glob/download/@types/glob-7.1.3.tgz", - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - }, - "dependencies": {} - }, - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-6.1.0.tgz", - "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "dependencies": {} - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz" - }, - "is-path-in-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz", - "requires": { - "is-path-inside": "^2.1.0" - }, - "dependencies": {} - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "delayed-stream": { - "version": "https://registry.npm.alibaba-inc.com/delayed-stream/download/delayed-stream-1.0.0.tgz" - }, - "delegate": { - "version": "https://registry.npm.alibaba-inc.com/delegate/download/delegate-3.2.0.tgz" - }, - "delegates": { - "version": "https://registry.npm.alibaba-inc.com/delegates/download/delegates-1.0.0.tgz" - }, - "depd": { - "version": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "des.js": { - "version": "https://registry.npm.alibaba-inc.com/des.js/download/des.js-1.0.1.tgz", - "requires": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "destroy": { - "version": "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz" - }, - "detab": { - "version": "https://registry.npm.alibaba-inc.com/detab/download/detab-2.0.4.tgz", - "requires": { - "repeat-string": "^1.5.4" - }, - "dependencies": { - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - } - } - }, - "detect-browser": { - "version": "https://registry.npm.alibaba-inc.com/detect-browser/download/detect-browser-5.2.0.tgz" - }, - "detect-file": { - "version": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "detect-newline": { - "version": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-3.1.0.tgz" - }, - "detect-node-es": { - "version": "https://registry.npm.alibaba-inc.com/detect-node-es/download/detect-node-es-1.0.0.tgz" - }, - "detect-port": { - "version": "https://registry.npm.alibaba-inc.com/detect-port/download/detect-port-1.3.0.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - } - } - }, - "detect-port-alt": { - "version": "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - } - } - }, - "diff-sequences": { - "version": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "diffie-hellman": { - "version": "https://registry.npm.alibaba-inc.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/miller-rabin/download/miller-rabin-4.0.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": {} - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "dir-glob": { - "version": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz", - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": { - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - } - } - }, - "doctrine": { - "version": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": { - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - } - } - }, - "doctypes": { - "version": "https://registry.npm.alibaba-inc.com/doctypes/download/doctypes-1.1.0.tgz" - }, - "doiuse": { - "version": "https://registry.npm.alibaba-inc.com/doiuse/download/doiuse-4.4.1.tgz", - "requires": { - "browserslist": "^4.16.1", - "caniuse-lite": "^1.0.30001179", - "css-rule-stream": "^1.1.0", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "multimatch": "^5.0.0", - "postcss": "^8.2.4", - "source-map": "^0.7.3", - "through2": "^4.0.2", - "yargs": "^16.2.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "css-rule-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-rule-stream/download/css-rule-stream-1.1.0.tgz", - "requires": { - "css-tokenize": "^1.0.1", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "through2": "^0.6.3" - }, - "dependencies": {} - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": {} - }, - "ldjson-stream": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": {} - }, - "multimatch": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-5.0.0.tgz", - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": {} - }, - "postcss": { - "version": "8.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-4.0.2.tgz", - "requires": { - "readable-stream": "3" - }, - "dependencies": {} - }, - "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-16.2.0.tgz", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "dependencies": {} - } - } - }, - "dom-accessibility-api": { - "version": "https://registry.npm.alibaba-inc.com/dom-accessibility-api/download/dom-accessibility-api-0.5.4.tgz" - }, - "dom-converter": { - "version": "https://registry.npm.alibaba-inc.com/dom-converter/download/dom-converter-0.2.0.tgz", - "requires": { - "utila": "~0.4" - }, - "dependencies": { - "utila": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/utila/download/utila-0.4.0.tgz" - } - } - }, - "dom-helpers": { - "version": "https://registry.npm.alibaba-inc.com/dom-helpers/download/dom-helpers-5.2.0.tgz", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "csstype": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/csstype/download/csstype-3.0.6.tgz" - } - } - }, - "dom-serializer": { - "version": "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.2.tgz", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": { - "domelementtype": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-2.1.0.tgz" - }, - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-2.2.0.tgz" - } - } - }, - "dom-walk": { - "version": "https://registry.npm.alibaba-inc.com/dom-walk/download/dom-walk-0.1.2.tgz" - }, - "domain-browser": { - "version": "https://registry.npm.alibaba-inc.com/domain-browser/download/domain-browser-1.2.0.tgz" - }, - "domelementtype": { - "version": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-2.1.0.tgz" - }, - "domexception": { - "version": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-2.0.1.tgz", - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": { - "webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-5.0.0.tgz" - } - } - }, - "domhandler": { - "version": "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz", - "requires": { - "domelementtype": "1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "domutils": { - "version": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": { - "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-serializer/download/dom-serializer-0.2.2.tgz", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": {} - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - } - } - }, - "dot-case": { - "version": "https://registry.npm.alibaba-inc.com/dot-case/download/dot-case-3.0.4.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "no-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "dot-prop": { - "version": "https://registry.npm.alibaba-inc.com/dot-prop/download/dot-prop-5.3.0.tgz", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": { - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-2.0.0.tgz" - } - } - }, - "dotenv": { - "version": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-8.2.0.tgz" - }, - "dotenv-defaults": { - "version": "https://registry.npm.alibaba-inc.com/dotenv-defaults/download/dotenv-defaults-1.1.1.tgz", - "requires": { - "dotenv": "^6.2.0" - }, - "dependencies": { - "dotenv": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-6.2.0.tgz" - } - } - }, - "dotenv-expand": { - "version": "https://registry.npm.alibaba-inc.com/dotenv-expand/download/dotenv-expand-5.1.0.tgz" - }, - "dotenv-webpack": { - "version": "https://registry.npm.alibaba-inc.com/dotenv-webpack/download/dotenv-webpack-1.8.0.tgz", - "requires": { - "dotenv-defaults": "^1.0.2" - }, - "dependencies": { - "dotenv-defaults": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-defaults/download/dotenv-defaults-1.1.1.tgz", - "requires": { - "dotenv": "^6.2.0" - }, - "dependencies": {} - } - } - }, - "duplexer": { - "version": "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.2.tgz" - }, - "duplexer2": { - "version": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-1.1.14.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - }, - "dependencies": {} - } - } - }, - "duplexer3": { - "version": "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz" - }, - "duplexify": { - "version": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "each-props": { - "version": "https://registry.npm.alibaba-inc.com/each-props/download/each-props-1.3.2.tgz", - "requires": { - "is-plain-object": "^2.0.1", - "object.defaults": "^1.1.0" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "ecc-jsbn": { - "version": "https://registry.npm.alibaba-inc.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": { - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "editorconfig": { - "version": "https://registry.npm.alibaba-inc.com/editorconfig/download/editorconfig-0.15.3.tgz", - "requires": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sigmund/download/sigmund-1.0.1.tgz" - } - } - }, - "ee-first": { - "version": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - }, - "ejs": { - "version": "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.4.tgz" - }, - "electron": { - "version": "https://registry.npm.alibaba-inc.com/electron/download/electron-6.1.12.tgz", - "requires": { - "@types/node": "^10.12.18", - "electron-download": "^4.1.0", - "extract-zip": "^1.0.3" - }, - "dependencies": { - "@types/node": { - "version": "10.17.54", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-10.17.54.tgz" - }, - "electron-download": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/electron-download/download/electron-download-4.1.1.tgz", - "requires": { - "debug": "^3.0.0", - "env-paths": "^1.0.0", - "fs-extra": "^4.0.1", - "minimist": "^1.2.0", - "nugget": "^2.0.1", - "path-exists": "^3.0.0", - "rc": "^1.2.1", - "semver": "^5.4.1", - "sumchecker": "^2.0.2" - }, - "dependencies": {} - }, - "extract-zip": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/extract-zip/download/extract-zip-1.7.0.tgz", - "requires": { - "concat-stream": "^1.6.2", - "debug": "^2.6.9", - "mkdirp": "^0.5.4", - "yauzl": "^2.10.0" - }, - "dependencies": {} - } - } - }, - "electron-download": { - "version": "https://registry.npm.alibaba-inc.com/electron-download/download/electron-download-4.1.1.tgz", - "requires": { - "debug": "^3.0.0", - "env-paths": "^1.0.0", - "fs-extra": "^4.0.1", - "minimist": "^1.2.0", - "nugget": "^2.0.1", - "path-exists": "^3.0.0", - "rc": "^1.2.1", - "semver": "^5.4.1", - "sumchecker": "^2.0.2" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - }, - "env-paths": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/env-paths/download/env-paths-1.0.0.tgz" - }, - "fs-extra": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-4.0.3.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "nugget": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/nugget/download/nugget-2.0.1.tgz", - "requires": { - "debug": "^2.1.3", - "minimist": "^1.1.0", - "pretty-bytes": "^1.0.2", - "progress-stream": "^1.1.0", - "request": "^2.45.0", - "single-line-log": "^1.1.2", - "throttleit": "0.0.2" - }, - "dependencies": {} - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-3.0.0.tgz" - }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "sumchecker": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/sumchecker/download/sumchecker-2.0.2.tgz", - "requires": { - "debug": "^2.2.0" - }, - "dependencies": {} - } - } - }, - "electron-to-chromium": { - "version": "https://registry.npm.alibaba-inc.com/electron-to-chromium/download/electron-to-chromium-1.3.672.tgz" - }, - "elegant-spinner": { - "version": "https://registry.npm.alibaba-inc.com/elegant-spinner/download/elegant-spinner-1.0.1.tgz" - }, - "element-resize-detector": { - "version": "https://registry.npm.alibaba-inc.com/element-resize-detector/download/element-resize-detector-1.2.1.tgz", - "requires": { - "batch-processor": "1.0.0" - }, - "dependencies": { - "batch-processor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/batch-processor/download/batch-processor-1.0.0.tgz" - } - } - }, - "elliptic": { - "version": "https://registry.npm.alibaba-inc.com/elliptic/download/elliptic-6.5.4.tgz", - "requires": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - }, - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": {} - }, - "hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - }, - "emittery": { - "version": "https://registry.npm.alibaba-inc.com/emittery/download/emittery-0.7.2.tgz" - }, - "emoji-regex": { - "version": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-9.2.1.tgz" - }, - "emojis-list": { - "version": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "emotion-theming": { - "version": "https://registry.npm.alibaba-inc.com/emotion-theming/download/emotion-theming-10.0.27.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/weak-memoize": "0.2.5", - "hoist-non-react-statics": "^3.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/weak-memoize": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/weak-memoize/download/@emotion/weak-memoize-0.2.5.tgz" - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": {} - } - } - }, - "encodeurl": { - "version": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "encoding": { - "version": "https://registry.npm.alibaba-inc.com/encoding/download/encoding-0.1.13.tgz", - "requires": { - "iconv-lite": "^0.6.2" - }, - "dependencies": { - "iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.6.2.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "dependencies": {} - } - } - }, - "end-of-stream": { - "version": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "enhanced-resolve": { - "version": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "memory-fs": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - } - } - }, - "enquirer": { - "version": "https://registry.npm.alibaba-inc.com/enquirer/download/enquirer-2.3.6.tgz", - "requires": { - "ansi-colors": "^4.1.1" - }, - "dependencies": { - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - } - } - }, - "entities": { - "version": "https://registry.npm.alibaba-inc.com/entities/download/entities-2.2.0.tgz" - }, - "env-paths": { - "version": "https://registry.npm.alibaba-inc.com/env-paths/download/env-paths-1.0.0.tgz" - }, - "errno": { - "version": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": { - "prr": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - } - } - }, - "error-ex": { - "version": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.2.1.tgz" - } - } - }, - "es-abstract": { - "version": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-negative-zero": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - } - } - }, - "es-array-method-boxes-properly": { - "version": "https://registry.npm.alibaba-inc.com/es-array-method-boxes-properly/download/es-array-method-boxes-properly-1.0.0.tgz" - }, - "es-get-iterator": { - "version": "https://registry.npm.alibaba-inc.com/es-get-iterator/download/es-get-iterator-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "is-arguments": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-arguments/download/is-arguments-1.1.0.tgz", - "requires": { - "call-bind": "^1.0.0" - }, - "dependencies": {} - }, - "is-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-map/download/is-map-2.0.2.tgz" - }, - "is-set": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-set/download/is-set-2.0.2.tgz" - }, - "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - }, - "isarray": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.5.tgz" - } - } - }, - "es-to-primitive": { - "version": "https://registry.npm.alibaba-inc.com/es-to-primitive/download/es-to-primitive-1.2.1.tgz", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.2.tgz" - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "es5-ext": { - "version": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - } - } - }, - "es5-shim": { - "version": "https://registry.npm.alibaba-inc.com/es5-shim/download/es5-shim-4.5.15.tgz" - }, - "es6-error": { - "version": "https://registry.npm.alibaba-inc.com/es6-error/download/es6-error-4.1.1.tgz" - }, - "es6-iterator": { - "version": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "es6-shim": { - "version": "https://registry.npm.alibaba-inc.com/es6-shim/download/es6-shim-0.35.6.tgz" - }, - "es6-symbol": { - "version": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "ext": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "es6-weak-map": { - "version": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/d/download/d-1.0.1.tgz", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - }, - "dependencies": {} - }, - "es5-ext": { - "version": "0.10.53", - "resolved": "https://registry.npm.alibaba-inc.com/es5-ext/download/es5-ext-0.10.53.tgz", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.3", - "next-tick": "~1.0.0" - }, - "dependencies": {} - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "escalade": { - "version": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "escape-html": { - "version": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "escape-string-regexp": { - "version": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - }, - "escodegen": { - "version": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - } - } - }, - "eslint": { - "version": "6.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-6.8.0.tgz", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "ajv": "^6.10.0", - "chalk": "^2.1.0", - "cross-spawn": "^6.0.5", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "eslint-scope": "^5.0.0", - "eslint-utils": "^1.4.3", - "eslint-visitor-keys": "^1.1.0", - "espree": "^6.1.2", - "esquery": "^1.0.1", - "esutils": "^2.0.2", - "file-entry-cache": "^5.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "inquirer": "^7.0.0", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.3.0", - "lodash": "^4.17.14", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.1", - "natural-compare": "^1.4.0", - "optionator": "^0.8.3", - "progress": "^2.0.0", - "regexpp": "^2.0.1", - "semver": "^6.1.2", - "strip-ansi": "^5.2.0", - "strip-json-comments": "^3.0.1", - "table": "^5.2.3", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-1.4.3.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - }, - "espree": { - "version": "6.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/espree/download/espree-6.2.1.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "file-entry-cache": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-5.0.1.tgz", - "requires": { - "flat-cache": "^2.0.1" - }, - "dependencies": {} - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "globals": { - "version": "12.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-4.0.6.tgz" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": {} - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.3.0.tgz", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.8.3.tgz", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "dependencies": {} - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "regexpp": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-2.0.1.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "table": { - "version": "5.4.6", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-5.4.6.tgz", - "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - } - } - }, - "eslint-ast-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-ast-utils/download/eslint-ast-utils-1.1.0.tgz", - "requires": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - }, - "dependencies": { - "lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.get/download/lodash.get-4.4.2.tgz" - }, - "lodash.zip": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - } - } - }, - "eslint-config-airbnb-base": { - "version": "https://registry.npm.alibaba-inc.com/eslint-config-airbnb-base/download/eslint-config-airbnb-base-14.2.1.tgz", - "requires": { - "confusing-browser-globals": "^1.0.10", - "object.assign": "^4.1.2", - "object.entries": "^1.1.2" - }, - "dependencies": { - "confusing-browser-globals": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/confusing-browser-globals/download/confusing-browser-globals-1.0.10.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "eslint-config-prettier": { - "version": "https://registry.npm.alibaba-inc.com/eslint-config-prettier/download/eslint-config-prettier-6.15.0.tgz", - "requires": { - "get-stdin": "^6.0.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-6.0.0.tgz" - } - } - }, - "eslint-formatter-pretty": { - "version": "https://registry.npm.alibaba-inc.com/eslint-formatter-pretty/download/eslint-formatter-pretty-4.0.0.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "eslint-rule-docs": "^1.1.5", - "log-symbols": "^4.0.0", - "plur": "^4.0.0", - "string-width": "^4.2.0", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "eslint-rule-docs": { - "version": "1.1.222", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-rule-docs/download/eslint-rule-docs-1.1.222.tgz" - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "plur": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/plur/download/plur-4.0.0.tgz", - "requires": { - "irregular-plurals": "^3.2.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "eslint-import-resolver-node": { - "version": "https://registry.npm.alibaba-inc.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.4.tgz", - "requires": { - "debug": "^2.6.9", - "resolve": "^1.13.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "eslint-module-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-module-utils/download/eslint-module-utils-2.6.0.tgz", - "requires": { - "debug": "^2.6.9", - "pkg-dir": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-babel": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-babel/download/eslint-plugin-babel-5.3.1.tgz", - "requires": { - "eslint-rule-composer": "^0.3.0" - }, - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-rule-composer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-rule-composer/download/eslint-rule-composer-0.3.0.tgz" - } - } - }, - "eslint-plugin-compat": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-compat/download/eslint-plugin-compat-3.9.0.tgz", - "requires": { - "@mdn/browser-compat-data": "^2.0.7", - "ast-metadata-inferer": "^0.4.0", - "browserslist": "^4.12.2", - "caniuse-lite": "^1.0.30001166", - "core-js": "^3.6.5", - "find-up": "^4.1.0", - "lodash.memoize": "4.1.2", - "semver": "7.3.2" - }, - "dependencies": { - "@mdn/browser-compat-data": { - "version": "2.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@mdn/browser-compat-data/download/@mdn/browser-compat-data-2.0.7.tgz", - "requires": { - "extend": "3.0.2" - }, - "dependencies": {} - }, - "ast-metadata-inferer": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/ast-metadata-inferer/download/ast-metadata-inferer-0.4.0.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-lite": { - "version": "1.0.30001191", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-lite/download/caniuse-lite-1.0.30001191.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "semver": { - "version": "7.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.2.tgz" - } - } - }, - "eslint-plugin-eslint-comments": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-eslint-comments/download/eslint-plugin-eslint-comments-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5", - "ignore": "^5.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - } - } - }, - "eslint-plugin-import": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-import/download/eslint-plugin-import-2.22.1.tgz", - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flat": "^1.2.3", - "contains-path": "^0.1.0", - "debug": "^2.6.9", - "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.3.4", - "eslint-module-utils": "^2.6.0", - "has": "^1.0.3", - "minimatch": "^3.0.4", - "object.values": "^1.1.1", - "read-pkg-up": "^2.0.0", - "resolve": "^1.17.0", - "tsconfig-paths": "^3.9.0" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "contains-path": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/contains-path/download/contains-path-0.1.0.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "doctrine": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-1.5.0.tgz", - "requires": { - "esutils": "^2.0.2", - "isarray": "^1.0.0" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-import-resolver-node": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-import-resolver-node/download/eslint-import-resolver-node-0.3.4.tgz", - "requires": { - "debug": "^2.6.9", - "resolve": "^1.13.1" - }, - "dependencies": {} - }, - "eslint-module-utils": { - "version": "2.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-module-utils/download/eslint-module-utils-2.6.0.tgz", - "requires": { - "debug": "^2.6.9", - "pkg-dir": "^2.0.0" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.0.0", - "read-pkg": "^2.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "tsconfig-paths": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/tsconfig-paths/download/tsconfig-paths-3.9.0.tgz", - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-jest": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-jest/download/eslint-plugin-jest-24.1.5.tgz", - "requires": { - "@typescript-eslint/experimental-utils": "^4.0.1" - }, - "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "4.15.2", - "resolved": "https://registry.npm.alibaba-inc.com/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-4.15.2.tgz", - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/scope-manager": "4.15.2", - "@typescript-eslint/types": "4.15.2", - "@typescript-eslint/typescript-estree": "4.15.2", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-jsx-a11y": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-jsx-a11y/download/eslint-plugin-jsx-a11y-6.4.1.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "aria-query": "^4.2.2", - "array-includes": "^3.1.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.0.2", - "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.6", - "emoji-regex": "^9.0.0", - "has": "^1.0.3", - "jsx-ast-utils": "^3.1.0", - "language-tags": "^1.0.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/aria-query/download/aria-query-4.2.2.tgz", - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "dependencies": {} - }, - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types-flow/download/ast-types-flow-0.0.7.tgz" - }, - "axe-core": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/axe-core/download/axe-core-4.1.2.tgz" - }, - "axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/axobject-query/download/axobject-query-2.2.0.tgz" - }, - "damerau-levenshtein": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/damerau-levenshtein/download/damerau-levenshtein-1.0.6.tgz" - }, - "emoji-regex": { - "version": "9.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-9.2.1.tgz" - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": {} - }, - "language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/language-tags/download/language-tags-1.0.5.tgz", - "requires": { - "language-subtag-registry": "~0.3.2" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-markdown": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-markdown/download/eslint-plugin-markdown-1.0.2.tgz", - "requires": { - "object-assign": "^4.0.1", - "remark-parse": "^5.0.0", - "unified": "^6.1.2" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "remark-parse": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-5.0.0.tgz", - "requires": { - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^1.1.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^1.0.0", - "vfile-location": "^2.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "unified": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-6.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-plain-obj": "^1.1.0", - "trough": "^1.0.0", - "vfile": "^2.0.0", - "x-is-string": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-promise": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-promise/download/eslint-plugin-promise-4.3.1.tgz" - }, - "eslint-plugin-react": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-react/download/eslint-plugin-react-7.22.0.tgz", - "requires": { - "array-includes": "^3.1.1", - "array.prototype.flatmap": "^1.2.3", - "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "object.entries": "^1.1.2", - "object.fromentries": "^2.0.2", - "object.values": "^1.1.1", - "prop-types": "^15.7.2", - "resolve": "^1.18.1", - "string.prototype.matchall": "^4.0.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "array.prototype.flatmap": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flatmap/download/array.prototype.flatmap-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-2.1.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "jsx-ast-utils": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.fromentries": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "string.prototype.matchall": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-react-hooks": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-react-hooks/download/eslint-plugin-react-hooks-4.2.0.tgz", - "dependencies": { - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "eslint-plugin-unicorn": { - "version": "https://registry.npm.alibaba-inc.com/eslint-plugin-unicorn/download/eslint-plugin-unicorn-20.1.0.tgz", - "requires": { - "ci-info": "^2.0.0", - "clean-regexp": "^1.0.0", - "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^2.0.0", - "eslint-utils": "^2.0.0", - "import-modules": "^2.0.0", - "lodash": "^4.17.15", - "pluralize": "^8.0.0", - "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.21", - "reserved-words": "^0.1.2", - "safe-regex": "^2.1.1", - "semver": "^7.3.2" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - }, - "clean-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clean-regexp/download/clean-regexp-1.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-ast-utils": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-ast-utils/download/eslint-ast-utils-1.1.0.tgz", - "requires": { - "lodash.get": "^4.4.2", - "lodash.zip": "^4.2.0" - }, - "dependencies": {} - }, - "eslint-template-visitor": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-template-visitor/download/eslint-template-visitor-2.3.2.tgz", - "requires": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - }, - "dependencies": {} - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": {} - }, - "import-modules": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-modules/download/import-modules-2.1.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "pluralize": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pluralize/download/pluralize-8.0.0.tgz" - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "regexp-tree": { - "version": "0.1.23", - "resolved": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - }, - "reserved-words": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/reserved-words/download/reserved-words-0.1.2.tgz" - }, - "safe-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-2.1.1.tgz", - "requires": { - "regexp-tree": "~0.1.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "eslint-rule-composer": { - "version": "https://registry.npm.alibaba-inc.com/eslint-rule-composer/download/eslint-rule-composer-0.3.0.tgz" - }, - "eslint-rule-docs": { - "version": "https://registry.npm.alibaba-inc.com/eslint-rule-docs/download/eslint-rule-docs-1.1.222.tgz" - }, - "eslint-scope": { - "version": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-5.1.1.tgz", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": {} - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-4.3.0.tgz" - } - } - }, - "eslint-template-visitor": { - "version": "https://registry.npm.alibaba-inc.com/eslint-template-visitor/download/eslint-template-visitor-2.3.2.tgz", - "requires": { - "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", - "eslint-visitor-keys": "^2.0.0", - "esquery": "^1.3.1", - "multimap": "^1.1.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/eslint-parser": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/eslint-parser/download/@babel/eslint-parser-7.13.0.tgz", - "requires": { - "eslint-scope": "5.1.0", - "eslint-visitor-keys": "^1.3.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "eslint": { - "version": "https://registry.npm.alibaba-inc.com/eslint/download/eslint-7.20.0.tgz", - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.3.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "file-entry-cache": "^6.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", - "globals": "^12.1.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash": "^4.17.20", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.4", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": {} - }, - "eslint-visitor-keys": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": {} - }, - "multimap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/multimap/download/multimap-1.1.0.tgz" - } - } - }, - "eslint-utils": { - "version": "https://registry.npm.alibaba-inc.com/eslint-utils/download/eslint-utils-2.1.0.tgz", - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "eslint-visitor-keys": { - "version": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-2.0.0.tgz" - }, - "espree": { - "version": "https://registry.npm.alibaba-inc.com/espree/download/espree-7.3.1.tgz", - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-jsx": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-jsx/download/acorn-jsx-5.3.1.tgz" - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz" - } - } - }, - "esprima": { - "version": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "esquery": { - "version": "https://registry.npm.alibaba-inc.com/esquery/download/esquery-1.4.0.tgz", - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "esrecurse": { - "version": "https://registry.npm.alibaba-inc.com/esrecurse/download/esrecurse-4.3.0.tgz", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - } - } - }, - "estraverse": { - "version": "https://registry.npm.alibaba-inc.com/estraverse/download/estraverse-5.2.0.tgz" - }, - "estree-walker": { - "version": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-2.0.2.tgz" - }, - "esutils": { - "version": "https://registry.npm.alibaba-inc.com/esutils/download/esutils-2.0.3.tgz" - }, - "etag": { - "version": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "eventemitter3": { - "version": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "events": { - "version": "https://registry.npm.alibaba-inc.com/events/download/events-3.2.0.tgz" - }, - "eventsource": { - "version": "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-1.0.7.tgz", - "requires": { - "original": "^1.0.0" - }, - "dependencies": { - "original": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/original/download/original-1.0.2.tgz", - "requires": { - "url-parse": "^1.4.3" - }, - "dependencies": {} - } - } - }, - "evp_bytestokey": { - "version": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "exec-sh": { - "version": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "execa": { - "version": "https://registry.npm.alibaba-inc.com/execa/download/execa-4.1.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-7.0.3.tgz", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": {} - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "is-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": {} - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - } - } - }, - "execall": { - "version": "https://registry.npm.alibaba-inc.com/execall/download/execall-2.0.0.tgz", - "requires": { - "clone-regexp": "^2.1.0" - }, - "dependencies": { - "clone-regexp": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-regexp/download/clone-regexp-2.2.0.tgz", - "requires": { - "is-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "exit": { - "version": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "expand-brackets": { - "version": "https://registry.npm.alibaba-inc.com/expand-brackets/download/expand-brackets-2.1.4.tgz", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz" - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "expand-tilde": { - "version": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "expect": { - "version": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - } - } - }, - "express": { - "version": "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/accepts/download/accepts-1.3.7.tgz", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "dependencies": {} - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-flatten/download/array-flatten-1.1.1.tgz" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/body-parser/download/body-parser-1.19.0.tgz", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": {} - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/content-disposition/download/content-disposition-0.5.3.tgz", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": {} - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/content-type/download/content-type-1.0.4.tgz" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/cookie/download/cookie-0.4.0.tgz" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/cookie-signature/download/cookie-signature-1.0.6.tgz" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": {} - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz" - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.6.tgz", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "dependencies": {} - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.7.0.tgz" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.2.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": {} - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "dependencies": {} - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": {} - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz" - } - } - }, - "ext": { - "version": "https://registry.npm.alibaba-inc.com/ext/download/ext-1.4.0.tgz", - "requires": { - "type": "^2.0.0" - }, - "dependencies": { - "type": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/type/download/type-2.3.0.tgz" - } - } - }, - "extend": { - "version": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "extend-shallow": { - "version": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assign-symbols/download/assign-symbols-1.0.0.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "external-editor": { - "version": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": { - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/chardet/download/chardet-0.7.0.tgz" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": {} - } - } - }, - "extglob": { - "version": "https://registry.npm.alibaba-inc.com/extglob/download/extglob-2.0.4.tgz", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": {} - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/expand-brackets/download/expand-brackets-2.1.4.tgz", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "extract-zip": { - "version": "https://registry.npm.alibaba-inc.com/extract-zip/download/extract-zip-1.7.0.tgz", - "requires": { - "concat-stream": "^1.6.2", - "debug": "^2.6.9", - "mkdirp": "^0.5.4", - "yauzl": "^2.10.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yauzl/download/yauzl-2.10.0.tgz", - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - }, - "dependencies": {} - } - } - }, - "extsprintf": { - "version": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.4.0.tgz" - }, - "fancy-log": { - "version": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": { - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-gray/download/ansi-gray-0.1.1.tgz", - "requires": { - "ansi-wrap": "0.1.0" - }, - "dependencies": {} - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "parse-node-version": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - } - } - }, - "fast-deep-equal": { - "version": "https://registry.npm.alibaba-inc.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz" - }, - "fast-glob": { - "version": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": { - "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.stat/download/@nodelib/fs.stat-2.0.4.tgz" - }, - "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/@nodelib/fs.walk/download/@nodelib/fs.walk-1.2.6.tgz", - "requires": { - "@nodelib/fs.scandir": "2.1.4", - "fastq": "^1.6.0" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": {} - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "fast-json-stable-stringify": { - "version": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "fast-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "fastest-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/fastest-levenshtein/download/fastest-levenshtein-1.0.12.tgz" - }, - "fastparse": { - "version": "https://registry.npm.alibaba-inc.com/fastparse/download/fastparse-1.1.2.tgz" - }, - "fastq": { - "version": "https://registry.npm.alibaba-inc.com/fastq/download/fastq-1.10.1.tgz", - "requires": { - "reusify": "^1.0.4" - }, - "dependencies": { - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/reusify/download/reusify-1.0.4.tgz" - } - } - }, - "father-build": { - "version": "1.19.2", - "resolved": "https://registry.npm.alibaba-inc.com/father-build/download/father-build-1.19.2.tgz", - "dev": true, - "requires": { - "@babel/core": "7.12.3", - "@babel/plugin-proposal-class-properties": "7.12.1", - "@babel/plugin-proposal-decorators": "7.12.1", - "@babel/plugin-proposal-do-expressions": "7.12.1", - "@babel/plugin-proposal-export-default-from": "7.12.1", - "@babel/plugin-proposal-export-namespace-from": "7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", - "@babel/plugin-proposal-optional-chaining": "7.12.1", - "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/plugin-transform-modules-commonjs": "7.12.1", - "@babel/plugin-transform-runtime": "7.12.1", - "@babel/preset-env": "7.12.1", - "@babel/preset-react": "7.12.1", - "@babel/preset-typescript": "7.12.1", - "@babel/register": "7.12.1", - "@rollup/plugin-babel": "5.2.1", - "@rollup/plugin-commonjs": "16.0.0", - "@rollup/plugin-inject": "4.0.2", - "@rollup/plugin-json": "4.1.0", - "@rollup/plugin-node-resolve": "10.0.0", - "@rollup/plugin-replace": "2.3.4", - "@rollup/plugin-url": "5.0.1", - "@svgr/rollup": "5.4.0", - "ajv": "6.10.0", - "autoprefixer": "9.6.0", - "babel-plugin-istanbul": "^5.2.0", - "babel-plugin-react-require": "3.1.1", - "chalk": "2.4.2", - "chokidar": "^3.0.2", - "glob": "^7.1.4", - "gulp-if": "2.0.2", - "gulp-less": "^4.0.1", - "gulp-plumber": "^1.2.1", - "gulp-typescript": "5.0.1", - "less": "3.9.0", - "less-plugin-npm-import": "2.1.0", - "lodash": "4.17.19", - "rimraf": "2.6.3", - "rollup": "2.33.3", - "rollup-plugin-postcss": "3.1.8", - "rollup-plugin-terser": "7.0.2", - "rollup-plugin-typescript2": "0.29.0", - "signale": "1.4.0", - "slash2": "2.0.0", - "temp-dir": "2.0.0", - "through2": "3.0.1", - "ts-loader": "^8.0.7", - "typescript": "^4.0.5", - "update-notifier": "3.0.0", - "vinyl-fs": "3.0.3", - "yargs-parser": "13.1.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.3.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.12.1.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-decorators": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.12.1.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-decorators": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-do-expressions": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-do-expressions/download/@babel/plugin-proposal-do-expressions-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-do-expressions": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-default-from/download/@babel/plugin-proposal-export-default-from-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-export-default-from": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", - "@babel/plugin-syntax-optional-chaining": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.8.3.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "dependencies": {} - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.12.1.tgz", - "requires": { - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-simple-access": "^7.12.1", - "babel-plugin-dynamic-import-node": "^2.3.3" - }, - "dependencies": {} - }, - "@babel/plugin-transform-runtime": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.1.tgz", - "requires": { - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "resolve": "^1.8.1", - "semver": "^5.5.1" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.12.1.tgz", - "requires": { - "@babel/compat-data": "^7.12.1", - "@babel/helper-compilation-targets": "^7.12.1", - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-validator-option": "^7.12.1", - "@babel/plugin-proposal-async-generator-functions": "^7.12.1", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-dynamic-import": "^7.12.1", - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", - "@babel/plugin-proposal-json-strings": "^7.12.1", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.1", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.1", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-async-to-generator": "^7.12.1", - "@babel/plugin-transform-block-scoped-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.1", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-computed-properties": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-dotall-regex": "^7.12.1", - "@babel/plugin-transform-duplicate-keys": "^7.12.1", - "@babel/plugin-transform-exponentiation-operator": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-function-name": "^7.12.1", - "@babel/plugin-transform-literals": "^7.12.1", - "@babel/plugin-transform-member-expression-literals": "^7.12.1", - "@babel/plugin-transform-modules-amd": "^7.12.1", - "@babel/plugin-transform-modules-commonjs": "^7.12.1", - "@babel/plugin-transform-modules-systemjs": "^7.12.1", - "@babel/plugin-transform-modules-umd": "^7.12.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1", - "@babel/plugin-transform-new-target": "^7.12.1", - "@babel/plugin-transform-object-super": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-property-literals": "^7.12.1", - "@babel/plugin-transform-regenerator": "^7.12.1", - "@babel/plugin-transform-reserved-words": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/plugin-transform-sticky-regex": "^7.12.1", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/plugin-transform-typeof-symbol": "^7.12.1", - "@babel/plugin-transform-unicode-escapes": "^7.12.1", - "@babel/plugin-transform-unicode-regex": "^7.12.1", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.12.1", - "core-js-compat": "^3.6.2", - "semver": "^5.5.0" - }, - "dependencies": {} - }, - "@babel/preset-react": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-react/download/@babel/preset-react-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-transform-react-display-name": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.1", - "@babel/plugin-transform-react-jsx-development": "^7.12.1", - "@babel/plugin-transform-react-jsx-self": "^7.12.1", - "@babel/plugin-transform-react-jsx-source": "^7.12.1", - "@babel/plugin-transform-react-pure-annotations": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/preset-typescript": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/register": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.12.1.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": {} - }, - "@rollup/plugin-babel": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-babel/download/@rollup/plugin-babel-5.2.1.tgz", - "requires": { - "@babel/helper-module-imports": "^7.10.4", - "@rollup/pluginutils": "^3.1.0" - }, - "dependencies": {} - }, - "@rollup/plugin-commonjs": { - "version": "16.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-commonjs/download/@rollup/plugin-commonjs-16.0.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "commondir": "^1.0.1", - "estree-walker": "^2.0.1", - "glob": "^7.1.6", - "is-reference": "^1.2.1", - "magic-string": "^0.25.7", - "resolve": "^1.17.0" - }, - "dependencies": {} - }, - "@rollup/plugin-inject": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-inject/download/@rollup/plugin-inject-4.0.2.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.4", - "estree-walker": "^1.0.1", - "magic-string": "^0.25.5" - }, - "dependencies": {} - }, - "@rollup/plugin-json": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-json/download/@rollup/plugin-json-4.1.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.8" - }, - "dependencies": {} - }, - "@rollup/plugin-node-resolve": { - "version": "10.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-node-resolve/download/@rollup/plugin-node-resolve-10.0.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "builtin-modules": "^3.1.0", - "deepmerge": "^4.2.2", - "is-module": "^1.0.0", - "resolve": "^1.17.0" - }, - "dependencies": {} - }, - "@rollup/plugin-replace": { - "version": "2.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-replace/download/@rollup/plugin-replace-2.3.4.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "magic-string": "^0.25.7" - }, - "dependencies": {} - }, - "@rollup/plugin-url": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/plugin-url/download/@rollup/plugin-url-5.0.1.tgz", - "requires": { - "@rollup/pluginutils": "^3.0.4", - "make-dir": "^3.0.0", - "mime": "^2.4.4" - }, - "dependencies": {} - }, - "@svgr/rollup": { - "version": "5.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@svgr/rollup/download/@svgr/rollup-5.4.0.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/plugin-transform-react-constant-elements": "^7.7.4", - "@babel/preset-env": "^7.9.5", - "@babel/preset-react": "^7.9.4", - "@svgr/core": "^5.4.0", - "@svgr/plugin-jsx": "^5.4.0", - "@svgr/plugin-svgo": "^5.4.0", - "rollup-pluginutils": "^2.8.2" - }, - "dependencies": {} - }, - "ajv": { - "version": "6.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.10.0.tgz", - "requires": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "autoprefixer": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.6.0.tgz", - "requires": { - "browserslist": "^4.6.1", - "caniuse-lite": "^1.0.30000971", - "chalk": "^2.4.2", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.16", - "postcss-value-parser": "^3.3.1" - }, - "dependencies": {} - }, - "babel-plugin-istanbul": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-istanbul/download/babel-plugin-istanbul-5.2.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "find-up": "^3.0.0", - "istanbul-lib-instrument": "^3.3.0", - "test-exclude": "^5.2.3" - }, - "dependencies": {} - }, - "babel-plugin-react-require": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/babel-plugin-react-require/download/babel-plugin-react-require-3.1.1.tgz" - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "gulp-if": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-if/download/gulp-if-2.0.2.tgz", - "requires": { - "gulp-match": "^1.0.3", - "ternary-stream": "^2.0.1", - "through2": "^2.0.1" - }, - "dependencies": {} - }, - "gulp-less": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-less/download/gulp-less-4.0.1.tgz", - "requires": { - "accord": "^0.29.0", - "less": "2.6.x || ^3.7.1", - "object-assign": "^4.0.1", - "plugin-error": "^0.1.2", - "replace-ext": "^1.0.0", - "through2": "^2.0.0", - "vinyl-sourcemaps-apply": "^0.2.0" - }, - "dependencies": {} - }, - "gulp-plumber": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-plumber/download/gulp-plumber-1.2.1.tgz", - "requires": { - "chalk": "^1.1.3", - "fancy-log": "^1.3.2", - "plugin-error": "^0.1.2", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "gulp-typescript": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-typescript/download/gulp-typescript-5.0.1.tgz", - "requires": { - "ansi-colors": "^3.0.5", - "plugin-error": "^1.0.1", - "source-map": "^0.7.3", - "through2": "^3.0.0", - "vinyl": "^2.1.0", - "vinyl-fs": "^3.0.3" - }, - "dependencies": {} - }, - "less": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/less/download/less-3.9.0.tgz", - "requires": { - "clone": "^2.1.2", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - }, - "dependencies": {} - }, - "less-plugin-npm-import": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/less-plugin-npm-import/download/less-plugin-npm-import-2.1.0.tgz", - "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.19.tgz" - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "rollup": { - "version": "2.33.3", - "resolved": "https://registry.npm.alibaba-inc.com/rollup/download/rollup-2.33.3.tgz", - "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": {} - }, - "rollup-plugin-postcss": { - "version": "3.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-plugin-postcss/download/rollup-plugin-postcss-3.1.8.tgz", - "requires": { - "chalk": "^4.0.0", - "concat-with-sourcemaps": "^1.1.0", - "cssnano": "^4.1.10", - "import-cwd": "^3.0.0", - "p-queue": "^6.3.0", - "pify": "^5.0.0", - "postcss": "^7.0.27", - "postcss-load-config": "^2.1.0", - "postcss-modules": "^2.0.0", - "promise.series": "^0.2.0", - "resolve": "^1.16.1", - "rollup-pluginutils": "^2.8.2", - "safe-identifier": "^0.4.1", - "style-inject": "^0.3.0" - }, - "dependencies": {} - }, - "rollup-plugin-terser": { - "version": "7.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-plugin-terser/download/rollup-plugin-terser-7.0.2.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" - }, - "dependencies": {} - }, - "rollup-plugin-typescript2": { - "version": "0.29.0", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-plugin-typescript2/download/rollup-plugin-typescript2-0.29.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "8.1.0", - "resolve": "1.17.0", - "tslib": "2.0.1" - }, - "dependencies": {} - }, - "signale": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/signale/download/signale-1.4.0.tgz", - "requires": { - "chalk": "^2.3.2", - "figures": "^2.0.0", - "pkg-conf": "^2.1.0" - }, - "dependencies": {} - }, - "slash2": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash2/download/slash2-2.0.0.tgz" - }, - "temp-dir": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/temp-dir/download/temp-dir-2.0.0.tgz" - }, - "through2": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.1.tgz", - "requires": { - "readable-stream": "2 || 3" - }, - "dependencies": {} - }, - "ts-loader": { - "version": "8.0.17", - "resolved": "https://registry.npm.alibaba-inc.com/ts-loader/download/ts-loader-8.0.17.tgz", - "requires": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - }, - "dependencies": {} - }, - "typescript": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - }, - "update-notifier": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.0.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": {} - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": {} - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "fault": { - "version": "https://registry.npm.alibaba-inc.com/fault/download/fault-1.0.4.tgz", - "requires": { - "format": "^0.2.0" - }, - "dependencies": { - "format": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/format/download/format-0.2.2.tgz" - } - } - }, - "faye-websocket": { - "version": "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.11.3.tgz", - "requires": { - "websocket-driver": ">=0.5.1" - }, - "dependencies": { - "websocket-driver": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/websocket-driver/download/websocket-driver-0.7.4.tgz", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "dependencies": {} - } - } - }, - "fb-watchman": { - "version": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": { - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/bser/download/bser-2.1.1.tgz", - "requires": { - "node-int64": "^0.4.0" - }, - "dependencies": {} - } - } - }, - "fbjs": { - "version": "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.8.17.tgz", - "requires": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - }, - "dependencies": { - "core-js": { - "version": "1.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-1.2.7.tgz" - }, - "isomorphic-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz", - "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - }, - "dependencies": {} - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - }, - "ua-parser-js": { - "version": "0.7.24", - "resolved": "https://registry.npm.alibaba-inc.com/ua-parser-js/download/ua-parser-js-0.7.24.tgz" - } - } - }, - "fd-slicer": { - "version": "https://registry.npm.alibaba-inc.com/fd-slicer/download/fd-slicer-1.1.0.tgz", - "requires": { - "pend": "~1.2.0" - }, - "dependencies": { - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pend/download/pend-1.2.0.tgz" - } - } - }, - "fecha": { - "version": "https://registry.npm.alibaba-inc.com/fecha/download/fecha-4.2.0.tgz" - }, - "figgy-pudding": { - "version": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "figures": { - "version": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - } - } - }, - "file-entry-cache": { - "version": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": { - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-3.0.4.tgz", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "file-loader": { - "version": "https://registry.npm.alibaba-inc.com/file-loader/download/file-loader-4.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "schema-utils": "^2.5.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "file-system-cache": { - "version": "https://registry.npm.alibaba-inc.com/file-system-cache/download/file-system-cache-1.0.5.tgz", - "requires": { - "bluebird": "^3.3.5", - "fs-extra": "^0.30.0", - "ramda": "^0.21.0" - }, - "dependencies": { - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/bluebird/download/bluebird-3.7.2.tgz" - }, - "fs-extra": { - "version": "0.30.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-0.30.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0", - "path-is-absolute": "^1.0.0", - "rimraf": "^2.2.8" - }, - "dependencies": {} - }, - "ramda": { - "version": "0.21.0", - "resolved": "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.21.0.tgz" - } - } - }, - "file-uri-to-path": { - "version": "https://registry.npm.alibaba-inc.com/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz" - }, - "filesize": { - "version": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "fill-range": { - "version": "https://registry.npm.alibaba-inc.com/fill-range/download/fill-range-7.0.1.tgz", - "requires": { - "to-regex-range": "^5.0.1" - }, - "dependencies": { - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-5.0.1.tgz", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "finalhandler": { - "version": "https://registry.npm.alibaba-inc.com/finalhandler/download/finalhandler-1.1.2.tgz", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - } - } - }, - "find-cache-dir": { - "version": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": { - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/commondir/download/commondir-1.0.1.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "find-root": { - "version": "https://registry.npm.alibaba-inc.com/find-root/download/find-root-1.1.0.tgz" - }, - "find-up": { - "version": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": { - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": {} - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - } - } - }, - "findup-sync": { - "version": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-file/download/detect-file-1.0.0.tgz" - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "fined": { - "version": "https://registry.npm.alibaba-inc.com/fined/download/fined-1.2.0.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^2.0.3", - "object.defaults": "^1.1.0", - "object.pick": "^1.2.0", - "parse-filepath": "^1.0.1" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "parse-filepath": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-filepath/download/parse-filepath-1.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - }, - "dependencies": {} - } - } - }, - "flagged-respawn": { - "version": "https://registry.npm.alibaba-inc.com/flagged-respawn/download/flagged-respawn-1.0.1.tgz" - }, - "flat-cache": { - "version": "https://registry.npm.alibaba-inc.com/flat-cache/download/flat-cache-3.0.4.tgz", - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": { - "flatted": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-3.1.1.tgz" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "flatted": { - "version": "https://registry.npm.alibaba-inc.com/flatted/download/flatted-3.1.1.tgz" - }, - "flow-parser": { - "version": "https://registry.npm.alibaba-inc.com/flow-parser/download/flow-parser-0.145.0.tgz" - }, - "flush-write-stream": { - "version": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "focus-lock": { - "version": "https://registry.npm.alibaba-inc.com/focus-lock/download/focus-lock-0.8.1.tgz", - "requires": { - "tslib": "^1.9.3" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "for-each": { - "version": "https://registry.npm.alibaba-inc.com/for-each/download/for-each-0.3.3.tgz", - "requires": { - "is-callable": "^1.1.3" - }, - "dependencies": { - "is-callable": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - } - } - }, - "for-in": { - "version": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - }, - "for-own": { - "version": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - } - } - }, - "foreground-child": { - "version": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-4.0.2.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "forever-agent": { - "version": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "fork-stream": { - "version": "https://registry.npm.alibaba-inc.com/fork-stream/download/fork-stream-0.0.4.tgz" - }, - "fork-ts-checker-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-1.5.0.tgz", - "requires": { - "babel-code-frame": "^6.22.0", - "chalk": "^2.4.1", - "chokidar": "^2.0.4", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": { - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-code-frame/download/babel-code-frame-6.26.0.tgz", - "requires": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "worker-rpc": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/worker-rpc/download/worker-rpc-0.1.1.tgz", - "requires": { - "microevent.ts": "~0.1.1" - }, - "dependencies": {} - } - } - }, - "form-data": { - "version": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": { - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/asynckit/download/asynckit-0.4.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - } - } - }, - "format": { - "version": "https://registry.npm.alibaba-inc.com/format/download/format-0.2.2.tgz" - }, - "forwarded": { - "version": "https://registry.npm.alibaba-inc.com/forwarded/download/forwarded-0.1.2.tgz" - }, - "fragment-cache": { - "version": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": { - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - } - } - }, - "fresh": { - "version": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "from2": { - "version": "https://registry.npm.alibaba-inc.com/from2/download/from2-2.3.0.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "fs-extra": { - "version": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": {} - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - } - } - }, - "fs-minipass": { - "version": "https://registry.npm.alibaba-inc.com/fs-minipass/download/fs-minipass-2.1.0.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "fs-mkdirp-stream": { - "version": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "fs-readdir-recursive": { - "version": "https://registry.npm.alibaba-inc.com/fs-readdir-recursive/download/fs-readdir-recursive-1.1.0.tgz" - }, - "fs-write-stream-atomic": { - "version": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "iferr": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "fs.realpath": { - "version": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "fsevents": { - "version": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz" - }, - "fstream": { - "version": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "function-bind": { - "version": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "function.prototype.name": { - "version": "https://registry.npm.alibaba-inc.com/function.prototype.name/download/function.prototype.name-1.1.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "functions-have-names": "^1.2.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "functions-have-names": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/functions-have-names/download/functions-have-names-1.2.2.tgz" - } - } - }, - "functional-red-black-tree": { - "version": "https://registry.npm.alibaba-inc.com/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz" - }, - "functions-have-names": { - "version": "https://registry.npm.alibaba-inc.com/functions-have-names/download/functions-have-names-1.2.2.tgz" - }, - "fuse.js": { - "version": "https://registry.npm.alibaba-inc.com/fuse.js/download/fuse.js-3.6.1.tgz" - }, - "gauge": { - "version": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-unicode/download/has-unicode-2.0.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - }, - "wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/wide-align/download/wide-align-1.1.3.tgz", - "requires": { - "string-width": "^1.0.2 || 2" - }, - "dependencies": {} - } - } - }, - "gaze": { - "version": "https://registry.npm.alibaba-inc.com/gaze/download/gaze-1.1.3.tgz", - "requires": { - "globule": "^1.0.0" - }, - "dependencies": { - "globule": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/globule/download/globule-1.3.2.tgz", - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "dependencies": {} - } - } - }, - "generic-names": { - "version": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "gensync": { - "version": "https://registry.npm.alibaba-inc.com/gensync/download/gensync-1.0.0-beta.2.tgz" - }, - "get-caller-file": { - "version": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "get-intrinsic": { - "version": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "get-package-type": { - "version": "https://registry.npm.alibaba-inc.com/get-package-type/download/get-package-type-0.1.0.tgz" - }, - "get-stdin": { - "version": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-8.0.0.tgz" - }, - "get-stream": { - "version": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-5.2.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": { - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "get-value": { - "version": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "getpass": { - "version": "https://registry.npm.alibaba-inc.com/getpass/download/getpass-0.1.7.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - } - } - }, - "git-directory-deploy": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/git-directory-deploy/download/git-directory-deploy-1.5.1.tgz", - "dev": true, - "requires": { - "lodash": "^4.14.2", - "minimist": "^1.1.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "github-slugger": { - "version": "https://registry.npm.alibaba-inc.com/github-slugger/download/github-slugger-1.3.0.tgz", - "requires": { - "emoji-regex": ">=6.0.0 <=6.1.1" - }, - "dependencies": { - "emoji-regex": { - "version": "6.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-6.1.1.tgz" - } - } - }, - "github-url-from-git": { - "version": "https://registry.npm.alibaba-inc.com/github-url-from-git/download/github-url-from-git-1.5.0.tgz" - }, - "gl-matrix": { - "version": "https://registry.npm.alibaba-inc.com/gl-matrix/download/gl-matrix-3.3.0.tgz" - }, - "glob": { - "version": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs.realpath/download/fs.realpath-1.0.0.tgz" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - } - } - }, - "glob-base": { - "version": "https://registry.npm.alibaba-inc.com/glob-base/download/glob-base-0.3.0.tgz", - "requires": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "dependencies": { - "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-2.0.0.tgz", - "requires": { - "is-glob": "^2.0.0" - }, - "dependencies": {} - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-2.0.1.tgz", - "requires": { - "is-extglob": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "glob-parent": { - "version": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-5.1.1.tgz", - "requires": { - "is-glob": "^4.0.1" - }, - "dependencies": { - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "glob-stream": { - "version": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-parent/download/glob-parent-3.1.0.tgz", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": {} - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "ordered-read-streams": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/ordered-read-streams/download/ordered-read-streams-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "to-absolute-glob": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-absolute-glob/download/to-absolute-glob-2.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" - }, - "dependencies": {} - }, - "unique-stream": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/unique-stream/download/unique-stream-2.3.1.tgz", - "requires": { - "json-stable-stringify-without-jsonify": "^1.0.1", - "through2-filter": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "glob-to-regexp": { - "version": "https://registry.npm.alibaba-inc.com/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz" - }, - "glob-watcher": { - "version": "https://registry.npm.alibaba-inc.com/glob-watcher/download/glob-watcher-5.0.5.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-done": "^1.2.0", - "chokidar": "^2.0.0", - "is-negated-glob": "^1.0.0", - "just-debounce": "^1.0.0", - "normalize-path": "^3.0.0", - "object.defaults": "^1.1.0" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "async-done": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/async-done/download/async-done-1.3.2.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^2.0.0", - "stream-exhaust": "^1.0.1" - }, - "dependencies": {} - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": {} - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "just-debounce": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/just-debounce/download/just-debounce-1.1.0.tgz" - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "global": { - "version": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": { - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": {} - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - } - } - }, - "global-cache": { - "version": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "global-dirs": { - "version": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-2.1.0.tgz", - "requires": { - "ini": "1.3.7" - }, - "dependencies": { - "ini": { - "version": "1.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.7.tgz" - } - } - }, - "global-modules": { - "version": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": { - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "global-prefix": { - "version": "https://registry.npm.alibaba-inc.com/global-prefix/download/global-prefix-3.0.0.tgz", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "globals": { - "version": "https://registry.npm.alibaba-inc.com/globals/download/globals-12.4.0.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "globalthis": { - "version": "https://registry.npm.alibaba-inc.com/globalthis/download/globalthis-1.0.2.tgz", - "requires": { - "define-properties": "^1.1.3" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "globby": { - "version": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": { - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/dir-glob/download/dir-glob-3.0.1.tgz", - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": {} - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "globjoin": { - "version": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "globule": { - "version": "https://registry.npm.alibaba-inc.com/globule/download/globule-1.3.2.tgz", - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "glogg": { - "version": "https://registry.npm.alibaba-inc.com/glogg/download/glogg-1.0.2.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": { - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - } - } - }, - "gonzales-pe": { - "version": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "good-listener": { - "version": "https://registry.npm.alibaba-inc.com/good-listener/download/good-listener-1.2.2.tgz", - "requires": { - "delegate": "^3.1.2" - }, - "dependencies": { - "delegate": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/delegate/download/delegate-3.2.0.tgz" - } - } - }, - "got": { - "version": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/@szmarczak/http-timer/download/@szmarczak/http-timer-1.1.2.tgz", - "requires": { - "defer-to-connect": "^1.0.1" - }, - "dependencies": {} - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cacheable-request/download/cacheable-request-6.1.0.tgz", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": {} - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/decompress-response/download/decompress-response-3.3.0.tgz", - "requires": { - "mimic-response": "^1.0.0" - }, - "dependencies": {} - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer3/download/duplexer3-0.1.4.tgz" - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stream/download/get-stream-4.1.0.tgz", - "requires": { - "pump": "^3.0.0" - }, - "dependencies": {} - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz" - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz" - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "graceful-fs": { - "version": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "graphlib": { - "version": "https://registry.npm.alibaba-inc.com/graphlib/download/graphlib-2.1.8.tgz", - "requires": { - "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "growly": { - "version": "https://registry.npm.alibaba-inc.com/growly/download/growly-1.3.0.tgz" - }, - "gud": { - "version": "https://registry.npm.alibaba-inc.com/gud/download/gud-1.0.0.tgz" - }, - "gulp": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/gulp/download/gulp-4.0.2.tgz", - "dev": true, - "requires": { - "glob-watcher": "^5.0.3", - "gulp-cli": "^2.2.0", - "undertaker": "^1.2.1", - "vinyl-fs": "^3.0.0" - }, - "dependencies": { - "glob-watcher": { - "version": "5.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/glob-watcher/download/glob-watcher-5.0.5.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-done": "^1.2.0", - "chokidar": "^2.0.0", - "is-negated-glob": "^1.0.0", - "just-debounce": "^1.0.0", - "normalize-path": "^3.0.0", - "object.defaults": "^1.1.0" - }, - "dependencies": {} - }, - "gulp-cli": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-cli/download/gulp-cli-2.3.0.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "archy": "^1.0.0", - "array-sort": "^1.0.0", - "color-support": "^1.1.3", - "concat-stream": "^1.6.0", - "copy-props": "^2.0.1", - "fancy-log": "^1.3.2", - "gulplog": "^1.0.0", - "interpret": "^1.4.0", - "isobject": "^3.0.1", - "liftoff": "^3.1.0", - "matchdep": "^2.0.0", - "mute-stdout": "^1.0.0", - "pretty-hrtime": "^1.0.0", - "replace-homedir": "^1.0.0", - "semver-greatest-satisfied-range": "^1.1.0", - "v8flags": "^3.2.0", - "yargs": "^7.1.0" - }, - "dependencies": {} - }, - "undertaker": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/undertaker/download/undertaker-1.3.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "bach": "^1.0.0", - "collection-map": "^1.0.0", - "es6-weak-map": "^2.0.1", - "fast-levenshtein": "^1.0.0", - "last-run": "^1.1.0", - "object.defaults": "^1.0.0", - "object.reduce": "^1.0.0", - "undertaker-registry": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "gulp-cli": { - "version": "https://registry.npm.alibaba-inc.com/gulp-cli/download/gulp-cli-2.3.0.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "archy": "^1.0.0", - "array-sort": "^1.0.0", - "color-support": "^1.1.3", - "concat-stream": "^1.6.0", - "copy-props": "^2.0.1", - "fancy-log": "^1.3.2", - "gulplog": "^1.0.0", - "interpret": "^1.4.0", - "isobject": "^3.0.1", - "liftoff": "^3.1.0", - "matchdep": "^2.0.0", - "mute-stdout": "^1.0.0", - "pretty-hrtime": "^1.0.0", - "replace-homedir": "^1.0.0", - "semver-greatest-satisfied-range": "^1.1.0", - "v8flags": "^3.2.0", - "yargs": "^7.1.0" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": {} - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "array-sort": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-sort/download/array-sort-1.0.0.tgz", - "requires": { - "default-compare": "^1.0.0", - "get-value": "^2.0.6", - "kind-of": "^5.0.2" - }, - "dependencies": {} - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color-support/download/color-support-1.1.3.tgz" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "copy-props": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/copy-props/download/copy-props-2.0.4.tgz", - "requires": { - "each-props": "^1.3.0", - "is-plain-object": "^2.0.1" - }, - "dependencies": {} - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": {} - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": {} - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "liftoff": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/liftoff/download/liftoff-3.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "findup-sync": "^3.0.0", - "fined": "^1.0.1", - "flagged-respawn": "^1.0.0", - "is-plain-object": "^2.0.4", - "object.map": "^1.0.0", - "rechoir": "^0.6.2", - "resolve": "^1.1.7" - }, - "dependencies": {} - }, - "matchdep": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/matchdep/download/matchdep-2.0.0.tgz", - "requires": { - "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", - "resolve": "^1.4.0", - "stack-trace": "0.0.10" - }, - "dependencies": {} - }, - "mute-stdout": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stdout/download/mute-stdout-1.0.1.tgz" - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "replace-homedir": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/replace-homedir/download/replace-homedir-1.0.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1", - "is-absolute": "^1.0.0", - "remove-trailing-separator": "^1.1.0" - }, - "dependencies": {} - }, - "semver-greatest-satisfied-range": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-greatest-satisfied-range/download/semver-greatest-satisfied-range-1.1.0.tgz", - "requires": { - "sver-compat": "^1.5.0" - }, - "dependencies": {} - }, - "v8flags": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8flags/download/v8flags-3.2.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "yargs": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.1.tgz", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" - }, - "dependencies": {} - } - } - }, - "gulp-if": { - "version": "https://registry.npm.alibaba-inc.com/gulp-if/download/gulp-if-2.0.2.tgz", - "requires": { - "gulp-match": "^1.0.3", - "ternary-stream": "^2.0.1", - "through2": "^2.0.1" - }, - "dependencies": { - "gulp-match": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-match/download/gulp-match-1.1.0.tgz", - "requires": { - "minimatch": "^3.0.3" - }, - "dependencies": {} - }, - "ternary-stream": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ternary-stream/download/ternary-stream-2.1.1.tgz", - "requires": { - "duplexify": "^3.5.0", - "fork-stream": "^0.0.4", - "merge-stream": "^1.0.0", - "through2": "^2.0.1" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "gulp-less": { - "version": "https://registry.npm.alibaba-inc.com/gulp-less/download/gulp-less-4.0.1.tgz", - "requires": { - "accord": "^0.29.0", - "less": "2.6.x || ^3.7.1", - "object-assign": "^4.0.1", - "plugin-error": "^0.1.2", - "replace-ext": "^1.0.0", - "through2": "^2.0.0", - "vinyl-sourcemaps-apply": "^0.2.0" - }, - "dependencies": { - "accord": { - "version": "0.29.0", - "resolved": "https://registry.npm.alibaba-inc.com/accord/download/accord-0.29.0.tgz", - "requires": { - "convert-source-map": "^1.5.0", - "glob": "^7.0.5", - "indx": "^0.2.3", - "lodash.clone": "^4.3.2", - "lodash.defaults": "^4.0.1", - "lodash.flatten": "^4.2.0", - "lodash.merge": "^4.4.0", - "lodash.partialright": "^4.1.4", - "lodash.pick": "^4.2.1", - "lodash.uniq": "^4.3.0", - "resolve": "^1.5.0", - "semver": "^5.3.0", - "uglify-js": "^2.8.22", - "when": "^3.7.8" - }, - "dependencies": {} - }, - "less": { - "version": "3.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/less/download/less-3.13.1.tgz", - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": {} - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "vinyl-sourcemaps-apply": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemaps-apply/download/vinyl-sourcemaps-apply-0.2.1.tgz", - "requires": { - "source-map": "^0.5.1" - }, - "dependencies": {} - } - } - }, - "gulp-match": { - "version": "https://registry.npm.alibaba-inc.com/gulp-match/download/gulp-match-1.1.0.tgz", - "requires": { - "minimatch": "^3.0.3" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "gulp-plumber": { - "version": "https://registry.npm.alibaba-inc.com/gulp-plumber/download/gulp-plumber-1.2.1.tgz", - "requires": { - "chalk": "^1.1.3", - "fancy-log": "^1.3.2", - "plugin-error": "^0.1.2", - "through2": "^2.0.3" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": {} - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-0.1.2.tgz", - "requires": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "gulp-typescript": { - "version": "6.0.0-alpha.1", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-typescript/download/gulp-typescript-6.0.0-alpha.1.tgz", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1", - "plugin-error": "^1.0.1", - "source-map": "^0.7.3", - "through2": "^3.0.1", - "vinyl": "^2.2.0", - "vinyl-fs": "^3.0.3" - }, - "dependencies": { - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-4.1.1.tgz" - }, - "plugin-error": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-1.0.1.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "through2": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-3.0.2.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - }, - "dependencies": {} - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "gulp-util": { - "version": "3.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/gulp-util/download/gulp-util-3.0.8.tgz", - "dev": true, - "requires": { - "array-differ": "^1.0.0", - "array-uniq": "^1.0.2", - "beeper": "^1.0.0", - "chalk": "^1.0.0", - "dateformat": "^2.0.0", - "fancy-log": "^1.1.0", - "gulplog": "^1.0.0", - "has-gulplog": "^0.1.0", - "lodash._reescape": "^3.0.0", - "lodash._reevaluate": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.template": "^3.0.0", - "minimist": "^1.1.0", - "multipipe": "^0.1.2", - "object-assign": "^3.0.0", - "replace-ext": "0.0.1", - "through2": "^2.0.0", - "vinyl": "^0.5.0" - }, - "dependencies": { - "array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-1.0.0.tgz" - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-uniq/download/array-uniq-1.0.3.tgz" - }, - "beeper": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/beeper/download/beeper-1.1.1.tgz" - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "dateformat": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dateformat/download/dateformat-2.2.0.tgz" - }, - "fancy-log": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/fancy-log/download/fancy-log-1.3.3.tgz", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "parse-node-version": "^1.0.0", - "time-stamp": "^1.0.0" - }, - "dependencies": {} - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": {} - }, - "has-gulplog": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-gulplog/download/has-gulplog-0.1.0.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": {} - }, - "lodash._reescape": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reescape/download/lodash._reescape-3.0.0.tgz" - }, - "lodash._reevaluate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reevaluate/download/lodash._reevaluate-3.0.0.tgz" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.template": { - "version": "3.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.template/download/lodash.template-3.6.2.tgz", - "requires": { - "lodash._basecopy": "^3.0.0", - "lodash._basetostring": "^3.0.0", - "lodash._basevalues": "^3.0.0", - "lodash._isiterateecall": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0", - "lodash.keys": "^3.0.0", - "lodash.restparam": "^3.0.0", - "lodash.templatesettings": "^3.0.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "multipipe": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/multipipe/download/multipipe-0.1.2.tgz", - "requires": { - "duplexer2": "0.0.2" - }, - "dependencies": {} - }, - "object-assign": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-3.0.0.tgz" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-0.0.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "vinyl": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-0.5.3.tgz", - "requires": { - "clone": "^1.0.0", - "clone-stats": "^0.0.1", - "replace-ext": "0.0.1" - }, - "dependencies": {} - } - } - }, - "gulplog": { - "version": "https://registry.npm.alibaba-inc.com/gulplog/download/gulplog-1.0.0.tgz", - "requires": { - "glogg": "^1.0.0" - }, - "dependencies": { - "glogg": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/glogg/download/glogg-1.0.2.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "gzip-size": { - "version": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": { - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer/download/duplexer-0.1.2.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - } - } - }, - "har-schema": { - "version": "https://registry.npm.alibaba-inc.com/har-schema/download/har-schema-2.0.0.tgz" - }, - "har-validator": { - "version": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/har-schema/download/har-schema-2.0.0.tgz" - } - } - }, - "hard-rejection": { - "version": "https://registry.npm.alibaba-inc.com/hard-rejection/download/hard-rejection-2.1.0.tgz" - }, - "has": { - "version": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": { - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "has-ansi": { - "version": "https://registry.npm.alibaba-inc.com/has-ansi/download/has-ansi-2.0.0.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-2.1.1.tgz" - } - } - }, - "has-flag": { - "version": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - }, - "has-gulplog": { - "version": "https://registry.npm.alibaba-inc.com/has-gulplog/download/has-gulplog-0.1.0.tgz", - "requires": { - "sparkles": "^1.0.0" - }, - "dependencies": { - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - } - } - }, - "has-symbols": { - "version": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "has-unicode": { - "version": "https://registry.npm.alibaba-inc.com/has-unicode/download/has-unicode-2.0.1.tgz" - }, - "has-value": { - "version": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-1.0.0.tgz", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-1.0.0.tgz", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "has-values": { - "version": "https://registry.npm.alibaba-inc.com/has-values/download/has-values-1.0.0.tgz", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-3.0.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-4.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "has-yarn": { - "version": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "hash-base": { - "version": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "hash-sum": { - "version": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-2.0.0.tgz" - }, - "hash.js": { - "version": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - } - } - }, - "hasha": { - "version": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": { - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - } - } - }, - "hast-to-hyperscript": { - "version": "https://registry.npm.alibaba-inc.com/hast-to-hyperscript/download/hast-to-hyperscript-9.0.1.tgz", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": {} - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - } - } - }, - "hast-util-from-parse5": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-from-parse5/download/hast-util-from-parse5-6.0.1.tgz", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": { - "@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/parse5/download/@types/parse5-5.0.3.tgz" - }, - "hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-6.0.0.tgz", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": {} - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - } - } - }, - "hast-util-parse-selector": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "hast-util-raw": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-raw/download/hast-util-raw-6.0.1.tgz", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "@types/hast": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-from-parse5/download/hast-util-from-parse5-6.0.1.tgz", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": {} - }, - "hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-to-parse5/download/hast-util-to-parse5-6.0.0.tgz", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": {} - }, - "html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/html-void-elements/download/html-void-elements-1.0.5.tgz" - }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-6.0.1.tgz" - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "hast-util-to-parse5": { - "version": "https://registry.npm.alibaba-inc.com/hast-util-to-parse5/download/hast-util-to-parse5-6.0.0.tgz", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/hast-to-hyperscript/download/hast-to-hyperscript-9.0.1.tgz", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "dependencies": {} - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "hastscript": { - "version": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-6.0.0.tgz", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": { - "@types/hast": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/hast/download/@types/hast-2.3.1.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/comma-separated-tokens/download/comma-separated-tokens-1.0.8.tgz" - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/hast-util-parse-selector/download/hast-util-parse-selector-2.2.5.tgz" - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - } - } - }, - "he": { - "version": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "hex-color-regex": { - "version": "https://registry.npm.alibaba-inc.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz" - }, - "highlight.js": { - "version": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - }, - "hmac-drbg": { - "version": "https://registry.npm.alibaba-inc.com/hmac-drbg/download/hmac-drbg-1.0.1.tgz", - "requires": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - }, - "dependencies": { - "hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/hash.js/download/hash.js-1.1.7.tgz", - "requires": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - }, - "dependencies": {} - }, - "minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - } - } - }, - "hoist-non-react-statics": { - "version": "https://registry.npm.alibaba-inc.com/hoist-non-react-statics/download/hoist-non-react-statics-3.3.2.tgz", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "homedir-polyfill": { - "version": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": { - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - } - } - }, - "hoopy": { - "version": "https://registry.npm.alibaba-inc.com/hoopy/download/hoopy-0.1.4.tgz" - }, - "hosted-git-info": { - "version": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "hsl-regex": { - "version": "https://registry.npm.alibaba-inc.com/hsl-regex/download/hsl-regex-1.0.0.tgz" - }, - "hsla-regex": { - "version": "https://registry.npm.alibaba-inc.com/hsla-regex/download/hsla-regex-1.0.0.tgz" - }, - "html-comment-regex": { - "version": "https://registry.npm.alibaba-inc.com/html-comment-regex/download/html-comment-regex-1.1.2.tgz" - }, - "html-encoding-sniffer": { - "version": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-2.0.1.tgz", - "requires": { - "whatwg-encoding": "^1.0.5" - }, - "dependencies": { - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - } - } - }, - "html-entities": { - "version": "https://registry.npm.alibaba-inc.com/html-entities/download/html-entities-1.4.0.tgz" - }, - "html-escaper": { - "version": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - }, - "html-minifier-terser": { - "version": "https://registry.npm.alibaba-inc.com/html-minifier-terser/download/html-minifier-terser-5.1.1.tgz", - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": { - "camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/camel-case/download/camel-case-4.1.2.tgz", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": {} - }, - "commander": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-4.1.1.tgz" - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "param-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/param-case/download/param-case-3.0.4.tgz", - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/relateurl/download/relateurl-0.2.7.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": {} - } - } - }, - "html-tags": { - "version": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-3.1.0.tgz" - }, - "html-void-elements": { - "version": "https://registry.npm.alibaba-inc.com/html-void-elements/download/html-void-elements-1.0.5.tgz" - }, - "html-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/html-webpack-plugin/download/html-webpack-plugin-4.5.2.tgz", - "requires": { - "@types/html-minifier-terser": "^5.0.0", - "@types/tapable": "^1.0.5", - "@types/webpack": "^4.41.8", - "html-minifier-terser": "^5.0.1", - "loader-utils": "^1.2.3", - "lodash": "^4.17.20", - "pretty-error": "^2.1.1", - "tapable": "^1.1.3", - "util.promisify": "1.0.0" - }, - "dependencies": { - "@types/html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/html-minifier-terser/download/@types/html-minifier-terser-5.1.1.tgz" - }, - "@types/tapable": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/@types/tapable/download/@types/tapable-1.0.6.tgz" - }, - "@types/webpack": { - "version": "4.41.26", - "resolved": "https://registry.npm.alibaba-inc.com/@types/webpack/download/@types/webpack-4.41.26.tgz", - "requires": { - "@types/anymatch": "*", - "@types/node": "*", - "@types/tapable": "*", - "@types/uglify-js": "*", - "@types/webpack-sources": "*", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "html-minifier-terser": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/html-minifier-terser/download/html-minifier-terser-5.1.1.tgz", - "requires": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "pretty-error": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-error/download/pretty-error-2.1.2.tgz", - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "util.promisify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.0.tgz", - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - }, - "dependencies": {} - } - } - }, - "htmlparser2": { - "version": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/domelementtype/download/domelementtype-1.3.1.tgz" - }, - "domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/domhandler/download/domhandler-2.4.2.tgz", - "requires": { - "domelementtype": "1" - }, - "dependencies": {} - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/domutils/download/domutils-1.7.0.tgz", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - }, - "dependencies": {} - }, - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/entities/download/entities-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "http-cache-semantics": { - "version": "https://registry.npm.alibaba-inc.com/http-cache-semantics/download/http-cache-semantics-4.1.0.tgz" - }, - "http-errors": { - "version": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - } - } - }, - "http-parser-js": { - "version": "https://registry.npm.alibaba-inc.com/http-parser-js/download/http-parser-js-0.5.3.tgz" - }, - "http-signature": { - "version": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsprim/download/jsprim-1.4.1.tgz", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": {} - }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/sshpk/download/sshpk-1.16.1.tgz", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "dependencies": {} - } - } - }, - "https-browserify": { - "version": "https://registry.npm.alibaba-inc.com/https-browserify/download/https-browserify-1.0.0.tgz" - }, - "human-signals": { - "version": "https://registry.npm.alibaba-inc.com/human-signals/download/human-signals-1.1.1.tgz" - }, - "hyphenate-style-name": { - "version": "https://registry.npm.alibaba-inc.com/hyphenate-style-name/download/hyphenate-style-name-1.0.4.tgz" - }, - "iconv-lite": { - "version": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.6.2.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "dependencies": { - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - } - } - }, - "icss-replace-symbols": { - "version": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "icss-utils": { - "version": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "ieee754": { - "version": "https://registry.npm.alibaba-inc.com/ieee754/download/ieee754-1.2.1.tgz" - }, - "iferr": { - "version": "https://registry.npm.alibaba-inc.com/iferr/download/iferr-0.1.5.tgz" - }, - "ignore": { - "version": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "image-size": { - "version": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz" - }, - "immer": { - "version": "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz" - }, - "import-cwd": { - "version": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-3.0.0.tgz", - "requires": { - "import-from": "^3.0.0" - }, - "dependencies": { - "import-from": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "import-fresh": { - "version": "https://registry.npm.alibaba-inc.com/import-fresh/download/import-fresh-3.3.0.tgz", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - } - } - }, - "import-from": { - "version": "https://registry.npm.alibaba-inc.com/import-from/download/import-from-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - }, - "import-lazy": { - "version": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-4.0.0.tgz" - }, - "import-local": { - "version": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "import-modules": { - "version": "https://registry.npm.alibaba-inc.com/import-modules/download/import-modules-2.1.0.tgz" - }, - "imports-loader": { - "version": "0.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/imports-loader/download/imports-loader-0.8.0.tgz", - "dev": true, - "requires": { - "loader-utils": "^1.0.2", - "source-map": "^0.6.1" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "imurmurhash": { - "version": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.1.tgz", - "dev": true - }, - "indent-string": { - "version": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - }, - "indexes-of": { - "version": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "indx": { - "version": "https://registry.npm.alibaba-inc.com/indx/download/indx-0.2.3.tgz" - }, - "infer-owner": { - "version": "https://registry.npm.alibaba-inc.com/infer-owner/download/infer-owner-1.0.4.tgz" - }, - "inflight": { - "version": "https://registry.npm.alibaba-inc.com/inflight/download/inflight-1.0.6.tgz", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "inherits": { - "version": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "ini": { - "version": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "inline-style-parser": { - "version": "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz" - }, - "inline-style-prefixer": { - "version": "https://registry.npm.alibaba-inc.com/inline-style-prefixer/download/inline-style-prefixer-5.1.2.tgz", - "requires": { - "css-in-js-utils": "^2.0.0" - }, - "dependencies": { - "css-in-js-utils": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-in-js-utils/download/css-in-js-utils-2.0.1.tgz", - "requires": { - "hyphenate-style-name": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "inquirer": { - "version": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-3.1.0.tgz", - "requires": { - "restore-cursor": "^3.1.0" - }, - "dependencies": {} - }, - "cli-width": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-width/download/cli-width-3.0.0.tgz" - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/external-editor/download/external-editor-3.1.0.tgz", - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "dependencies": {} - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-3.2.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mute-stream": { - "version": "0.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "inquirer-autosubmit-prompt": { - "version": "https://registry.npm.alibaba-inc.com/inquirer-autosubmit-prompt/download/inquirer-autosubmit-prompt-0.2.0.tgz", - "requires": { - "chalk": "^2.4.1", - "inquirer": "^6.2.1", - "rxjs": "^6.3.3" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "inquirer": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.2.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "internal-slot": { - "version": "https://registry.npm.alibaba-inc.com/internal-slot/download/internal-slot-1.0.3.tgz", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "dependencies": { - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "internmap": { - "version": "https://registry.npm.alibaba-inc.com/internmap/download/internmap-1.0.0.tgz" - }, - "interpret": { - "version": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-2.2.0.tgz" - }, - "invariant": { - "version": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "invert-kv": { - "version": "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-1.0.0.tgz" - }, - "ip": { - "version": "https://registry.npm.alibaba-inc.com/ip/download/ip-1.1.5.tgz" - }, - "ip-regex": { - "version": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-4.3.0.tgz" - }, - "ipaddr.js": { - "version": "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz" - }, - "irregular-plurals": { - "version": "https://registry.npm.alibaba-inc.com/irregular-plurals/download/irregular-plurals-3.2.0.tgz" - }, - "is-absolute": { - "version": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": { - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - } - } - }, - "is-absolute-url": { - "version": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz" - }, - "is-accessor-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "is-alphabetical": { - "version": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-alphanumeric": { - "version": "https://registry.npm.alibaba-inc.com/is-alphanumeric/download/is-alphanumeric-1.0.0.tgz" - }, - "is-alphanumerical": { - "version": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": { - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - } - } - }, - "is-arguments": { - "version": "https://registry.npm.alibaba-inc.com/is-arguments/download/is-arguments-1.1.0.tgz", - "requires": { - "call-bind": "^1.0.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "is-arrayish": { - "version": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.3.2.tgz" - }, - "is-binary-path": { - "version": "https://registry.npm.alibaba-inc.com/is-binary-path/download/is-binary-path-2.1.0.tgz", - "requires": { - "binary-extensions": "^2.0.0" - }, - "dependencies": { - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/binary-extensions/download/binary-extensions-2.2.0.tgz" - } - } - }, - "is-buffer": { - "version": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "is-callable": { - "version": "https://registry.npm.alibaba-inc.com/is-callable/download/is-callable-1.2.3.tgz" - }, - "is-ci": { - "version": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ci-info/download/ci-info-2.0.0.tgz" - } - } - }, - "is-color-stop": { - "version": "https://registry.npm.alibaba-inc.com/is-color-stop/download/is-color-stop-1.1.0.tgz", - "requires": { - "css-color-names": "^0.0.4", - "hex-color-regex": "^1.1.0", - "hsl-regex": "^1.0.0", - "hsla-regex": "^1.0.0", - "rgb-regex": "^1.0.1", - "rgba-regex": "^1.0.0" - }, - "dependencies": { - "css-color-names": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "hex-color-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hex-color-regex/download/hex-color-regex-1.1.0.tgz" - }, - "hsl-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hsl-regex/download/hsl-regex-1.0.0.tgz" - }, - "hsla-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hsla-regex/download/hsla-regex-1.0.0.tgz" - }, - "rgb-regex": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/rgb-regex/download/rgb-regex-1.0.1.tgz" - }, - "rgba-regex": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/rgba-regex/download/rgba-regex-1.0.0.tgz" - } - } - }, - "is-core-module": { - "version": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": { - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "is-data-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "is-date-object": { - "version": "https://registry.npm.alibaba-inc.com/is-date-object/download/is-date-object-1.0.2.tgz" - }, - "is-decimal": { - "version": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-descriptor": { - "version": "https://registry.npm.alibaba-inc.com/is-descriptor/download/is-descriptor-1.0.2.tgz", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-accessor-descriptor/download/is-accessor-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": {} - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-data-descriptor/download/is-data-descriptor-1.0.0.tgz", - "requires": { - "kind-of": "^6.0.0" - }, - "dependencies": {} - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "is-directory": { - "version": "https://registry.npm.alibaba-inc.com/is-directory/download/is-directory-0.3.1.tgz" - }, - "is-docker": { - "version": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - }, - "is-dom": { - "version": "https://registry.npm.alibaba-inc.com/is-dom/download/is-dom-1.1.0.tgz", - "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - }, - "dependencies": { - "is-object": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-object/download/is-object-1.0.2.tgz" - }, - "is-window": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-window/download/is-window-1.0.2.tgz" - } - } - }, - "is-expression": { - "version": "https://registry.npm.alibaba-inc.com/is-expression/download/is-expression-4.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "is-extendable": { - "version": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": { - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "is-extglob": { - "version": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - }, - "is-finite": { - "version": "https://registry.npm.alibaba-inc.com/is-finite/download/is-finite-1.1.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "is-function": { - "version": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "is-generator-fn": { - "version": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "is-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-glob/download/is-glob-4.0.1.tgz", - "requires": { - "is-extglob": "^2.1.1" - }, - "dependencies": { - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extglob/download/is-extglob-2.1.1.tgz" - } - } - }, - "is-hexadecimal": { - "version": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - }, - "is-installed-globally": { - "version": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.3.2.tgz", - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - }, - "dependencies": { - "global-dirs": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-dirs/download/global-dirs-2.1.0.tgz", - "requires": { - "ini": "1.3.7" - }, - "dependencies": {} - }, - "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-3.0.2.tgz" - } - } - }, - "is-map": { - "version": "https://registry.npm.alibaba-inc.com/is-map/download/is-map-2.0.2.tgz" - }, - "is-module": { - "version": "https://registry.npm.alibaba-inc.com/is-module/download/is-module-1.0.0.tgz" - }, - "is-negated-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - }, - "is-negative-zero": { - "version": "https://registry.npm.alibaba-inc.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz" - }, - "is-npm": { - "version": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "is-number": { - "version": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-7.0.0.tgz" - }, - "is-obj": { - "version": "https://registry.npm.alibaba-inc.com/is-obj/download/is-obj-2.0.0.tgz" - }, - "is-object": { - "version": "https://registry.npm.alibaba-inc.com/is-object/download/is-object-1.0.2.tgz" - }, - "is-observable": { - "version": "https://registry.npm.alibaba-inc.com/is-observable/download/is-observable-1.1.0.tgz", - "requires": { - "symbol-observable": "^1.1.0" - }, - "dependencies": { - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - } - } - }, - "is-path-cwd": { - "version": "https://registry.npm.alibaba-inc.com/is-path-cwd/download/is-path-cwd-2.2.0.tgz" - }, - "is-path-in-cwd": { - "version": "https://registry.npm.alibaba-inc.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz", - "requires": { - "is-path-inside": "^2.1.0" - }, - "dependencies": { - "is-path-inside": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-2.1.0.tgz", - "requires": { - "path-is-inside": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "is-path-inside": { - "version": "https://registry.npm.alibaba-inc.com/is-path-inside/download/is-path-inside-3.0.2.tgz" - }, - "is-plain-obj": { - "version": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "is-plain-object": { - "version": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - }, - "is-potential-custom-element-name": { - "version": "https://registry.npm.alibaba-inc.com/is-potential-custom-element-name/download/is-potential-custom-element-name-1.0.0.tgz" - }, - "is-promise": { - "version": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "is-reference": { - "version": "https://registry.npm.alibaba-inc.com/is-reference/download/is-reference-1.2.1.tgz", - "requires": { - "@types/estree": "*" - }, - "dependencies": { - "@types/estree": { - "version": "0.0.46", - "resolved": "https://registry.npm.alibaba-inc.com/@types/estree/download/@types/estree-0.0.46.tgz" - } - } - }, - "is-regex": { - "version": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "is-regexp": { - "version": "https://registry.npm.alibaba-inc.com/is-regexp/download/is-regexp-2.1.0.tgz" - }, - "is-relative": { - "version": "https://registry.npm.alibaba-inc.com/is-relative/download/is-relative-1.0.0.tgz", - "requires": { - "is-unc-path": "^1.0.0" - }, - "dependencies": { - "is-unc-path": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-unc-path/download/is-unc-path-1.0.0.tgz", - "requires": { - "unc-path-regex": "^0.1.2" - }, - "dependencies": {} - } - } - }, - "is-resolvable": { - "version": "https://registry.npm.alibaba-inc.com/is-resolvable/download/is-resolvable-1.1.0.tgz" - }, - "is-root": { - "version": "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz" - }, - "is-scoped": { - "version": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": { - "scoped-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/scoped-regex/download/scoped-regex-2.1.0.tgz" - } - } - }, - "is-set": { - "version": "https://registry.npm.alibaba-inc.com/is-set/download/is-set-2.0.2.tgz" - }, - "is-stream": { - "version": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-2.0.0.tgz" - }, - "is-string": { - "version": "https://registry.npm.alibaba-inc.com/is-string/download/is-string-1.0.5.tgz" - }, - "is-supported-regexp-flag": { - "version": "https://registry.npm.alibaba-inc.com/is-supported-regexp-flag/download/is-supported-regexp-flag-1.0.1.tgz" - }, - "is-svg": { - "version": "https://registry.npm.alibaba-inc.com/is-svg/download/is-svg-3.0.0.tgz", - "requires": { - "html-comment-regex": "^1.1.0" - }, - "dependencies": { - "html-comment-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-comment-regex/download/html-comment-regex-1.1.2.tgz" - } - } - }, - "is-symbol": { - "version": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": { - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - } - } - }, - "is-typedarray": { - "version": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "is-unc-path": { - "version": "https://registry.npm.alibaba-inc.com/is-unc-path/download/is-unc-path-1.0.0.tgz", - "requires": { - "unc-path-regex": "^0.1.2" - }, - "dependencies": { - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/unc-path-regex/download/unc-path-regex-0.1.2.tgz" - } - } - }, - "is-url-superb": { - "version": "https://registry.npm.alibaba-inc.com/is-url-superb/download/is-url-superb-3.0.0.tgz", - "requires": { - "url-regex": "^5.0.0" - }, - "dependencies": { - "url-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/url-regex/download/url-regex-5.0.0.tgz", - "requires": { - "ip-regex": "^4.1.0", - "tlds": "^1.203.0" - }, - "dependencies": {} - } - } - }, - "is-utf8": { - "version": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - }, - "is-valid-glob": { - "version": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "is-what": { - "version": "https://registry.npm.alibaba-inc.com/is-what/download/is-what-3.14.1.tgz" - }, - "is-whitespace-character": { - "version": "https://registry.npm.alibaba-inc.com/is-whitespace-character/download/is-whitespace-character-1.0.4.tgz" - }, - "is-window": { - "version": "https://registry.npm.alibaba-inc.com/is-window/download/is-window-1.0.2.tgz" - }, - "is-windows": { - "version": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "is-word-character": { - "version": "https://registry.npm.alibaba-inc.com/is-word-character/download/is-word-character-1.0.4.tgz" - }, - "is-wsl": { - "version": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - } - } - }, - "is-yarn-global": { - "version": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "isarray": { - "version": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-2.0.5.tgz" - }, - "isexe": { - "version": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - }, - "isobject": { - "version": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "isomorphic-fetch": { - "version": "https://registry.npm.alibaba-inc.com/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz", - "requires": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - }, - "dependencies": { - "node-fetch": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-1.7.3.tgz", - "requires": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - }, - "dependencies": {} - }, - "whatwg-fetch": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-3.6.1.tgz" - } - } - }, - "isstream": { - "version": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "issue-regex": { - "version": "https://registry.npm.alibaba-inc.com/issue-regex/download/issue-regex-2.0.0.tgz" - }, - "istanbul-lib-coverage": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "istanbul-lib-hook": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-hook/download/istanbul-lib-hook-2.0.7.tgz", - "requires": { - "append-transform": "^1.0.0" - }, - "dependencies": { - "append-transform": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/append-transform/download/append-transform-1.0.0.tgz", - "requires": { - "default-require-extensions": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "istanbul-lib-instrument": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "istanbul-lib-report": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "istanbul-lib-source-maps": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-4.0.0.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-3.0.0.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "istanbul-reports": { - "version": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-3.0.2.tgz", - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "dependencies": { - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/html-escaper/download/html-escaper-2.0.2.tgz" - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-3.0.0.tgz", - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "iterate-iterator": { - "version": "https://registry.npm.alibaba-inc.com/iterate-iterator/download/iterate-iterator-1.0.1.tgz" - }, - "iterate-value": { - "version": "https://registry.npm.alibaba-inc.com/iterate-value/download/iterate-value-1.0.2.tgz", - "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "dependencies": { - "es-get-iterator": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-get-iterator/download/es-get-iterator-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" - }, - "dependencies": {} - }, - "iterate-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/iterate-iterator/download/iterate-iterator-1.0.1.tgz" - } - } - }, - "jalaali-js": { - "version": "https://registry.npm.alibaba-inc.com/jalaali-js/download/jalaali-js-1.1.5.tgz" - }, - "jest": { - "version": "26.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/jest/download/jest-26.0.1.tgz", - "dev": true, - "requires": { - "@jest/core": "^26.0.1", - "import-local": "^3.0.2", - "jest-cli": "^26.0.1" - }, - "dependencies": { - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "import-local": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": {} - }, - "jest-cli": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-cli/download/jest-cli-26.6.3.tgz", - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "dependencies": {} - } - } - }, - "jest-changed-files": { - "version": "https://registry.npm.alibaba-inc.com/jest-changed-files/download/jest-changed-files-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-4.1.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-cli": { - "version": "https://registry.npm.alibaba-inc.com/jest-cli/download/jest-cli-26.6.3.tgz", - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/core/download/@jest/core-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "import-local": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-3.0.2.tgz", - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "dependencies": {} - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "prompts": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/prompts/download/prompts-2.4.0.tgz", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "dependencies": {} - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - }, - "jest-config": { - "version": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-sequencer/download/@jest/test-sequencer-26.6.3.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/babel-jest/download/babel-jest-26.6.3.tgz", - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/deepmerge/download/deepmerge-4.2.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": {} - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-diff": { - "version": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/diff-sequences/download/diff-sequences-26.6.2.tgz" - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-docblock": { - "version": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-26.0.0.tgz", - "requires": { - "detect-newline": "^3.0.0" - }, - "dependencies": { - "detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-newline/download/detect-newline-3.1.0.tgz" - } - } - }, - "jest-each": { - "version": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-electron": { - "version": "0.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/jest-electron/download/jest-electron-0.1.11.tgz", - "dev": true, - "requires": { - "electron": "^6.0.7", - "jest-haste-map": "~24.9.0", - "jest-message-util": "~24.9.0", - "jest-mock": "~24.9.0", - "jest-resolve": "~24.9.0", - "jest-runner": "~24.9.0", - "jest-runtime": "~24.9.0", - "jest-util": "~24.9.0", - "throat": "^5.0.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "electron": { - "version": "6.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/electron/download/electron-6.1.12.tgz", - "requires": { - "@types/node": "^10.12.18", - "electron-download": "^4.1.0", - "extract-zip": "^1.0.3" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "anymatch": "^2.0.0", - "fb-watchman": "^2.0.0", - "fsevents": "^1.2.7", - "graceful-fs": "^4.1.15", - "invariant": "^2.2.4", - "jest-serializer": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.9.0", - "micromatch": "^3.1.10", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-24.9.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/stack-utils": "^1.0.1", - "chalk": "^2.0.1", - "micromatch": "^3.1.10", - "slash": "^2.0.0", - "stack-utils": "^1.0.1" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - }, - "jest-runner": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "chalk": "^2.4.2", - "exit": "^0.1.2", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-docblock": "^24.3.0", - "jest-haste-map": "^24.9.0", - "jest-jasmine2": "^24.9.0", - "jest-leak-detector": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-resolve": "^24.9.0", - "jest-runtime": "^24.9.0", - "jest-util": "^24.9.0", - "jest-worker": "^24.6.0", - "source-map-support": "^0.5.6", - "throat": "^4.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-24.9.0.tgz", - "requires": { - "@jest/console": "^24.7.1", - "@jest/environment": "^24.9.0", - "@jest/source-map": "^24.3.0", - "@jest/transform": "^24.9.0", - "@jest/types": "^24.9.0", - "@types/yargs": "^13.0.0", - "chalk": "^2.0.1", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.1.15", - "jest-config": "^24.9.0", - "jest-haste-map": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-mock": "^24.9.0", - "jest-regex-util": "^24.3.0", - "jest-resolve": "^24.9.0", - "jest-snapshot": "^24.9.0", - "jest-util": "^24.9.0", - "jest-validate": "^24.9.0", - "realpath-native": "^1.1.0", - "slash": "^2.0.0", - "strip-bom": "^3.0.0", - "yargs": "^13.3.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-24.9.0.tgz", - "requires": { - "@jest/console": "^24.9.0", - "@jest/fake-timers": "^24.9.0", - "@jest/source-map": "^24.9.0", - "@jest/test-result": "^24.9.0", - "@jest/types": "^24.9.0", - "callsites": "^3.0.0", - "chalk": "^2.0.1", - "graceful-fs": "^4.1.15", - "is-ci": "^2.0.0", - "mkdirp": "^0.5.1", - "slash": "^2.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "jest-environment-jsdom": { - "version": "https://registry.npm.alibaba-inc.com/jest-environment-jsdom/download/jest-environment-jsdom-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jsdom": { - "version": "16.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-16.4.0.tgz", - "requires": { - "abab": "^2.0.3", - "acorn": "^7.1.1", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.2.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", - "domexception": "^2.0.1", - "escodegen": "^1.14.1", - "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", - "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", - "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", - "xml-name-validator": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "jest-environment-node": { - "version": "https://registry.npm.alibaba-inc.com/jest-environment-node/download/jest-environment-node-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": { - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "jest-extended": { - "version": "0.11.5", - "resolved": "https://registry.npm.alibaba-inc.com/jest-extended/download/jest-extended-0.11.5.tgz", - "dev": true, - "requires": { - "expect": "^24.1.0", - "jest-get-type": "^22.4.3", - "jest-matcher-utils": "^22.0.0" - }, - "dependencies": { - "expect": { - "version": "24.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "ansi-styles": "^3.2.0", - "jest-get-type": "^24.9.0", - "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", - "jest-regex-util": "^24.9.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-22.4.3.tgz" - }, - "jest-matcher-utils": { - "version": "22.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-22.4.3.tgz", - "requires": { - "chalk": "^2.0.1", - "jest-get-type": "^22.4.3", - "pretty-format": "^22.4.3" - }, - "dependencies": {} - } - } - }, - "jest-get-type": { - "version": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/@types/graceful-fs/download/@types/graceful-fs-4.1.5.tgz", - "requires": { - "@types/node": "*" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-3.1.1.tgz", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.3.2.tgz", - "optional": true - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": {} - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "jest-jasmine2": { - "version": "https://registry.npm.alibaba-inc.com/jest-jasmine2/download/jest-jasmine2-26.6.3.tgz", - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "dependencies": { - "@babel/traverse": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/traverse/download/@babel/traverse-7.13.0.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-function-name": "^7.12.13", - "@babel/helper-split-export-declaration": "^7.12.13", - "@babel/parser": "^7.13.0", - "@babel/types": "^7.13.0", - "debug": "^4.1.0", - "globals": "^11.1.0", - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/co/download/co-4.6.0.tgz" - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-generator-fn/download/is-generator-fn-2.1.0.tgz" - }, - "jest-each": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-each/download/jest-each-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-leak-detector": { - "version": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-26.6.2.tgz", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-matcher-utils": { - "version": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-message-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/stack-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/stack-utils/download/@types/stack-utils-2.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "jest-mock": { - "version": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - } - } - }, - "jest-pnp-resolver": { - "version": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": { - "jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-24.9.0.tgz", - "requires": { - "@jest/types": "^24.9.0", - "browser-resolve": "^1.11.3", - "chalk": "^2.0.1", - "jest-pnp-resolver": "^1.2.1", - "realpath-native": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "jest-regex-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-pnp-resolver/download/jest-pnp-resolver-1.2.2.tgz", - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - } - } - }, - "jest-resolve-dependencies": { - "version": "https://registry.npm.alibaba-inc.com/jest-resolve-dependencies/download/jest-resolve-dependencies-26.6.3.tgz", - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - } - } - }, - "jest-runner": { - "version": "https://registry.npm.alibaba-inc.com/jest-runner/download/jest-runner-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "emittery": { - "version": "0.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/emittery/download/emittery-0.7.2.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-docblock/download/jest-docblock-26.0.0.tgz", - "requires": { - "detect-newline": "^3.0.0" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-leak-detector/download/jest-leak-detector-26.6.2.tgz", - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - } - } - }, - "jest-runtime": { - "version": "https://registry.npm.alibaba-inc.com/jest-runtime/download/jest-runtime-26.6.3.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "dependencies": { - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/console/download/@jest/console-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/environment/download/@jest/environment-26.6.2.tgz", - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/fake-timers/download/@jest/fake-timers-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/globals/download/@jest/globals-26.6.2.tgz", - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "dependencies": {} - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/source-map/download/@jest/source-map-26.6.2.tgz", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "dependencies": {} - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/transform/download/@jest/transform-26.6.2.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npm.alibaba-inc.com/@types/yargs/download/@types/yargs-15.0.13.tgz", - "requires": { - "@types/yargs-parser": "*" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/cjs-module-lexer/download/cjs-module-lexer-0.6.0.tgz" - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/collect-v8-coverage/download/collect-v8-coverage-1.0.1.tgz" - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/exit/download/exit-0.1.2.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/jest-config/download/jest-config-26.6.3.tgz", - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-mock/download/jest-mock-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "dependencies": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-regex-util/download/jest-regex-util-26.0.0.tgz" - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-15.4.1.tgz", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "dependencies": {} - } - } - }, - "jest-serializer": { - "version": "https://registry.npm.alibaba-inc.com/jest-serializer/download/jest-serializer-26.6.2.tgz", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - } - } - }, - "jest-snapshot": { - "version": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/babel__traverse": { - "version": "7.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/babel__traverse/download/@types/babel__traverse-7.11.0.tgz", - "requires": { - "@babel/types": "^7.3.0" - }, - "dependencies": {} - }, - "@types/prettier": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/prettier/download/@types/prettier-2.2.1.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/expect/download/expect-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-haste-map/download/jest-haste-map-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "dependencies": {} - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-matcher-utils/download/jest-matcher-utils-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-message-util/download/jest-message-util-26.6.2.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "dependencies": {} - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-resolve/download/jest-resolve-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "jest-util": { - "version": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - } - } - }, - "jest-validate": { - "version": "https://registry.npm.alibaba-inc.com/jest-validate/download/jest-validate-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-6.2.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-get-type/download/jest-get-type-26.3.0.tgz" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "jest-watcher": { - "version": "https://registry.npm.alibaba-inc.com/jest-watcher/download/jest-watcher-26.6.2.tgz", - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "dependencies": { - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/test-result/download/@jest/test-result-26.6.2.tgz", - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "dependencies": {} - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "string-length": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "jest-worker": { - "version": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "@types/node": { - "version": "14.14.31", - "resolved": "https://registry.npm.alibaba-inc.com/@types/node/download/@types/node-14.14.31.tgz" - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "js-base64": { - "version": "https://registry.npm.alibaba-inc.com/js-base64/download/js-base64-2.6.4.tgz" - }, - "js-beautify": { - "version": "1.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/js-beautify/download/js-beautify-1.13.5.tgz", - "dev": true, - "requires": { - "config-chain": "^1.1.12", - "editorconfig": "^0.15.3", - "glob": "^7.1.3", - "mkdirp": "^1.0.4", - "nopt": "^5.0.0" - }, - "dependencies": { - "config-chain": { - "version": "1.1.12", - "resolved": "https://registry.npm.alibaba-inc.com/config-chain/download/config-chain-1.1.12.tgz", - "requires": { - "ini": "^1.3.4", - "proto-list": "~1.2.1" - }, - "dependencies": {} - }, - "editorconfig": { - "version": "0.15.3", - "resolved": "https://registry.npm.alibaba-inc.com/editorconfig/download/editorconfig-0.15.3.tgz", - "requires": { - "commander": "^2.19.0", - "lru-cache": "^4.1.5", - "semver": "^5.6.0", - "sigmund": "^1.0.1" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-1.0.4.tgz" - }, - "nopt": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-5.0.0.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": {} - } - } - }, - "js-levenshtein": { - "version": "https://registry.npm.alibaba-inc.com/js-levenshtein/download/js-levenshtein-1.1.6.tgz" - }, - "js-string-escape": { - "version": "https://registry.npm.alibaba-inc.com/js-string-escape/download/js-string-escape-1.0.1.tgz" - }, - "js-stringify": { - "version": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "js-tokens": { - "version": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - }, - "js-yaml": { - "version": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/argparse/download/argparse-1.0.10.tgz", - "requires": { - "sprintf-js": "~1.0.2" - }, - "dependencies": {} - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - } - } - }, - "jsbn": { - "version": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "jscodeshift": { - "version": "https://registry.npm.alibaba-inc.com/jscodeshift/download/jscodeshift-0.7.1.tgz", - "requires": { - "@babel/core": "^7.1.6", - "@babel/parser": "^7.1.6", - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/preset-env": "^7.1.6", - "@babel/preset-flow": "^7.0.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/register": "^7.0.0", - "babel-core": "^7.0.0-bridge.0", - "colors": "^1.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.18.1", - "temp": "^0.8.1", - "write-file-atomic": "^2.3.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.13.0.tgz", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/preset-env": { - "version": "7.13.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-env/download/@babel/preset-env-7.13.5.tgz", - "requires": { - "@babel/compat-data": "^7.13.5", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-proposal-async-generator-functions": "^7.13.5", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-dynamic-import": "^7.12.17", - "@babel/plugin-proposal-export-namespace-from": "^7.12.13", - "@babel/plugin-proposal-json-strings": "^7.12.13", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", - "@babel/plugin-proposal-numeric-separator": "^7.12.13", - "@babel/plugin-proposal-object-rest-spread": "^7.13.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", - "@babel/plugin-proposal-optional-chaining": "^7.13.0", - "@babel/plugin-proposal-private-methods": "^7.13.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", - "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.0", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.13", - "@babel/plugin-transform-arrow-functions": "^7.13.0", - "@babel/plugin-transform-async-to-generator": "^7.13.0", - "@babel/plugin-transform-block-scoped-functions": "^7.12.13", - "@babel/plugin-transform-block-scoping": "^7.12.13", - "@babel/plugin-transform-classes": "^7.13.0", - "@babel/plugin-transform-computed-properties": "^7.13.0", - "@babel/plugin-transform-destructuring": "^7.13.0", - "@babel/plugin-transform-dotall-regex": "^7.12.13", - "@babel/plugin-transform-duplicate-keys": "^7.12.13", - "@babel/plugin-transform-exponentiation-operator": "^7.12.13", - "@babel/plugin-transform-for-of": "^7.13.0", - "@babel/plugin-transform-function-name": "^7.12.13", - "@babel/plugin-transform-literals": "^7.12.13", - "@babel/plugin-transform-member-expression-literals": "^7.12.13", - "@babel/plugin-transform-modules-amd": "^7.13.0", - "@babel/plugin-transform-modules-commonjs": "^7.13.0", - "@babel/plugin-transform-modules-systemjs": "^7.12.13", - "@babel/plugin-transform-modules-umd": "^7.13.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", - "@babel/plugin-transform-new-target": "^7.12.13", - "@babel/plugin-transform-object-super": "^7.12.13", - "@babel/plugin-transform-parameters": "^7.13.0", - "@babel/plugin-transform-property-literals": "^7.12.13", - "@babel/plugin-transform-regenerator": "^7.12.13", - "@babel/plugin-transform-reserved-words": "^7.12.13", - "@babel/plugin-transform-shorthand-properties": "^7.12.13", - "@babel/plugin-transform-spread": "^7.13.0", - "@babel/plugin-transform-sticky-regex": "^7.12.13", - "@babel/plugin-transform-template-literals": "^7.13.0", - "@babel/plugin-transform-typeof-symbol": "^7.12.13", - "@babel/plugin-transform-unicode-escapes": "^7.12.13", - "@babel/plugin-transform-unicode-regex": "^7.12.13", - "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.13.0", - "babel-plugin-polyfill-corejs2": "^0.1.4", - "babel-plugin-polyfill-corejs3": "^0.1.3", - "babel-plugin-polyfill-regenerator": "^0.1.2", - "core-js-compat": "^3.9.0", - "semver": "7.0.0" - }, - "dependencies": {} - }, - "@babel/preset-flow": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-flow/download/@babel/preset-flow-7.12.13.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13", - "@babel/plugin-transform-flow-strip-types": "^7.12.13" - }, - "dependencies": {} - }, - "@babel/preset-typescript": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/preset-typescript/download/@babel/preset-typescript-7.13.0.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/helper-validator-option": "^7.12.17", - "@babel/plugin-transform-typescript": "^7.13.0" - }, - "dependencies": {} - }, - "@babel/register": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.13.0.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": {} - }, - "babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npm.alibaba-inc.com/babel-core/download/babel-core-7.0.0-bridge.0.tgz" - }, - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/colors/download/colors-1.4.0.tgz" - }, - "flow-parser": { - "version": "0.145.0", - "resolved": "https://registry.npm.alibaba-inc.com/flow-parser/download/flow-parser-0.145.0.tgz" - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": {} - }, - "recast": { - "version": "0.18.10", - "resolved": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.18.10.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "temp": { - "version": "0.8.4", - "resolved": "https://registry.npm.alibaba-inc.com/temp/download/temp-0.8.4.tgz", - "requires": { - "rimraf": "~2.6.2" - }, - "dependencies": {} - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-2.4.3.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - }, - "dependencies": {} - } - } - }, - "jsdom": { - "version": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-16.4.0.tgz", - "requires": { - "abab": "^2.0.3", - "acorn": "^7.1.1", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.2.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.0", - "domexception": "^2.0.1", - "escodegen": "^1.14.1", - "html-encoding-sniffer": "^2.0.1", - "is-potential-custom-element-name": "^1.0.0", - "nwsapi": "^2.2.0", - "parse5": "5.1.1", - "request": "^2.88.2", - "request-promise-native": "^1.0.8", - "saxes": "^5.0.0", - "symbol-tree": "^3.2.4", - "tough-cookie": "^3.0.1", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0", - "ws": "^7.2.3", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/abab/download/abab-2.0.5.tgz" - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-globals/download/acorn-globals-6.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - }, - "dependencies": {} - }, - "cssom": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/cssom/download/cssom-0.4.4.tgz" - }, - "cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssstyle/download/cssstyle-2.3.0.tgz", - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": {} - }, - "data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/data-urls/download/data-urls-2.0.0.tgz", - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "dependencies": {} - }, - "decimal.js": { - "version": "10.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/decimal.js/download/decimal.js-10.2.1.tgz" - }, - "domexception": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/domexception/download/domexception-2.0.1.tgz", - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": {} - }, - "escodegen": { - "version": "1.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/escodegen/download/escodegen-1.14.3.tgz", - "requires": { - "esprima": "^4.0.1", - "estraverse": "^4.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/html-encoding-sniffer/download/html-encoding-sniffer-2.0.1.tgz", - "requires": { - "whatwg-encoding": "^1.0.5" - }, - "dependencies": {} - }, - "is-potential-custom-element-name": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-potential-custom-element-name/download/is-potential-custom-element-name-1.0.0.tgz" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "parse5": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-5.1.1.tgz" - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "request-promise-native": { - "version": "1.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": {} - }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/saxes/download/saxes-5.0.1.tgz", - "requires": { - "xmlchars": "^2.2.0" - }, - "dependencies": {} - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "tough-cookie": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-3.0.1.tgz", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": {} - }, - "w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/w3c-xmlserializer/download/w3c-xmlserializer-2.0.0.tgz", - "requires": { - "xml-name-validator": "^3.0.0" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": {} - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "8.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": {} - }, - "ws": { - "version": "7.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-7.4.3.tgz" - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "jsesc": { - "version": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-2.5.2.tgz" - }, - "json-buffer": { - "version": "https://registry.npm.alibaba-inc.com/json-buffer/download/json-buffer-3.0.0.tgz" - }, - "json-parse-better-errors": { - "version": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "json-parse-even-better-errors": { - "version": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "json-schema": { - "version": "https://registry.npm.alibaba-inc.com/json-schema/download/json-schema-0.2.3.tgz" - }, - "json-schema-traverse": { - "version": "https://registry.npm.alibaba-inc.com/json-schema-traverse/download/json-schema-traverse-1.0.0.tgz" - }, - "json-stable-stringify-without-jsonify": { - "version": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "json-stringify-safe": { - "version": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "json3": { - "version": "https://registry.npm.alibaba-inc.com/json3/download/json3-3.3.3.tgz" - }, - "json5": { - "version": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - } - } - }, - "jsonfile": { - "version": "https://registry.npm.alibaba-inc.com/jsonfile/download/jsonfile-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.6" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "jsprim": { - "version": "https://registry.npm.alibaba-inc.com/jsprim/download/jsprim-1.4.1.tgz", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.3.0.tgz" - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/json-schema/download/json-schema-0.2.3.tgz" - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/verror/download/verror-1.10.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "jstransformer": { - "version": "https://registry.npm.alibaba-inc.com/jstransformer/download/jstransformer-1.0.0.tgz", - "requires": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - }, - "dependencies": { - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - } - } - }, - "jsx-ast-utils": { - "version": "https://registry.npm.alibaba-inc.com/jsx-ast-utils/download/jsx-ast-utils-3.2.0.tgz", - "requires": { - "array-includes": "^3.1.2", - "object.assign": "^4.1.2" - }, - "dependencies": { - "array-includes": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/array-includes/download/array-includes-3.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "just-debounce": { - "version": "https://registry.npm.alibaba-inc.com/just-debounce/download/just-debounce-1.1.0.tgz" - }, - "keyv": { - "version": "https://registry.npm.alibaba-inc.com/keyv/download/keyv-3.1.0.tgz", - "requires": { - "json-buffer": "3.0.0" - }, - "dependencies": { - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/json-buffer/download/json-buffer-3.0.0.tgz" - } - } - }, - "kind-of": { - "version": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "klaw": { - "version": "https://registry.npm.alibaba-inc.com/klaw/download/klaw-1.3.1.tgz", - "requires": { - "graceful-fs": "^4.1.9" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - } - } - }, - "kleur": { - "version": "https://registry.npm.alibaba-inc.com/kleur/download/kleur-3.0.3.tgz" - }, - "known-css-properties": { - "version": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.21.0.tgz" - }, - "language-subtag-registry": { - "version": "https://registry.npm.alibaba-inc.com/language-subtag-registry/download/language-subtag-registry-0.3.21.tgz" - }, - "language-tags": { - "version": "https://registry.npm.alibaba-inc.com/language-tags/download/language-tags-1.0.5.tgz", - "requires": { - "language-subtag-registry": "~0.3.2" - }, - "dependencies": { - "language-subtag-registry": { - "version": "0.3.21", - "resolved": "https://registry.npm.alibaba-inc.com/language-subtag-registry/download/language-subtag-registry-0.3.21.tgz" - } - } - }, - "last-run": { - "version": "https://registry.npm.alibaba-inc.com/last-run/download/last-run-1.1.1.tgz", - "requires": { - "default-resolution": "^2.0.0", - "es6-weak-map": "^2.0.1" - }, - "dependencies": { - "default-resolution": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/default-resolution/download/default-resolution-2.0.0.tgz" - }, - "es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - } - } - }, - "latest-version": { - "version": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": { - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": {} - } - } - }, - "lazy-cache": { - "version": "https://registry.npm.alibaba-inc.com/lazy-cache/download/lazy-cache-1.0.4.tgz" - }, - "lazy-universal-dotenv": { - "version": "https://registry.npm.alibaba-inc.com/lazy-universal-dotenv/download/lazy-universal-dotenv-3.0.1.tgz", - "requires": { - "@babel/runtime": "^7.5.0", - "app-root-dir": "^1.0.2", - "core-js": "^3.0.4", - "dotenv": "^8.0.0", - "dotenv-expand": "^5.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "app-root-dir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/app-root-dir/download/app-root-dir-1.0.2.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "dotenv": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv/download/dotenv-8.2.0.tgz" - }, - "dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/dotenv-expand/download/dotenv-expand-5.1.0.tgz" - } - } - }, - "lazystream": { - "version": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "lcid": { - "version": "https://registry.npm.alibaba-inc.com/lcid/download/lcid-1.0.0.tgz", - "requires": { - "invert-kv": "^1.0.0" - }, - "dependencies": { - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/invert-kv/download/invert-kv-1.0.0.tgz" - } - } - }, - "lcov-parse": { - "version": "https://registry.npm.alibaba-inc.com/lcov-parse/download/lcov-parse-1.0.0.tgz" - }, - "ldjson-stream": { - "version": "https://registry.npm.alibaba-inc.com/ldjson-stream/download/ldjson-stream-1.2.1.tgz", - "requires": { - "split2": "^0.2.1", - "through2": "^0.6.1" - }, - "dependencies": { - "split2": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/split2/download/split2-0.2.1.tgz", - "requires": { - "through2": "~0.6.1" - }, - "dependencies": {} - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "lead": { - "version": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": { - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": {} - } - } - }, - "left-pad": { - "version": "https://registry.npm.alibaba-inc.com/left-pad/download/left-pad-1.3.0.tgz" - }, - "less": { - "version": "https://registry.npm.alibaba-inc.com/less/download/less-3.13.1.tgz", - "requires": { - "copy-anything": "^2.0.1", - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0", - "tslib": "^1.10.0" - }, - "dependencies": { - "copy-anything": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/copy-anything/download/copy-anything-2.0.3.tgz", - "requires": { - "is-what": "^3.12.0" - }, - "dependencies": {} - }, - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "optional": true, - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz", - "optional": true - }, - "image-size": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/image-size/download/image-size-0.5.5.tgz", - "optional": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "optional": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz", - "optional": true - }, - "native-request": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/native-request/download/native-request-1.0.8.tgz", - "optional": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz", - "optional": true - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "less-plugin-npm-import": { - "version": "https://registry.npm.alibaba-inc.com/less-plugin-npm-import/download/less-plugin-npm-import-2.1.0.tgz", - "requires": { - "promise": "~7.0.1", - "resolve": "~1.1.6" - }, - "dependencies": { - "promise": { - "version": "7.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.0.4.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.1.7.tgz" - } - } - }, - "leven": { - "version": "https://registry.npm.alibaba-inc.com/leven/download/leven-3.1.0.tgz" - }, - "levn": { - "version": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": {} - } - } - }, - "liftoff": { - "version": "https://registry.npm.alibaba-inc.com/liftoff/download/liftoff-3.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "findup-sync": "^3.0.0", - "fined": "^1.0.1", - "flagged-respawn": "^1.0.0", - "is-plain-object": "^2.0.4", - "object.map": "^1.0.0", - "rechoir": "^0.6.2", - "resolve": "^1.1.7" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "findup-sync": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": {} - }, - "fined": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/fined/download/fined-1.2.0.tgz", - "requires": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^2.0.3", - "object.defaults": "^1.1.0", - "object.pick": "^1.2.0", - "parse-filepath": "^1.0.1" - }, - "dependencies": {} - }, - "flagged-respawn": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/flagged-respawn/download/flagged-respawn-1.0.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "object.map": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object.map/download/object.map-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "lines-and-columns": { - "version": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - }, - "listr": { - "version": "https://registry.npm.alibaba-inc.com/listr/download/listr-0.14.3.tgz", - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "dependencies": { - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz", - "requires": { - "any-observable": "^0.3.0" - }, - "dependencies": {} - }, - "is-observable": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-observable/download/is-observable-1.1.0.tgz", - "requires": { - "symbol-observable": "^1.1.0" - }, - "dependencies": {} - }, - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-promise/download/is-promise-2.2.2.tgz" - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-stream/download/is-stream-1.1.0.tgz" - }, - "listr-silent-renderer": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/listr-silent-renderer/download/listr-silent-renderer-1.1.1.tgz" - }, - "listr-update-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/listr-update-renderer/download/listr-update-renderer-0.5.0.tgz", - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": {} - }, - "listr-verbose-renderer": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/listr-verbose-renderer/download/listr-verbose-renderer-0.5.0.tgz", - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": {} - }, - "p-map": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-2.1.0.tgz" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "listr-input": { - "version": "https://registry.npm.alibaba-inc.com/listr-input/download/listr-input-0.2.1.tgz", - "requires": { - "inquirer": "^7.0.0", - "inquirer-autosubmit-prompt": "^0.2.0", - "rxjs": "^6.5.3", - "through": "^2.3.8" - }, - "dependencies": { - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "inquirer-autosubmit-prompt": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer-autosubmit-prompt/download/inquirer-autosubmit-prompt-0.2.0.tgz", - "requires": { - "chalk": "^2.4.1", - "inquirer": "^6.2.1", - "rxjs": "^6.3.3" - }, - "dependencies": {} - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "listr-silent-renderer": { - "version": "https://registry.npm.alibaba-inc.com/listr-silent-renderer/download/listr-silent-renderer-1.1.1.tgz" - }, - "listr-update-renderer": { - "version": "https://registry.npm.alibaba-inc.com/listr-update-renderer/download/listr-update-renderer-0.5.0.tgz", - "requires": { - "chalk": "^1.1.3", - "cli-truncate": "^0.2.1", - "elegant-spinner": "^1.0.1", - "figures": "^1.7.0", - "indent-string": "^3.0.0", - "log-symbols": "^1.0.2", - "log-update": "^2.3.0", - "strip-ansi": "^3.0.1" - }, - "dependencies": { - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "cli-truncate": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cli-truncate/download/cli-truncate-0.2.1.tgz", - "requires": { - "slice-ansi": "0.0.4", - "string-width": "^1.0.1" - }, - "dependencies": {} - }, - "elegant-spinner": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/elegant-spinner/download/elegant-spinner-1.0.1.tgz" - }, - "figures": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-1.7.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - }, - "dependencies": {} - }, - "indent-string": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-3.2.0.tgz" - }, - "log-symbols": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-1.0.2.tgz", - "requires": { - "chalk": "^1.0.0" - }, - "dependencies": {} - }, - "log-update": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-update/download/log-update-2.3.0.tgz", - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "listr-verbose-renderer": { - "version": "https://registry.npm.alibaba-inc.com/listr-verbose-renderer/download/listr-verbose-renderer-0.5.0.tgz", - "requires": { - "chalk": "^2.4.1", - "cli-cursor": "^2.1.0", - "date-fns": "^1.27.2", - "figures": "^2.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": {} - }, - "date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npm.alibaba-inc.com/date-fns/download/date-fns-1.30.1.tgz" - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - } - } - }, - "load-json-file": { - "version": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-4.0.0.tgz", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "dependencies": {} - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-3.0.0.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "loader-runner": { - "version": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "loader-utils": { - "version": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": { - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/big.js/download/big.js-5.2.2.tgz" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emojis-list/download/emojis-list-3.0.0.tgz" - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - } - } - }, - "locate-path": { - "version": "https://registry.npm.alibaba-inc.com/locate-path/download/locate-path-5.0.0.tgz", - "requires": { - "p-locate": "^4.1.0" - }, - "dependencies": { - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-4.1.0.tgz", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": {} - } - } - }, - "lodash": { - "version": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "lodash-es": { - "version": "https://registry.npm.alibaba-inc.com/lodash-es/download/lodash-es-4.17.21.tgz" - }, - "lodash._basecopy": { - "version": "https://registry.npm.alibaba-inc.com/lodash._basecopy/download/lodash._basecopy-3.0.1.tgz" - }, - "lodash._basetostring": { - "version": "https://registry.npm.alibaba-inc.com/lodash._basetostring/download/lodash._basetostring-3.0.1.tgz" - }, - "lodash._basevalues": { - "version": "https://registry.npm.alibaba-inc.com/lodash._basevalues/download/lodash._basevalues-3.0.0.tgz" - }, - "lodash._getnative": { - "version": "https://registry.npm.alibaba-inc.com/lodash._getnative/download/lodash._getnative-3.9.1.tgz" - }, - "lodash._isiterateecall": { - "version": "https://registry.npm.alibaba-inc.com/lodash._isiterateecall/download/lodash._isiterateecall-3.0.9.tgz" - }, - "lodash._reescape": { - "version": "https://registry.npm.alibaba-inc.com/lodash._reescape/download/lodash._reescape-3.0.0.tgz" - }, - "lodash._reevaluate": { - "version": "https://registry.npm.alibaba-inc.com/lodash._reevaluate/download/lodash._reevaluate-3.0.0.tgz" - }, - "lodash._reinterpolate": { - "version": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash._root": { - "version": "https://registry.npm.alibaba-inc.com/lodash._root/download/lodash._root-3.0.1.tgz" - }, - "lodash.camelcase": { - "version": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "lodash.clone": { - "version": "https://registry.npm.alibaba-inc.com/lodash.clone/download/lodash.clone-4.5.0.tgz" - }, - "lodash.debounce": { - "version": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "lodash.defaults": { - "version": "https://registry.npm.alibaba-inc.com/lodash.defaults/download/lodash.defaults-4.2.0.tgz" - }, - "lodash.escape": { - "version": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": { - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._root/download/lodash._root-3.0.1.tgz" - } - } - }, - "lodash.flatten": { - "version": "https://registry.npm.alibaba-inc.com/lodash.flatten/download/lodash.flatten-4.4.0.tgz" - }, - "lodash.flattendeep": { - "version": "https://registry.npm.alibaba-inc.com/lodash.flattendeep/download/lodash.flattendeep-4.4.0.tgz" - }, - "lodash.get": { - "version": "https://registry.npm.alibaba-inc.com/lodash.get/download/lodash.get-4.4.2.tgz" - }, - "lodash.isarguments": { - "version": "https://registry.npm.alibaba-inc.com/lodash.isarguments/download/lodash.isarguments-3.1.0.tgz" - }, - "lodash.isarray": { - "version": "https://registry.npm.alibaba-inc.com/lodash.isarray/download/lodash.isarray-3.0.4.tgz" - }, - "lodash.isplainobject": { - "version": "https://registry.npm.alibaba-inc.com/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz" - }, - "lodash.keys": { - "version": "https://registry.npm.alibaba-inc.com/lodash.keys/download/lodash.keys-3.1.2.tgz", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - }, - "dependencies": { - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._getnative/download/lodash._getnative-3.9.1.tgz" - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isarguments/download/lodash.isarguments-3.1.0.tgz" - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.isarray/download/lodash.isarray-3.0.4.tgz" - } - } - }, - "lodash.memoize": { - "version": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.merge": { - "version": "https://registry.npm.alibaba-inc.com/lodash.merge/download/lodash.merge-4.6.2.tgz" - }, - "lodash.partialright": { - "version": "https://registry.npm.alibaba-inc.com/lodash.partialright/download/lodash.partialright-4.2.1.tgz" - }, - "lodash.pick": { - "version": "https://registry.npm.alibaba-inc.com/lodash.pick/download/lodash.pick-4.4.0.tgz" - }, - "lodash.restparam": { - "version": "https://registry.npm.alibaba-inc.com/lodash.restparam/download/lodash.restparam-3.6.1.tgz" - }, - "lodash.sortby": { - "version": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "lodash.template": { - "version": "https://registry.npm.alibaba-inc.com/lodash.template/download/lodash.template-3.6.2.tgz", - "requires": { - "lodash._basecopy": "^3.0.0", - "lodash._basetostring": "^3.0.0", - "lodash._basevalues": "^3.0.0", - "lodash._isiterateecall": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0", - "lodash.keys": "^3.0.0", - "lodash.restparam": "^3.0.0", - "lodash.templatesettings": "^3.0.0" - }, - "dependencies": { - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basecopy/download/lodash._basecopy-3.0.1.tgz" - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basetostring/download/lodash._basetostring-3.0.1.tgz" - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._basevalues/download/lodash._basevalues-3.0.0.tgz" - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._isiterateecall/download/lodash._isiterateecall-3.0.9.tgz" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": {} - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.keys/download/lodash.keys-3.1.2.tgz", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - }, - "dependencies": {} - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.restparam/download/lodash.restparam-3.6.1.tgz" - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.templatesettings/download/lodash.templatesettings-3.1.1.tgz", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "lodash.templatesettings": { - "version": "https://registry.npm.alibaba-inc.com/lodash.templatesettings/download/lodash.templatesettings-3.1.1.tgz", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0" - }, - "dependencies": { - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash._reinterpolate/download/lodash._reinterpolate-3.0.0.tgz" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.escape/download/lodash.escape-3.2.0.tgz", - "requires": { - "lodash._root": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "lodash.throttle": { - "version": "https://registry.npm.alibaba-inc.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz" - }, - "lodash.uniq": { - "version": "https://registry.npm.alibaba-inc.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz" - }, - "lodash.zip": { - "version": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - }, - "log-driver": { - "version": "https://registry.npm.alibaba-inc.com/log-driver/download/log-driver-1.2.7.tgz" - }, - "log-symbols": { - "version": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - } - } - }, - "log-update": { - "version": "https://registry.npm.alibaba-inc.com/log-update/download/log-update-2.3.0.tgz", - "requires": { - "ansi-escapes": "^3.0.0", - "cli-cursor": "^2.0.0", - "wrap-ansi": "^3.0.1" - }, - "dependencies": { - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-3.2.0.tgz" - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cli-cursor/download/cli-cursor-2.1.0.tgz", - "requires": { - "restore-cursor": "^2.0.0" - }, - "dependencies": {} - }, - "wrap-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-3.0.1.tgz", - "requires": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "longest": { - "version": "https://registry.npm.alibaba-inc.com/longest/download/longest-1.0.1.tgz" - }, - "longest-streak": { - "version": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "loose-envify": { - "version": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": { - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/js-tokens/download/js-tokens-4.0.0.tgz" - } - } - }, - "loud-rejection": { - "version": "https://registry.npm.alibaba-inc.com/loud-rejection/download/loud-rejection-1.6.0.tgz", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "dependencies": { - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/currently-unhandled/download/currently-unhandled-0.4.1.tgz", - "requires": { - "array-find-index": "^1.0.1" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "lower-case": { - "version": "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-2.0.2.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": { - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "lowercase-keys": { - "version": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-2.0.0.tgz" - }, - "lowlight": { - "version": "https://registry.npm.alibaba-inc.com/lowlight/download/lowlight-1.11.0.tgz", - "requires": { - "fault": "^1.0.2", - "highlight.js": "~9.13.0" - }, - "dependencies": { - "fault": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/fault/download/fault-1.0.4.tgz", - "requires": { - "format": "^0.2.0" - }, - "dependencies": {} - }, - "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - } - } - }, - "lru-cache": { - "version": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - }, - "lz-string": { - "version": "https://registry.npm.alibaba-inc.com/lz-string/download/lz-string-1.4.4.tgz" - }, - "magic-string": { - "version": "https://registry.npm.alibaba-inc.com/magic-string/download/magic-string-0.25.7.tgz", - "requires": { - "sourcemap-codec": "^1.4.4" - }, - "dependencies": { - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - } - } - }, - "make-dir": { - "version": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-3.1.0.tgz", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "make-error": { - "version": "https://registry.npm.alibaba-inc.com/make-error/download/make-error-1.3.6.tgz" - }, - "make-iterator": { - "version": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "makeerror": { - "version": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": { - "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/tmpl/download/tmpl-1.0.4.tgz" - } - } - }, - "map-age-cleaner": { - "version": "https://registry.npm.alibaba-inc.com/map-age-cleaner/download/map-age-cleaner-0.1.3.tgz", - "requires": { - "p-defer": "^1.0.0" - }, - "dependencies": { - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-1.0.0.tgz" - } - } - }, - "map-cache": { - "version": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "map-obj": { - "version": "https://registry.npm.alibaba-inc.com/map-obj/download/map-obj-4.1.0.tgz" - }, - "map-or-similar": { - "version": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - }, - "map-visit": { - "version": "https://registry.npm.alibaba-inc.com/map-visit/download/map-visit-1.0.0.tgz", - "requires": { - "object-visit": "^1.0.0" - }, - "dependencies": { - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "markdown-escapes": { - "version": "https://registry.npm.alibaba-inc.com/markdown-escapes/download/markdown-escapes-1.0.4.tgz" - }, - "markdown-table": { - "version": "https://registry.npm.alibaba-inc.com/markdown-table/download/markdown-table-1.1.3.tgz" - }, - "markdown-to-jsx": { - "version": "https://registry.npm.alibaba-inc.com/markdown-to-jsx/download/markdown-to-jsx-6.11.4.tgz", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - } - } - }, - "marked": { - "version": "https://registry.npm.alibaba-inc.com/marked/download/marked-0.3.19.tgz" - }, - "marksy": { - "version": "https://registry.npm.alibaba-inc.com/marksy/download/marksy-8.0.0.tgz", - "requires": { - "@babel/standalone": "^7.4.5", - "he": "^1.2.0", - "marked": "^0.3.12" - }, - "dependencies": { - "@babel/standalone": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/standalone/download/@babel/standalone-7.13.6.tgz" - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/he/download/he-1.2.0.tgz" - }, - "marked": { - "version": "0.3.19", - "resolved": "https://registry.npm.alibaba-inc.com/marked/download/marked-0.3.19.tgz" - } - } - }, - "matchdep": { - "version": "https://registry.npm.alibaba-inc.com/matchdep/download/matchdep-2.0.0.tgz", - "requires": { - "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", - "resolve": "^1.4.0", - "stack-trace": "0.0.10" - }, - "dependencies": { - "findup-sync": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-2.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^3.1.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/stack-trace/download/stack-trace-0.0.10.tgz" - } - } - }, - "material-colors": { - "version": "https://registry.npm.alibaba-inc.com/material-colors/download/material-colors-1.2.6.tgz" - }, - "mathml-tag-names": { - "version": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "md5.js": { - "version": "https://registry.npm.alibaba-inc.com/md5.js/download/md5.js-1.3.5.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "mdast-squeeze-paragraphs": { - "version": "https://registry.npm.alibaba-inc.com/mdast-squeeze-paragraphs/download/mdast-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "unist-util-remove": "^2.0.0" - }, - "dependencies": { - "unist-util-remove": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-remove/download/unist-util-remove-2.0.1.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "mdast-util-compact": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-compact/download/mdast-util-compact-1.0.4.tgz", - "requires": { - "unist-util-visit": "^1.1.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "mdast-util-definitions": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-4.0.0.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "mdast-util-from-markdown": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-from-markdown/download/mdast-util-from-markdown-0.8.5.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/mdast": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "micromark": { - "version": "2.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/micromark/download/micromark-2.11.3.tgz", - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - } - } - }, - "mdast-util-to-hast": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-hast/download/mdast-util-to-hast-10.0.1.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "@types/mdast": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/mdast/download/@types/mdast-3.0.3.tgz", - "requires": { - "@types/unist": "*" - }, - "dependencies": {} - }, - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-4.0.0.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": {} - }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/mdurl/download/mdurl-1.0.1.tgz" - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-generated/download/unist-util-generated-1.1.6.tgz" - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "mdast-util-to-markdown": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-markdown/download/mdast-util-to-markdown-0.6.5.tgz", - "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "longest-streak": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/longest-streak/download/longest-streak-2.0.4.tgz" - }, - "mdast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } - }, - "mdast-util-to-string": { - "version": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-2.0.0.tgz" - }, - "mdn-data": { - "version": "https://registry.npm.alibaba-inc.com/mdn-data/download/mdn-data-2.0.14.tgz" - }, - "mdurl": { - "version": "https://registry.npm.alibaba-inc.com/mdurl/download/mdurl-1.0.1.tgz" - }, - "media-typer": { - "version": "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz" - }, - "mem": { - "version": "https://registry.npm.alibaba-inc.com/mem/download/mem-4.3.0.tgz", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "dependencies": { - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/map-age-cleaner/download/map-age-cleaner-0.1.3.tgz", - "requires": { - "p-defer": "^1.0.0" - }, - "dependencies": {} - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-2.1.0.tgz" - } - } - }, - "memoize-one": { - "version": "https://registry.npm.alibaba-inc.com/memoize-one/download/memoize-one-5.1.1.tgz" - }, - "memoizerific": { - "version": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": { - "map-or-similar": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/map-or-similar/download/map-or-similar-1.5.0.tgz" - } - } - }, - "memory-fs": { - "version": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.5.0.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "memorystream": { - "version": "https://registry.npm.alibaba-inc.com/memorystream/download/memorystream-0.3.1.tgz" - }, - "meow": { - "version": "https://registry.npm.alibaba-inc.com/meow/download/meow-9.0.0.tgz", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": { - "@types/minimist": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimist/download/@types/minimist-1.2.1.tgz" - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase-keys/download/camelcase-keys-6.2.2.tgz", - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "dependencies": {} - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize/download/decamelize-1.2.0.tgz" - }, - "decamelize-keys": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/decamelize-keys/download/decamelize-keys-1.1.0.tgz", - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": {} - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hard-rejection/download/hard-rejection-2.1.0.tgz" - }, - "minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-4.1.0.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "dependencies": {} - }, - "normalize-package-data": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-3.0.0.tgz", - "requires": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "redent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/redent/download/redent-3.0.0.tgz", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "dependencies": {} - }, - "trim-newlines": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-3.0.0.tgz" - }, - "type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.18.1.tgz" - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "merge-deep": { - "version": "https://registry.npm.alibaba-inc.com/merge-deep/download/merge-deep-3.0.3.tgz", - "requires": { - "arr-union": "^3.1.0", - "clone-deep": "^0.2.4", - "kind-of": "^3.0.2" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "clone-deep": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-0.2.4.tgz", - "requires": { - "for-own": "^0.1.3", - "is-plain-object": "^2.0.1", - "kind-of": "^3.0.2", - "lazy-cache": "^1.0.3", - "shallow-clone": "^0.1.2" - }, - "dependencies": {} - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "merge-descriptors": { - "version": "https://registry.npm.alibaba-inc.com/merge-descriptors/download/merge-descriptors-1.0.1.tgz" - }, - "merge-source-map": { - "version": "https://registry.npm.alibaba-inc.com/merge-source-map/download/merge-source-map-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "merge-stream": { - "version": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-2.0.0.tgz" - }, - "merge2": { - "version": "https://registry.npm.alibaba-inc.com/merge2/download/merge2-1.4.1.tgz" - }, - "methods": { - "version": "https://registry.npm.alibaba-inc.com/methods/download/methods-1.1.2.tgz" - }, - "microevent.ts": { - "version": "https://registry.npm.alibaba-inc.com/microevent.ts/download/microevent.ts-0.1.1.tgz" - }, - "micromark": { - "version": "https://registry.npm.alibaba-inc.com/micromark/download/micromark-2.11.3.tgz", - "requires": { - "debug": "^4.0.0", - "parse-entities": "^2.0.0" - }, - "dependencies": { - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "micromatch": { - "version": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/braces/download/braces-3.0.2.tgz", - "requires": { - "fill-range": "^7.0.1" - }, - "dependencies": {} - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "miller-rabin": { - "version": "https://registry.npm.alibaba-inc.com/miller-rabin/download/miller-rabin-4.0.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "brorand": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/brorand/download/brorand-1.1.0.tgz" - } - } - }, - "mime": { - "version": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "mime-db": { - "version": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - }, - "mime-types": { - "version": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": { - "mime-db": { - "version": "1.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime-db/download/mime-db-1.46.0.tgz" - } - } - }, - "mimic-fn": { - "version": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - }, - "mimic-response": { - "version": "https://registry.npm.alibaba-inc.com/mimic-response/download/mimic-response-1.0.1.tgz" - }, - "min-document": { - "version": "https://registry.npm.alibaba-inc.com/min-document/download/min-document-2.19.0.tgz", - "requires": { - "dom-walk": "^0.1.0" - }, - "dependencies": { - "dom-walk": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/dom-walk/download/dom-walk-0.1.2.tgz" - } - } - }, - "min-indent": { - "version": "https://registry.npm.alibaba-inc.com/min-indent/download/min-indent-1.0.1.tgz" - }, - "mini-css-extract-plugin": { - "version": "https://registry.npm.alibaba-inc.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.7.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "normalize-url": "1.9.1", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-1.9.1.tgz", - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "minimalistic-assert": { - "version": "https://registry.npm.alibaba-inc.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz" - }, - "minimalistic-crypto-utils": { - "version": "https://registry.npm.alibaba-inc.com/minimalistic-crypto-utils/download/minimalistic-crypto-utils-1.0.1.tgz" - }, - "minimatch": { - "version": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npm.alibaba-inc.com/brace-expansion/download/brace-expansion-1.1.11.tgz", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "dependencies": {} - } - } - }, - "minimist": { - "version": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "minimist-options": { - "version": "https://registry.npm.alibaba-inc.com/minimist-options/download/minimist-options-4.1.0.tgz", - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "dependencies": { - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-1.0.1.tgz" - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "minipass": { - "version": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - } - } - }, - "minipass-collect": { - "version": "https://registry.npm.alibaba-inc.com/minipass-collect/download/minipass-collect-1.0.2.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "minipass-flush": { - "version": "https://registry.npm.alibaba-inc.com/minipass-flush/download/minipass-flush-1.0.5.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "minipass-pipeline": { - "version": "https://registry.npm.alibaba-inc.com/minipass-pipeline/download/minipass-pipeline-1.2.4.tgz", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "mississippi": { - "version": "https://registry.npm.alibaba-inc.com/mississippi/download/mississippi-3.0.0.tgz", - "requires": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/flush-write-stream/download/flush-write-stream-1.1.1.tgz", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - }, - "dependencies": {} - }, - "from2": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/from2/download/from2-2.3.0.tgz", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - }, - "dependencies": {} - }, - "parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parallel-transform/download/parallel-transform-1.2.0.tgz", - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - }, - "dependencies": {} - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "stream-each": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/stream-each/download/stream-each-1.2.3.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "mixin-deep": { - "version": "https://registry.npm.alibaba-inc.com/mixin-deep/download/mixin-deep-1.3.2.tgz", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-1.0.2.tgz" - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-1.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4" - }, - "dependencies": {} - } - } - }, - "mixin-object": { - "version": "https://registry.npm.alibaba-inc.com/mixin-object/download/mixin-object-2.0.1.tgz", - "requires": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" - }, - "dependencies": { - "for-in": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/for-in/download/for-in-0.1.8.tgz" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - } - } - }, - "mkdirp": { - "version": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-1.0.4.tgz" - }, - "moment": { - "version": "2.29.1", - "resolved": "https://registry.npm.alibaba-inc.com/moment/download/moment-2.29.1.tgz", - "dev": true - }, - "moment-jalaali": { - "version": "0.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/moment-jalaali/download/moment-jalaali-0.7.4.tgz", - "dev": true, - "requires": { - "jalaali-js": "^1.1.0", - "moment": "^2.22.1", - "rimraf": "^2.6.2" - }, - "dependencies": { - "jalaali-js": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/jalaali-js/download/jalaali-js-1.1.5.tgz" - }, - "moment": { - "version": "2.29.1", - "resolved": "https://registry.npm.alibaba-inc.com/moment/download/moment-2.29.1.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "move-concurrently": { - "version": "https://registry.npm.alibaba-inc.com/move-concurrently/download/move-concurrently-1.0.1.tgz", - "requires": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - }, - "copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/copy-concurrently/download/copy-concurrently-1.0.5.tgz", - "requires": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - }, - "dependencies": {} - }, - "fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npm.alibaba-inc.com/fs-write-stream-atomic/download/fs-write-stream-atomic-1.0.10.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "ms": { - "version": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.3.tgz" - }, - "multimap": { - "version": "https://registry.npm.alibaba-inc.com/multimap/download/multimap-1.1.0.tgz" - }, - "multimatch": { - "version": "https://registry.npm.alibaba-inc.com/multimatch/download/multimatch-5.0.0.tgz", - "requires": { - "@types/minimatch": "^3.0.3", - "array-differ": "^3.0.0", - "array-union": "^2.1.0", - "arrify": "^2.0.1", - "minimatch": "^3.0.4" - }, - "dependencies": { - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/minimatch/download/@types/minimatch-3.0.3.tgz" - }, - "array-differ": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-differ/download/array-differ-3.0.0.tgz" - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-union/download/array-union-2.1.0.tgz" - }, - "arrify": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/arrify/download/arrify-2.0.1.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "multipipe": { - "version": "https://registry.npm.alibaba-inc.com/multipipe/download/multipipe-0.1.2.tgz", - "requires": { - "duplexer2": "0.0.2" - }, - "dependencies": { - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/duplexer2/download/duplexer2-0.0.2.tgz", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": {} - } - } - }, - "mute-stdout": { - "version": "https://registry.npm.alibaba-inc.com/mute-stdout/download/mute-stdout-1.0.1.tgz" - }, - "mute-stream": { - "version": "https://registry.npm.alibaba-inc.com/mute-stream/download/mute-stream-0.0.8.tgz" - }, - "nan": { - "version": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - }, - "nanoid": { - "version": "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-3.1.20.tgz" - }, - "nanomatch": { - "version": "https://registry.npm.alibaba-inc.com/nanomatch/download/nanomatch-1.2.13.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/array-unique/download/array-unique-0.3.2.tgz" - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/fragment-cache/download/fragment-cache-0.2.1.tgz", - "requires": { - "map-cache": "^0.2.2" - }, - "dependencies": {} - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-windows/download/is-windows-1.0.2.tgz" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": {} - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - } - } - }, - "native-request": { - "version": "https://registry.npm.alibaba-inc.com/native-request/download/native-request-1.0.8.tgz" - }, - "natural-compare": { - "version": "https://registry.npm.alibaba-inc.com/natural-compare/download/natural-compare-1.4.0.tgz" - }, - "negotiator": { - "version": "https://registry.npm.alibaba-inc.com/negotiator/download/negotiator-0.6.2.tgz" - }, - "neo-async": { - "version": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "nested-error-stacks": { - "version": "https://registry.npm.alibaba-inc.com/nested-error-stacks/download/nested-error-stacks-2.1.0.tgz" - }, - "nested-object-assign": { - "version": "https://registry.npm.alibaba-inc.com/nested-object-assign/download/nested-object-assign-1.0.3.tgz" - }, - "next-tick": { - "version": "https://registry.npm.alibaba-inc.com/next-tick/download/next-tick-1.0.0.tgz" - }, - "nice-try": { - "version": "https://registry.npm.alibaba-inc.com/nice-try/download/nice-try-1.0.5.tgz" - }, - "no-case": { - "version": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": { - "lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/lower-case/download/lower-case-2.0.2.tgz", - "requires": { - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "node-dir": { - "version": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "node-fetch": { - "version": "https://registry.npm.alibaba-inc.com/node-fetch/download/node-fetch-2.6.1.tgz" - }, - "node-gyp": { - "version": "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-3.8.0.tgz", - "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "dependencies": { - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "nopt": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-3.0.6.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": {} - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": {} - }, - "osenv": { - "version": "0.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/osenv/download/osenv-0.1.5.tgz", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - }, - "dependencies": {} - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "semver": { - "version": "5.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.3.0.tgz" - }, - "tar": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/tar/download/tar-2.2.2.tgz", - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - }, - "dependencies": {} - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "node-int64": { - "version": "https://registry.npm.alibaba-inc.com/node-int64/download/node-int64-0.4.0.tgz" - }, - "node-libs-browser": { - "version": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": { - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert/download/assert-1.5.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": {} - }, - "browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-zlib/download/browserify-zlib-0.2.0.tgz", - "requires": { - "pako": "~1.0.5" - }, - "dependencies": {} - }, - "buffer": { - "version": "4.9.2", - "resolved": "https://registry.npm.alibaba-inc.com/buffer/download/buffer-4.9.2.tgz", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - }, - "dependencies": {} - }, - "console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-browserify/download/console-browserify-1.2.0.tgz" - }, - "constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/constants-browserify/download/constants-browserify-1.0.0.tgz" - }, - "crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/crypto-browserify/download/crypto-browserify-3.12.0.tgz", - "requires": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "dependencies": {} - }, - "domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/domain-browser/download/domain-browser-1.2.0.tgz" - }, - "events": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/events/download/events-3.2.0.tgz" - }, - "https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/https-browserify/download/https-browserify-1.0.0.tgz" - }, - "os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/os-browserify/download/os-browserify-0.3.0.tgz" - }, - "path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-browserify/download/path-browserify-0.0.1.tgz" - }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.4.1.tgz" - }, - "querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring-es3/download/querystring-es3-0.2.1.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/stream-browserify/download/stream-browserify-2.0.2.tgz", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - }, - "dependencies": {} - }, - "stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npm.alibaba-inc.com/stream-http/download/stream-http-2.8.3.tgz", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": {} - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "timers-browserify": { - "version": "2.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/timers-browserify/download/timers-browserify-2.0.12.tgz", - "requires": { - "setimmediate": "^1.0.4" - }, - "dependencies": {} - }, - "tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/tty-browserify/download/tty-browserify-0.0.0.tgz" - }, - "url": { - "version": "0.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/url/download/url-0.11.0.tgz", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": {} - }, - "util": { - "version": "0.11.1", - "resolved": "https://registry.npm.alibaba-inc.com/util/download/util-0.11.1.tgz", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": {} - }, - "vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/vm-browserify/download/vm-browserify-1.1.2.tgz" - } - } - }, - "node-modules-regexp": { - "version": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - }, - "node-notifier": { - "version": "https://registry.npm.alibaba-inc.com/node-notifier/download/node-notifier-8.0.1.tgz", - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - }, - "dependencies": { - "growly": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/growly/download/growly-1.3.0.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/shellwords/download/shellwords-0.1.1.tgz" - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-8.3.2.tgz" - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "node-releases": { - "version": "https://registry.npm.alibaba-inc.com/node-releases/download/node-releases-1.1.71.tgz" - }, - "node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-sass/download/node-sass-4.14.1.tgz", - "dev": true, - "requires": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.15", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "2.2.5", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - }, - "dependencies": { - "async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/async-foreach/download/async-foreach-0.1.3.tgz" - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-1.1.3.tgz", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-3.0.1.tgz", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "gaze": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/gaze/download/gaze-1.1.3.tgz", - "requires": { - "globule": "^1.0.0" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.1.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "nan": { - "version": "2.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/nan/download/nan-2.14.2.tgz" - }, - "node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-gyp/download/node-gyp-3.8.0.tgz", - "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "dependencies": {} - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": {} - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "sass-graph": { - "version": "2.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/sass-graph/download/sass-graph-2.2.5.tgz", - "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "dependencies": {} - }, - "stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/stdout-stream/download/stdout-stream-1.4.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "true-case-path": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/true-case-path/download/true-case-path-1.0.3.tgz", - "requires": { - "glob": "^7.1.2" - }, - "dependencies": {} - } - } - }, - "nopt": { - "version": "https://registry.npm.alibaba-inc.com/nopt/download/nopt-5.0.0.tgz", - "requires": { - "abbrev": "1" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abbrev/download/abbrev-1.1.1.tgz" - } - } - }, - "normalize-package-data": { - "version": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-3.0.0.tgz", - "requires": { - "hosted-git-info": "^3.0.6", - "resolve": "^1.17.0", - "semver": "^7.3.2", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "hosted-git-info": { - "version": "3.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "normalize-path": { - "version": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-3.0.0.tgz" - }, - "normalize-range": { - "version": "https://registry.npm.alibaba-inc.com/normalize-range/download/normalize-range-0.1.2.tgz" - }, - "normalize-selector": { - "version": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "normalize-url": { - "version": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-4.5.0.tgz" - }, - "now-and-later": { - "version": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": { - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "np": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/np/download/np-5.2.1.tgz", - "dev": true, - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "any-observable": "^0.5.0", - "async-exit-hook": "^2.0.1", - "chalk": "^3.0.0", - "cosmiconfig": "^5.2.1", - "del": "^4.1.0", - "escape-string-regexp": "^2.0.0", - "execa": "^3.4.0", - "github-url-from-git": "^1.5.0", - "has-yarn": "^2.1.0", - "hosted-git-info": "^3.0.0", - "inquirer": "^7.0.0", - "is-installed-globally": "^0.3.1", - "is-scoped": "^2.1.0", - "issue-regex": "^2.0.0", - "listr": "^0.14.3", - "listr-input": "^0.2.0", - "log-symbols": "^3.0.0", - "meow": "^5.0.0", - "npm-name": "^5.4.0", - "onetime": "^5.1.0", - "open": "^7.0.0", - "ow": "^0.15.0", - "p-memoize": "^3.1.0", - "p-timeout": "^3.1.0", - "pkg-dir": "^4.1.0", - "read-pkg-up": "^7.0.0", - "rxjs": "^6.3.3", - "semver": "^6.1.2", - "split": "^1.0.0", - "symbol-observable": "^1.2.0", - "terminal-link": "^2.0.0", - "update-notifier": "^3.0.0" - }, - "dependencies": { - "@samverschueren/stream-to-observable": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@samverschueren/stream-to-observable/download/@samverschueren/stream-to-observable-0.3.1.tgz", - "requires": { - "any-observable": "^0.3.0" - }, - "dependencies": {} - }, - "any-observable": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/any-observable/download/any-observable-0.5.1.tgz" - }, - "async-exit-hook": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/async-exit-hook/download/async-exit-hook-2.0.1.tgz" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-3.0.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "del": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/del/download/del-4.1.1.tgz", - "requires": { - "@types/glob": "^7.1.1", - "globby": "^6.1.0", - "is-path-cwd": "^2.0.0", - "is-path-in-cwd": "^2.0.0", - "p-map": "^2.0.0", - "pify": "^4.0.1", - "rimraf": "^2.6.3" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - }, - "execa": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-3.4.0.tgz", - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "dependencies": {} - }, - "github-url-from-git": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/github-url-from-git/download/github-url-from-git-1.5.0.tgz" - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "hosted-git-info": { - "version": "3.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/hosted-git-info/download/hosted-git-info-3.0.8.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "inquirer": { - "version": "7.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-7.3.3.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-width": "^3.0.0", - "external-editor": "^3.0.3", - "figures": "^3.0.0", - "lodash": "^4.17.19", - "mute-stream": "0.0.8", - "run-async": "^2.4.0", - "rxjs": "^6.6.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.3.2.tgz", - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - }, - "dependencies": {} - }, - "is-scoped": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": {} - }, - "issue-regex": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/issue-regex/download/issue-regex-2.0.0.tgz" - }, - "listr": { - "version": "0.14.3", - "resolved": "https://registry.npm.alibaba-inc.com/listr/download/listr-0.14.3.tgz", - "requires": { - "@samverschueren/stream-to-observable": "^0.3.0", - "is-observable": "^1.1.0", - "is-promise": "^2.1.0", - "is-stream": "^1.1.0", - "listr-silent-renderer": "^1.1.1", - "listr-update-renderer": "^0.5.0", - "listr-verbose-renderer": "^0.5.0", - "p-map": "^2.0.0", - "rxjs": "^6.3.3" - }, - "dependencies": {} - }, - "listr-input": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/listr-input/download/listr-input-0.2.1.tgz", - "requires": { - "inquirer": "^7.0.0", - "inquirer-autosubmit-prompt": "^0.2.0", - "rxjs": "^6.5.3", - "through": "^2.3.8" - }, - "dependencies": {} - }, - "log-symbols": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-3.0.0.tgz", - "requires": { - "chalk": "^2.4.2" - }, - "dependencies": {} - }, - "meow": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-5.0.0.tgz", - "requires": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": {} - }, - "npm-name": { - "version": "5.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/npm-name/download/npm-name-5.5.0.tgz", - "requires": { - "got": "^9.6.0", - "is-scoped": "^2.1.0", - "is-url-superb": "^3.0.0", - "lodash.zip": "^4.2.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.1.0", - "validate-npm-package-name": "^3.0.0" - }, - "dependencies": {} - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "open": { - "version": "7.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-7.4.2.tgz", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": {} - }, - "ow": { - "version": "0.15.1", - "resolved": "https://registry.npm.alibaba-inc.com/ow/download/ow-0.15.1.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "p-memoize": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-memoize/download/p-memoize-3.1.0.tgz", - "requires": { - "mem": "^4.3.0", - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "p-timeout": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": {} - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": {} - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": {} - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - }, - "split": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/split/download/split-1.0.1.tgz", - "requires": { - "through": "2" - }, - "dependencies": {} - }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/terminal-link/download/terminal-link-2.1.1.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": {} - }, - "update-notifier": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.1.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "npm-name": { - "version": "https://registry.npm.alibaba-inc.com/npm-name/download/npm-name-5.5.0.tgz", - "requires": { - "got": "^9.6.0", - "is-scoped": "^2.1.0", - "is-url-superb": "^3.0.0", - "lodash.zip": "^4.2.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.1.0", - "validate-npm-package-name": "^3.0.0" - }, - "dependencies": { - "got": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": {} - }, - "is-scoped": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-scoped/download/is-scoped-2.1.0.tgz", - "requires": { - "scoped-regex": "^2.0.0" - }, - "dependencies": {} - }, - "is-url-superb": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-url-superb/download/is-url-superb-3.0.0.tgz", - "requires": { - "url-regex": "^5.0.0" - }, - "dependencies": {} - }, - "lodash.zip": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.zip/download/lodash.zip-4.2.0.tgz" - }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "validate-npm-package-name": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/validate-npm-package-name/download/validate-npm-package-name-3.0.0.tgz", - "requires": { - "builtins": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "npm-run-all": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/npm-run-all/download/npm-run-all-4.1.5.tgz", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "chalk": "^2.4.1", - "cross-spawn": "^6.0.5", - "memorystream": "^0.3.1", - "minimatch": "^3.0.4", - "pidtree": "^0.3.0", - "read-pkg": "^3.0.0", - "shell-quote": "^1.6.1", - "string.prototype.padend": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-3.2.1.tgz", - "requires": { - "color-convert": "^1.9.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "memorystream": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/memorystream/download/memorystream-0.3.1.tgz" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - }, - "pidtree": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/pidtree/download/pidtree-0.3.1.tgz" - }, - "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-3.0.0.tgz", - "requires": { - "load-json-file": "^4.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" - }, - "dependencies": {} - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "string.prototype.padend": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "npm-run-path": { - "version": "https://registry.npm.alibaba-inc.com/npm-run-path/download/npm-run-path-4.0.1.tgz", - "requires": { - "path-key": "^3.0.0" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - } - } - }, - "npmlog": { - "version": "https://registry.npm.alibaba-inc.com/npmlog/download/npmlog-4.1.2.tgz", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - }, - "dependencies": { - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/are-we-there-yet/download/are-we-there-yet-1.1.5.tgz", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - }, - "dependencies": {} - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/console-control-strings/download/console-control-strings-1.1.0.tgz" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/gauge/download/gauge-2.7.4.tgz", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": {} - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - } - } - }, - "nth-check": { - "version": "https://registry.npm.alibaba-inc.com/nth-check/download/nth-check-1.0.2.tgz", - "requires": { - "boolbase": "~1.0.0" - }, - "dependencies": { - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/boolbase/download/boolbase-1.0.0.tgz" - } - } - }, - "nugget": { - "version": "https://registry.npm.alibaba-inc.com/nugget/download/nugget-2.0.1.tgz", - "requires": { - "debug": "^2.1.3", - "minimist": "^1.1.0", - "pretty-bytes": "^1.0.2", - "progress-stream": "^1.1.0", - "request": "^2.45.0", - "single-line-log": "^1.1.2", - "throttleit": "0.0.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "pretty-bytes": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-bytes/download/pretty-bytes-1.0.4.tgz", - "requires": { - "get-stdin": "^4.0.1", - "meow": "^3.1.0" - }, - "dependencies": {} - }, - "progress-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/progress-stream/download/progress-stream-1.2.0.tgz", - "requires": { - "speedometer": "~0.1.2", - "through2": "~0.2.3" - }, - "dependencies": {} - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - }, - "single-line-log": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/single-line-log/download/single-line-log-1.1.2.tgz", - "requires": { - "string-width": "^1.0.1" - }, - "dependencies": {} - }, - "throttleit": { - "version": "0.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/throttleit/download/throttleit-0.0.2.tgz" - } - } - }, - "num2fraction": { - "version": "https://registry.npm.alibaba-inc.com/num2fraction/download/num2fraction-1.2.2.tgz" - }, - "number-is-nan": { - "version": "https://registry.npm.alibaba-inc.com/number-is-nan/download/number-is-nan-1.0.1.tgz" - }, - "numeral": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/numeral/download/numeral-2.0.6.tgz", - "dev": true - }, - "nwsapi": { - "version": "https://registry.npm.alibaba-inc.com/nwsapi/download/nwsapi-2.2.0.tgz" - }, - "nyc": { - "version": "14.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/nyc/download/nyc-14.1.1.tgz", - "dev": true, - "requires": { - "archy": "^1.0.0", - "caching-transform": "^3.0.2", - "convert-source-map": "^1.6.0", - "cp-file": "^6.2.0", - "find-cache-dir": "^2.1.0", - "find-up": "^3.0.0", - "foreground-child": "^1.5.6", - "glob": "^7.1.3", - "istanbul-lib-coverage": "^2.0.5", - "istanbul-lib-hook": "^2.0.7", - "istanbul-lib-instrument": "^3.3.0", - "istanbul-lib-report": "^2.0.8", - "istanbul-lib-source-maps": "^3.0.6", - "istanbul-reports": "^2.2.4", - "js-yaml": "^3.13.1", - "make-dir": "^2.1.0", - "merge-source-map": "^1.1.0", - "resolve-from": "^4.0.0", - "rimraf": "^2.6.3", - "signal-exit": "^3.0.2", - "spawn-wrap": "^1.4.2", - "test-exclude": "^5.2.3", - "uuid": "^3.3.2", - "yargs": "^13.2.2", - "yargs-parser": "^13.0.0" - }, - "dependencies": { - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/archy/download/archy-1.0.0.tgz" - }, - "caching-transform": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/caching-transform/download/caching-transform-3.0.2.tgz", - "requires": { - "hasha": "^3.0.0", - "make-dir": "^2.0.0", - "package-hash": "^3.0.0", - "write-file-atomic": "^2.4.2" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "cp-file": { - "version": "6.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/cp-file/download/cp-file-6.2.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "make-dir": "^2.0.0", - "nested-error-stacks": "^2.0.0", - "pify": "^4.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-2.1.0.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": {} - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "foreground-child": { - "version": "1.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-coverage/download/istanbul-lib-coverage-2.0.5.tgz" - }, - "istanbul-lib-hook": { - "version": "2.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-hook/download/istanbul-lib-hook-2.0.7.tgz", - "requires": { - "append-transform": "^1.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-instrument": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-instrument/download/istanbul-lib-instrument-3.3.0.tgz", - "requires": { - "@babel/generator": "^7.4.0", - "@babel/parser": "^7.4.3", - "@babel/template": "^7.4.0", - "@babel/traverse": "^7.4.3", - "@babel/types": "^7.4.0", - "istanbul-lib-coverage": "^2.0.5", - "semver": "^6.0.0" - }, - "dependencies": {} - }, - "istanbul-lib-report": { - "version": "2.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-report/download/istanbul-lib-report-2.0.8.tgz", - "requires": { - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "istanbul-lib-source-maps": { - "version": "3.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-lib-source-maps/download/istanbul-lib-source-maps-3.0.6.tgz", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "istanbul-reports": { - "version": "2.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/istanbul-reports/download/istanbul-reports-2.2.7.tgz", - "requires": { - "html-escaper": "^2.0.0" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/make-dir/download/make-dir-2.1.0.tgz", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": {} - }, - "merge-source-map": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/merge-source-map/download/merge-source-map-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-4.0.0.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "spawn-wrap": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/spawn-wrap/download/spawn-wrap-1.4.3.tgz", - "requires": { - "foreground-child": "^1.5.6", - "mkdirp": "^0.5.0", - "os-homedir": "^1.0.1", - "rimraf": "^2.6.2", - "signal-exit": "^3.0.2", - "which": "^1.3.0" - }, - "dependencies": {} - }, - "test-exclude": { - "version": "5.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-5.2.3.tgz", - "requires": { - "glob": "^7.1.3", - "minimatch": "^3.0.4", - "read-pkg-up": "^4.0.0", - "require-main-filename": "^2.0.0" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-13.1.2.tgz", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "dependencies": {} - } - } - }, - "oauth-sign": { - "version": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "object-assign": { - "version": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "object-copy": { - "version": "https://registry.npm.alibaba-inc.com/object-copy/download/object-copy-0.1.0.tgz", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/copy-descriptor/download/copy-descriptor-0.1.1.tgz" - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "object-inspect": { - "version": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - }, - "object-keys": { - "version": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - }, - "object-visit": { - "version": "https://registry.npm.alibaba-inc.com/object-visit/download/object-visit-1.0.1.tgz", - "requires": { - "isobject": "^3.0.0" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.assign": { - "version": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-keys/download/object-keys-1.1.1.tgz" - } - } - }, - "object.defaults": { - "version": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": { - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/array-each/download/array-each-1.0.1.tgz" - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/array-slice/download/array-slice-1.1.0.tgz" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.entries": { - "version": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "object.fromentries": { - "version": "https://registry.npm.alibaba-inc.com/object.fromentries/download/object.fromentries-2.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "object.getownpropertydescriptors": { - "version": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "object.map": { - "version": "https://registry.npm.alibaba-inc.com/object.map/download/object.map-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "object.pick": { - "version": "https://registry.npm.alibaba-inc.com/object.pick/download/object.pick-1.3.0.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "object.reduce": { - "version": "https://registry.npm.alibaba-inc.com/object.reduce/download/object.reduce-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/for-own/download/for-own-1.0.0.tgz", - "requires": { - "for-in": "^1.0.1" - }, - "dependencies": {} - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/make-iterator/download/make-iterator-1.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": {} - } - } - }, - "object.values": { - "version": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "on-finished": { - "version": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": { - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ee-first/download/ee-first-1.1.1.tgz" - } - } - }, - "once": { - "version": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": { - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - } - } - }, - "onetime": { - "version": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "open": { - "version": "https://registry.npm.alibaba-inc.com/open/download/open-7.4.2.tgz", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "dependencies": { - "is-docker": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-docker/download/is-docker-2.1.1.tgz" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-wsl/download/is-wsl-2.2.0.tgz", - "requires": { - "is-docker": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "opener": { - "version": "https://registry.npm.alibaba-inc.com/opener/download/opener-1.5.2.tgz" - }, - "optionator": { - "version": "https://registry.npm.alibaba-inc.com/optionator/download/optionator-0.9.1.tgz", - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": { - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/deep-is/download/deep-is-0.1.3.tgz" - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-2.0.6.tgz" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/levn/download/levn-0.4.1.tgz", - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": {} - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": {} - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - } - } - }, - "ordered-read-streams": { - "version": "https://registry.npm.alibaba-inc.com/ordered-read-streams/download/ordered-read-streams-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "original": { - "version": "https://registry.npm.alibaba-inc.com/original/download/original-1.0.2.tgz", - "requires": { - "url-parse": "^1.4.3" - }, - "dependencies": { - "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "os-browserify": { - "version": "https://registry.npm.alibaba-inc.com/os-browserify/download/os-browserify-0.3.0.tgz" - }, - "os-homedir": { - "version": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "os-locale": { - "version": "https://registry.npm.alibaba-inc.com/os-locale/download/os-locale-1.4.0.tgz", - "requires": { - "lcid": "^1.0.0" - }, - "dependencies": { - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lcid/download/lcid-1.0.0.tgz", - "requires": { - "invert-kv": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "os-shim": { - "version": "https://registry.npm.alibaba-inc.com/os-shim/download/os-shim-0.1.3.tgz" - }, - "os-tmpdir": { - "version": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - }, - "osenv": { - "version": "https://registry.npm.alibaba-inc.com/osenv/download/osenv-0.1.5.tgz", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - }, - "dependencies": { - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - } - } - }, - "ow": { - "version": "https://registry.npm.alibaba-inc.com/ow/download/ow-0.15.1.tgz", - "requires": { - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "p-cancelable": { - "version": "https://registry.npm.alibaba-inc.com/p-cancelable/download/p-cancelable-1.1.0.tgz" - }, - "p-defer": { - "version": "https://registry.npm.alibaba-inc.com/p-defer/download/p-defer-1.0.0.tgz" - }, - "p-each-series": { - "version": "https://registry.npm.alibaba-inc.com/p-each-series/download/p-each-series-2.2.0.tgz" - }, - "p-finally": { - "version": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-2.0.1.tgz" - }, - "p-is-promise": { - "version": "https://registry.npm.alibaba-inc.com/p-is-promise/download/p-is-promise-2.1.0.tgz" - }, - "p-limit": { - "version": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": { - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - } - } - }, - "p-locate": { - "version": "https://registry.npm.alibaba-inc.com/p-locate/download/p-locate-4.1.0.tgz", - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "p-map": { - "version": "https://registry.npm.alibaba-inc.com/p-map/download/p-map-3.0.0.tgz", - "requires": { - "aggregate-error": "^3.0.0" - }, - "dependencies": { - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/aggregate-error/download/aggregate-error-3.1.0.tgz", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "p-memoize": { - "version": "https://registry.npm.alibaba-inc.com/p-memoize/download/p-memoize-3.1.0.tgz", - "requires": { - "mem": "^4.3.0", - "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/mem/download/mem-4.3.0.tgz", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "dependencies": {} - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mimic-fn/download/mimic-fn-2.1.0.tgz" - } - } - }, - "p-queue": { - "version": "https://registry.npm.alibaba-inc.com/p-queue/download/p-queue-6.6.2.tgz", - "requires": { - "eventemitter3": "^4.0.4", - "p-timeout": "^3.2.0" - }, - "dependencies": { - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventemitter3/download/eventemitter3-4.0.7.tgz" - }, - "p-timeout": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "p-timeout": { - "version": "https://registry.npm.alibaba-inc.com/p-timeout/download/p-timeout-3.2.0.tgz", - "requires": { - "p-finally": "^1.0.0" - }, - "dependencies": { - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-finally/download/p-finally-1.0.0.tgz" - } - } - }, - "p-try": { - "version": "https://registry.npm.alibaba-inc.com/p-try/download/p-try-2.2.0.tgz" - }, - "package-hash": { - "version": "https://registry.npm.alibaba-inc.com/package-hash/download/package-hash-3.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.15", - "hasha": "^3.0.0", - "lodash.flattendeep": "^4.4.0", - "release-zalgo": "^1.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/hasha/download/hasha-3.0.0.tgz", - "requires": { - "is-stream": "^1.0.1" - }, - "dependencies": {} - }, - "lodash.flattendeep": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.flattendeep/download/lodash.flattendeep-4.4.0.tgz" - }, - "release-zalgo": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/release-zalgo/download/release-zalgo-1.0.0.tgz", - "requires": { - "es6-error": "^4.0.1" - }, - "dependencies": {} - } - } - }, - "package-json": { - "version": "https://registry.npm.alibaba-inc.com/package-json/download/package-json-6.5.0.tgz", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "got": { - "version": "9.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/got/download/got-9.6.0.tgz", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": {} - }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": {} - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "pako": { - "version": "https://registry.npm.alibaba-inc.com/pako/download/pako-1.0.11.tgz" - }, - "parallel-transform": { - "version": "https://registry.npm.alibaba-inc.com/parallel-transform/download/parallel-transform-1.2.0.tgz", - "requires": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - }, - "dependencies": { - "cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cyclist/download/cyclist-1.0.1.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "param-case": { - "version": "https://registry.npm.alibaba-inc.com/param-case/download/param-case-3.0.4.tgz", - "requires": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/dot-case/download/dot-case-3.0.4.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "parent-module": { - "version": "https://registry.npm.alibaba-inc.com/parent-module/download/parent-module-1.0.1.tgz", - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/callsites/download/callsites-3.1.0.tgz" - } - } - }, - "parse-asn1": { - "version": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": { - "asn1.js": { - "version": "5.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/asn1.js/download/asn1.js-5.4.1.tgz", - "requires": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": {} - }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-aes/download/browserify-aes-1.2.0.tgz", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/evp_bytestokey/download/evp_bytestokey-1.0.3.tgz", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "pbkdf2": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "parse-entities": { - "version": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-2.0.0.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities/download/character-entities-1.2.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-reference-invalid/download/character-reference-invalid-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-decimal/download/is-decimal-1.0.4.tgz" - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "parse-filepath": { - "version": "https://registry.npm.alibaba-inc.com/parse-filepath/download/parse-filepath-1.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - }, - "dependencies": { - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/path-root/download/path-root-0.1.1.tgz", - "requires": { - "path-root-regex": "^0.1.0" - }, - "dependencies": {} - } - } - }, - "parse-json": { - "version": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/error-ex/download/error-ex-1.3.2.tgz", - "requires": { - "is-arrayish": "^0.2.1" - }, - "dependencies": {} - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-even-better-errors/download/json-parse-even-better-errors-2.3.1.tgz" - }, - "lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/lines-and-columns/download/lines-and-columns-1.1.6.tgz" - } - } - }, - "parse-node-version": { - "version": "https://registry.npm.alibaba-inc.com/parse-node-version/download/parse-node-version-1.0.1.tgz" - }, - "parse-passwd": { - "version": "https://registry.npm.alibaba-inc.com/parse-passwd/download/parse-passwd-1.0.0.tgz" - }, - "parse-svg-path": { - "version": "https://registry.npm.alibaba-inc.com/parse-svg-path/download/parse-svg-path-0.1.2.tgz" - }, - "parse5": { - "version": "https://registry.npm.alibaba-inc.com/parse5/download/parse5-6.0.1.tgz" - }, - "parseurl": { - "version": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "pascal-case": { - "version": "https://registry.npm.alibaba-inc.com/pascal-case/download/pascal-case-3.1.2.tgz", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - }, - "dependencies": { - "no-case": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/no-case/download/no-case-3.0.4.tgz", - "requires": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - } - } - }, - "pascalcase": { - "version": "https://registry.npm.alibaba-inc.com/pascalcase/download/pascalcase-0.1.1.tgz" - }, - "path-browserify": { - "version": "https://registry.npm.alibaba-inc.com/path-browserify/download/path-browserify-0.0.1.tgz" - }, - "path-dirname": { - "version": "https://registry.npm.alibaba-inc.com/path-dirname/download/path-dirname-1.0.2.tgz" - }, - "path-exists": { - "version": "https://registry.npm.alibaba-inc.com/path-exists/download/path-exists-4.0.0.tgz" - }, - "path-is-absolute": { - "version": "https://registry.npm.alibaba-inc.com/path-is-absolute/download/path-is-absolute-1.0.1.tgz" - }, - "path-is-inside": { - "version": "https://registry.npm.alibaba-inc.com/path-is-inside/download/path-is-inside-1.0.2.tgz" - }, - "path-key": { - "version": "https://registry.npm.alibaba-inc.com/path-key/download/path-key-3.1.1.tgz" - }, - "path-parse": { - "version": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - }, - "path-root": { - "version": "https://registry.npm.alibaba-inc.com/path-root/download/path-root-0.1.1.tgz", - "requires": { - "path-root-regex": "^0.1.0" - }, - "dependencies": { - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/path-root-regex/download/path-root-regex-0.1.2.tgz" - } - } - }, - "path-root-regex": { - "version": "https://registry.npm.alibaba-inc.com/path-root-regex/download/path-root-regex-0.1.2.tgz" - }, - "path-to-regexp": { - "version": "https://registry.npm.alibaba-inc.com/path-to-regexp/download/path-to-regexp-0.1.7.tgz" - }, - "path-type": { - "version": "https://registry.npm.alibaba-inc.com/path-type/download/path-type-4.0.0.tgz" - }, - "pbkdf2": { - "version": "https://registry.npm.alibaba-inc.com/pbkdf2/download/pbkdf2-3.1.1.tgz", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": { - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/create-hmac/download/create-hmac-1.1.7.tgz", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "dependencies": {} - }, - "ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - } - } - }, - "pend": { - "version": "https://registry.npm.alibaba-inc.com/pend/download/pend-1.2.0.tgz" - }, - "performance-now": { - "version": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "picomatch": { - "version": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - }, - "pidtree": { - "version": "https://registry.npm.alibaba-inc.com/pidtree/download/pidtree-0.3.1.tgz" - }, - "pify": { - "version": "https://registry.npm.alibaba-inc.com/pify/download/pify-5.0.0.tgz" - }, - "pinkie": { - "version": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - }, - "pinkie-promise": { - "version": "https://registry.npm.alibaba-inc.com/pinkie-promise/download/pinkie-promise-2.0.1.tgz", - "requires": { - "pinkie": "^2.0.0" - }, - "dependencies": { - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/pinkie/download/pinkie-2.0.4.tgz" - } - } - }, - "pirates": { - "version": "https://registry.npm.alibaba-inc.com/pirates/download/pirates-4.0.1.tgz", - "requires": { - "node-modules-regexp": "^1.0.0" - }, - "dependencies": { - "node-modules-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz" - } - } - }, - "pkg-conf": { - "version": "https://registry.npm.alibaba-inc.com/pkg-conf/download/pkg-conf-2.1.0.tgz", - "requires": { - "find-up": "^2.0.0", - "load-json-file": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - }, - "load-json-file": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/load-json-file/download/load-json-file-4.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0", - "strip-bom": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "pkg-dir": { - "version": "https://registry.npm.alibaba-inc.com/pkg-dir/download/pkg-dir-4.2.0.tgz", - "requires": { - "find-up": "^4.0.0" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": { - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-2.1.0.tgz", - "requires": { - "locate-path": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "plugin-error": { - "version": "https://registry.npm.alibaba-inc.com/plugin-error/download/plugin-error-1.0.1.tgz", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "dependencies": { - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-1.1.0.tgz", - "requires": { - "ansi-wrap": "^0.1.0" - }, - "dependencies": {} - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-diff/download/arr-diff-4.0.0.tgz" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "plur": { - "version": "https://registry.npm.alibaba-inc.com/plur/download/plur-4.0.0.tgz", - "requires": { - "irregular-plurals": "^3.2.0" - }, - "dependencies": { - "irregular-plurals": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/irregular-plurals/download/irregular-plurals-3.2.0.tgz" - } - } - }, - "pluralize": { - "version": "https://registry.npm.alibaba-inc.com/pluralize/download/pluralize-8.0.0.tgz" - }, - "pn": { - "version": "https://registry.npm.alibaba-inc.com/pn/download/pn-1.1.0.tgz" - }, - "pnp-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.5.0.tgz", - "requires": { - "ts-pnp": "^1.1.2" - }, - "dependencies": { - "ts-pnp": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/ts-pnp/download/ts-pnp-1.2.0.tgz" - } - } - }, - "point-at-length": { - "version": "https://registry.npm.alibaba-inc.com/point-at-length/download/point-at-length-1.1.0.tgz", - "requires": { - "abs-svg-path": "~0.1.1", - "isarray": "~0.0.1", - "parse-svg-path": "~0.1.1" - }, - "dependencies": { - "abs-svg-path": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/abs-svg-path/download/abs-svg-path-0.1.1.tgz" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isarray/download/isarray-0.0.1.tgz" - }, - "parse-svg-path": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-svg-path/download/parse-svg-path-0.1.2.tgz" - } - } - }, - "polished": { - "version": "https://registry.npm.alibaba-inc.com/polished/download/polished-3.7.1.tgz", - "requires": { - "@babel/runtime": "^7.12.5" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "popper.js": { - "version": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "posix-character-classes": { - "version": "https://registry.npm.alibaba-inc.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz" - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": { - "colorette": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/colorette/download/colorette-1.2.1.tgz" - }, - "nanoid": { - "version": "3.1.20", - "resolved": "https://registry.npm.alibaba-inc.com/nanoid/download/nanoid-3.1.20.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "postcss-calc": { - "version": "https://registry.npm.alibaba-inc.com/postcss-calc/download/postcss-calc-7.0.5.tgz", - "requires": { - "postcss": "^7.0.27", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "postcss-colormin": { - "version": "https://registry.npm.alibaba-inc.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "color": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "color": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/color/download/color-3.1.3.tgz", - "requires": { - "color-convert": "^1.9.1", - "color-string": "^1.5.4" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-convert-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-discard-comments": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-discard-duplicates": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-discard-empty": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-discard-overridden": { - "version": "https://registry.npm.alibaba-inc.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-flexbugs-fixes": { - "version": "https://registry.npm.alibaba-inc.com/postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-4.2.1.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-html": { - "version": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": { - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-jsx": { - "version": "https://registry.npm.alibaba-inc.com/postcss-jsx/download/postcss-jsx-0.36.4.tgz", - "requires": { - "@babel/core": ">=7.2.2" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-less": { - "version": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-load-config": { - "version": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": {} - }, - "import-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-2.1.0.tgz", - "requires": { - "import-from": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-loader": { - "version": "https://registry.npm.alibaba-inc.com/postcss-loader/download/postcss-loader-3.0.0.tgz", - "requires": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-markdown": { - "version": "https://registry.npm.alibaba-inc.com/postcss-markdown/download/postcss-markdown-0.36.0.tgz", - "requires": { - "remark": "^10.0.1", - "unist-util-find-all-after": "^1.0.2" - }, - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "remark": { - "version": "10.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/remark/download/remark-10.0.1.tgz", - "requires": { - "remark-parse": "^6.0.0", - "remark-stringify": "^6.0.0", - "unified": "^7.0.0" - }, - "dependencies": {} - }, - "unist-util-find-all-after": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-1.0.5.tgz", - "requires": { - "unist-util-is": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-media-query-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-merge-longhand": { - "version": "https://registry.npm.alibaba-inc.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz", - "requires": { - "css-color-names": "0.0.4", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "stylehacks": "^4.0.0" - }, - "dependencies": { - "css-color-names": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/css-color-names/download/css-color-names-0.0.4.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "stylehacks": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/stylehacks/download/stylehacks-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-merge-rules": { - "version": "https://registry.npm.alibaba-inc.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "cssnano-util-same-parent": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0", - "vendors": "^1.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": {} - }, - "cssnano-util-same-parent": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-same-parent/download/cssnano-util-same-parent-4.0.1.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - }, - "vendors": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vendors/download/vendors-1.0.4.tgz" - } - } - }, - "postcss-minify-font-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-minify-gradients": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "is-color-stop": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "is-color-stop": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-color-stop/download/is-color-stop-1.1.0.tgz", - "requires": { - "css-color-names": "^0.0.4", - "hex-color-regex": "^1.1.0", - "hsl-regex": "^1.0.0", - "hsla-regex": "^1.0.0", - "rgb-regex": "^1.0.1", - "rgba-regex": "^1.0.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-minify-params": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "browserslist": "^4.0.0", - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "uniqs": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - } - } - }, - "postcss-minify-selectors": { - "version": "https://registry.npm.alibaba-inc.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "postcss-modules": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-3.2.2.tgz", - "requires": { - "generic-names": "^2.0.1", - "icss-replace-symbols": "^1.1.0", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.32", - "postcss-modules-extract-imports": "^2.0.0", - "postcss-modules-local-by-default": "^3.0.2", - "postcss-modules-scope": "^2.2.0", - "postcss-modules-values": "^3.0.0", - "string-hash": "^1.1.1" - }, - "dependencies": { - "generic-names": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/generic-names/download/generic-names-2.0.1.tgz", - "requires": { - "loader-utils": "^1.1.0" - }, - "dependencies": {} - }, - "icss-replace-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/icss-replace-symbols/download/icss-replace-symbols-1.1.0.tgz" - }, - "lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-modules-extract-imports": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": {} - }, - "postcss-modules-local-by-default": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "postcss-modules-scope": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": {} - }, - "postcss-modules-values": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "string-hash": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - } - } - }, - "postcss-modules-extract-imports": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz", - "requires": { - "postcss": "^7.0.5" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-modules-local-by-default": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-local-by-default/download/postcss-modules-local-by-default-3.0.3.tgz", - "requires": { - "icss-utils": "^4.1.1", - "postcss": "^7.0.32", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - } - } - }, - "postcss-modules-scope": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz", - "requires": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - } - } - }, - "postcss-modules-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz", - "requires": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - }, - "dependencies": { - "icss-utils": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/icss-utils/download/icss-utils-4.1.1.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-normalize-charset": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz", - "requires": { - "postcss": "^7.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-normalize-display-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-positions": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-repeat-style": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-string": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz", - "requires": { - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-timing-functions": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-unicode": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-url": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz", - "requires": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "is-absolute-url": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-2.1.0.tgz" - }, - "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-url/download/normalize-url-3.3.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-normalize-whitespace": { - "version": "https://registry.npm.alibaba-inc.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz", - "requires": { - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-ordered-values": { - "version": "https://registry.npm.alibaba-inc.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz", - "requires": { - "cssnano-util-get-arguments": "^4.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-arguments": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-reduce-initial": { - "version": "https://registry.npm.alibaba-inc.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-api": "^3.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/caniuse-api/download/caniuse-api-3.0.0.tgz", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-reduce-transforms": { - "version": "https://registry.npm.alibaba-inc.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz", - "requires": { - "cssnano-util-get-match": "^4.0.0", - "has": "^1.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0" - }, - "dependencies": { - "cssnano-util-get-match": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano-util-get-match/download/cssnano-util-get-match-4.0.0.tgz" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - } - } - }, - "postcss-reporter": { - "version": "https://registry.npm.alibaba-inc.com/postcss-reporter/download/postcss-reporter-6.0.1.tgz", - "requires": { - "chalk": "^2.4.1", - "lodash": "^4.17.11", - "log-symbols": "^2.2.0", - "postcss": "^7.0.7" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-2.2.0.tgz", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-resolve-nested-selector": { - "version": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-sass": { - "version": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.4.4.tgz", - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - }, - "dependencies": { - "gonzales-pe": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/gonzales-pe/download/gonzales-pe-4.3.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-scss": { - "version": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-selector-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": { - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cssesc/download/cssesc-3.0.0.tgz" - }, - "indexes-of": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/indexes-of/download/indexes-of-1.0.1.tgz" - }, - "uniq": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "postcss-sorting": { - "version": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-svgo": { - "version": "https://registry.npm.alibaba-inc.com/postcss-svgo/download/postcss-svgo-4.0.2.tgz", - "requires": { - "is-svg": "^3.0.0", - "postcss": "^7.0.0", - "postcss-value-parser": "^3.0.0", - "svgo": "^1.0.0" - }, - "dependencies": { - "is-svg": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-svg/download/is-svg-3.0.0.tgz", - "requires": { - "html-comment-regex": "^1.1.0" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz" - }, - "svgo": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "postcss-syntax": { - "version": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": { - "postcss": { - "version": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "postcss-unique-selectors": { - "version": "https://registry.npm.alibaba-inc.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz", - "requires": { - "alphanum-sort": "^1.0.0", - "postcss": "^7.0.0", - "uniqs": "^2.0.0" - }, - "dependencies": { - "alphanum-sort": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/alphanum-sort/download/alphanum-sort-1.0.2.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "uniqs": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - } - } - }, - "postcss-value-parser": { - "version": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "pre-commit": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/pre-commit/download/pre-commit-1.2.2.tgz", - "dev": true, - "requires": { - "cross-spawn": "^5.0.1", - "spawn-sync": "^1.0.15", - "which": "1.2.x" - }, - "dependencies": { - "cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-5.1.0.tgz", - "requires": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "spawn-sync": { - "version": "1.0.15", - "resolved": "https://registry.npm.alibaba-inc.com/spawn-sync/download/spawn-sync-1.0.15.tgz", - "requires": { - "concat-stream": "^1.4.7", - "os-shim": "^0.1.2" - }, - "dependencies": {} - }, - "which": { - "version": "1.2.14", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.2.14.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "prelude-ls": { - "version": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - }, - "prepend-http": { - "version": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-2.0.0.tgz" - }, - "prettier": { - "version": "1.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/prettier/download/prettier-1.19.1.tgz", - "dev": true - }, - "prettier-plugin-style-order": { - "version": "https://registry.npm.alibaba-inc.com/prettier-plugin-style-order/download/prettier-plugin-style-order-0.2.2.tgz", - "requires": { - "postcss-sorting": "5.0.1", - "resolve-cwd": "^3.0.0" - }, - "dependencies": { - "postcss-sorting": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": {} - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "pretty-bytes": { - "version": "https://registry.npm.alibaba-inc.com/pretty-bytes/download/pretty-bytes-1.0.4.tgz", - "requires": { - "get-stdin": "^4.0.1", - "meow": "^3.1.0" - }, - "dependencies": { - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-4.0.1.tgz" - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-3.7.0.tgz", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "pretty-error": { - "version": "https://registry.npm.alibaba-inc.com/pretty-error/download/pretty-error-2.1.2.tgz", - "requires": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "renderkid": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/renderkid/download/renderkid-2.0.5.tgz", - "requires": { - "css-select": "^2.0.2", - "dom-converter": "^0.2", - "htmlparser2": "^3.10.1", - "lodash": "^4.17.20", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "pretty-format": { - "version": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": { - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/@jest/types/download/@jest/types-26.6.2.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "react-is": { - "version": "17.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - } - } - }, - "pretty-hrtime": { - "version": "https://registry.npm.alibaba-inc.com/pretty-hrtime/download/pretty-hrtime-1.0.3.tgz" - }, - "prismjs": { - "version": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.23.0.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": { - "clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/clipboard/download/clipboard-2.0.6.tgz", - "optional": true, - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "private": { - "version": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "process": { - "version": "https://registry.npm.alibaba-inc.com/process/download/process-0.11.10.tgz" - }, - "process-nextick-args": { - "version": "https://registry.npm.alibaba-inc.com/process-nextick-args/download/process-nextick-args-2.0.1.tgz" - }, - "progress": { - "version": "https://registry.npm.alibaba-inc.com/progress/download/progress-2.0.3.tgz" - }, - "progress-stream": { - "version": "https://registry.npm.alibaba-inc.com/progress-stream/download/progress-stream-1.2.0.tgz", - "requires": { - "speedometer": "~0.1.2", - "through2": "~0.2.3" - }, - "dependencies": { - "speedometer": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/speedometer/download/speedometer-0.1.4.tgz" - }, - "through2": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.2.3.tgz", - "requires": { - "readable-stream": "~1.1.9", - "xtend": "~2.1.1" - }, - "dependencies": {} - } - } - }, - "promise": { - "version": "https://registry.npm.alibaba-inc.com/promise/download/promise-7.3.1.tgz", - "requires": { - "asap": "~2.0.3" - }, - "dependencies": { - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/asap/download/asap-2.0.6.tgz" - } - } - }, - "promise-inflight": { - "version": "https://registry.npm.alibaba-inc.com/promise-inflight/download/promise-inflight-1.0.1.tgz" - }, - "promise.allsettled": { - "version": "https://registry.npm.alibaba-inc.com/promise.allsettled/download/promise.allsettled-1.0.4.tgz", - "requires": { - "array.prototype.map": "^1.0.3", - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "get-intrinsic": "^1.0.2", - "iterate-value": "^1.0.2" - }, - "dependencies": { - "array.prototype.map": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.map/download/array.prototype.map-1.0.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.5" - }, - "dependencies": {} - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "iterate-value": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/iterate-value/download/iterate-value-1.0.2.tgz", - "requires": { - "es-get-iterator": "^1.0.2", - "iterate-iterator": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "promise.prototype.finally": { - "version": "https://registry.npm.alibaba-inc.com/promise.prototype.finally/download/promise.prototype.finally-3.1.2.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.0", - "function-bind": "^1.1.1" - }, - "dependencies": { - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.17.7.tgz", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "dependencies": {} - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/function-bind/download/function-bind-1.1.1.tgz" - } - } - }, - "promise.series": { - "version": "https://registry.npm.alibaba-inc.com/promise.series/download/promise.series-0.2.0.tgz" - }, - "prompts": { - "version": "https://registry.npm.alibaba-inc.com/prompts/download/prompts-2.4.0.tgz", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "dependencies": { - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kleur/download/kleur-3.0.3.tgz" - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/sisteransi/download/sisteransi-1.0.5.tgz" - } - } - }, - "prop-types": { - "version": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-16.13.1.tgz" - } - } - }, - "property-information": { - "version": "https://registry.npm.alibaba-inc.com/property-information/download/property-information-5.6.0.tgz", - "requires": { - "xtend": "^4.0.0" - }, - "dependencies": { - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "proto-list": { - "version": "https://registry.npm.alibaba-inc.com/proto-list/download/proto-list-1.2.4.tgz" - }, - "proxy-addr": { - "version": "https://registry.npm.alibaba-inc.com/proxy-addr/download/proxy-addr-2.0.6.tgz", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "dependencies": { - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/forwarded/download/forwarded-0.1.2.tgz" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npm.alibaba-inc.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz" - } - } - }, - "prr": { - "version": "https://registry.npm.alibaba-inc.com/prr/download/prr-1.0.1.tgz" - }, - "pseudomap": { - "version": "https://registry.npm.alibaba-inc.com/pseudomap/download/pseudomap-1.0.2.tgz" - }, - "psl": { - "version": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "public-encrypt": { - "version": "https://registry.npm.alibaba-inc.com/public-encrypt/download/public-encrypt-4.0.3.tgz", - "requires": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npm.alibaba-inc.com/bn.js/download/bn.js-4.11.9.tgz" - }, - "browserify-rsa": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz", - "requires": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - }, - "dependencies": {} - }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/create-hash/download/create-hash-1.2.0.tgz", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - }, - "dependencies": {} - }, - "parse-asn1": { - "version": "5.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/parse-asn1/download/parse-asn1-5.1.6.tgz", - "requires": { - "asn1.js": "^5.2.0", - "browserify-aes": "^1.0.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - }, - "dependencies": {} - }, - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "pug": { - "version": "https://registry.npm.alibaba-inc.com/pug/download/pug-3.0.0.tgz", - "requires": { - "pug-code-gen": "^3.0.0", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.0", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.0", - "pug-strip-comments": "^2.0.0" - }, - "dependencies": { - "pug-code-gen": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pug-code-gen/download/pug-code-gen-3.0.1.tgz", - "requires": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" - }, - "dependencies": {} - }, - "pug-filters": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-filters/download/pug-filters-4.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" - }, - "dependencies": {} - }, - "pug-lexer": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-lexer/download/pug-lexer-5.0.0.tgz", - "requires": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" - }, - "dependencies": {} - }, - "pug-linker": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-linker/download/pug-linker-4.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" - }, - "dependencies": {} - }, - "pug-load": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-load/download/pug-load-3.0.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" - }, - "dependencies": {} - }, - "pug-parser": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-parser/download/pug-parser-6.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" - }, - "dependencies": {} - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "pug-strip-comments": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-strip-comments/download/pug-strip-comments-2.0.0.tgz", - "requires": { - "pug-error": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "pug-attrs": { - "version": "https://registry.npm.alibaba-inc.com/pug-attrs/download/pug-attrs-3.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": {} - }, - "js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - } - } - }, - "pug-code-gen": { - "version": "https://registry.npm.alibaba-inc.com/pug-code-gen/download/pug-code-gen-3.0.1.tgz", - "requires": { - "constantinople": "^4.0.1", - "doctypes": "^1.1.0", - "js-stringify": "^1.0.2", - "pug-attrs": "^3.0.0", - "pug-error": "^2.0.0", - "pug-runtime": "^3.0.0", - "void-elements": "^3.1.0", - "with": "^7.0.0" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": {} - }, - "doctypes": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctypes/download/doctypes-1.1.0.tgz" - }, - "js-stringify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/js-stringify/download/js-stringify-1.0.2.tgz" - }, - "pug-attrs": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-attrs/download/pug-attrs-3.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "js-stringify": "^1.0.2", - "pug-runtime": "^3.0.0" - }, - "dependencies": {} - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-runtime": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "void-elements": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/void-elements/download/void-elements-3.1.0.tgz" - }, - "with": { - "version": "7.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/with/download/with-7.0.2.tgz", - "requires": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" - }, - "dependencies": {} - } - } - }, - "pug-error": { - "version": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-filters": { - "version": "https://registry.npm.alibaba-inc.com/pug-filters/download/pug-filters-4.0.0.tgz", - "requires": { - "constantinople": "^4.0.1", - "jstransformer": "1.0.0", - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0", - "resolve": "^1.15.1" - }, - "dependencies": { - "constantinople": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/constantinople/download/constantinople-4.0.1.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.1" - }, - "dependencies": {} - }, - "jstransformer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/jstransformer/download/jstransformer-1.0.0.tgz", - "requires": { - "is-promise": "^2.0.0", - "promise": "^7.0.1" - }, - "dependencies": {} - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "pug-lexer": { - "version": "https://registry.npm.alibaba-inc.com/pug-lexer/download/pug-lexer-5.0.0.tgz", - "requires": { - "character-parser": "^2.2.0", - "is-expression": "^4.0.0", - "pug-error": "^2.0.0" - }, - "dependencies": { - "character-parser": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/character-parser/download/character-parser-2.2.0.tgz", - "requires": { - "is-regex": "^1.0.3" - }, - "dependencies": {} - }, - "is-expression": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-expression/download/is-expression-4.0.0.tgz", - "requires": { - "acorn": "^7.1.1", - "object-assign": "^4.1.1" - }, - "dependencies": {} - }, - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - } - } - }, - "pug-linker": { - "version": "https://registry.npm.alibaba-inc.com/pug-linker/download/pug-linker-4.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "pug-walk": "^2.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - } - } - }, - "pug-load": { - "version": "https://registry.npm.alibaba-inc.com/pug-load/download/pug-load-3.0.0.tgz", - "requires": { - "object-assign": "^4.1.1", - "pug-walk": "^2.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "pug-walk": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - } - } - }, - "pug-parser": { - "version": "https://registry.npm.alibaba-inc.com/pug-parser/download/pug-parser-6.0.0.tgz", - "requires": { - "pug-error": "^2.0.0", - "token-stream": "1.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - }, - "token-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/token-stream/download/token-stream-1.0.0.tgz" - } - } - }, - "pug-runtime": { - "version": "https://registry.npm.alibaba-inc.com/pug-runtime/download/pug-runtime-3.0.0.tgz" - }, - "pug-strip-comments": { - "version": "https://registry.npm.alibaba-inc.com/pug-strip-comments/download/pug-strip-comments-2.0.0.tgz", - "requires": { - "pug-error": "^2.0.0" - }, - "dependencies": { - "pug-error": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug-error/download/pug-error-2.0.0.tgz" - } - } - }, - "pug-walk": { - "version": "https://registry.npm.alibaba-inc.com/pug-walk/download/pug-walk-2.0.0.tgz" - }, - "pump": { - "version": "https://registry.npm.alibaba-inc.com/pump/download/pump-3.0.0.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/once/download/once-1.4.0.tgz", - "requires": { - "wrappy": "1" - }, - "dependencies": {} - } - } - }, - "pumpify": { - "version": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pump/download/pump-2.0.1.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - }, - "dependencies": {} - } - } - }, - "punycode": { - "version": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - }, - "q": { - "version": "https://registry.npm.alibaba-inc.com/q/download/q-1.5.1.tgz" - }, - "qs": { - "version": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.9.6.tgz" - }, - "query-string": { - "version": "https://registry.npm.alibaba-inc.com/query-string/download/query-string-4.3.4.tgz", - "requires": { - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz" - } - } - }, - "querystring": { - "version": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - }, - "querystring-es3": { - "version": "https://registry.npm.alibaba-inc.com/querystring-es3/download/querystring-es3-0.2.1.tgz" - }, - "querystringify": { - "version": "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.2.0.tgz" - }, - "queue-microtask": { - "version": "https://registry.npm.alibaba-inc.com/queue-microtask/download/queue-microtask-1.2.2.tgz" - }, - "quick-lru": { - "version": "https://registry.npm.alibaba-inc.com/quick-lru/download/quick-lru-4.0.1.tgz" - }, - "ramda": { - "version": "https://registry.npm.alibaba-inc.com/ramda/download/ramda-0.21.0.tgz" - }, - "randombytes": { - "version": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "randomfill": { - "version": "https://registry.npm.alibaba-inc.com/randomfill/download/randomfill-1.0.4.tgz", - "requires": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "range-parser": { - "version": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "raw-body": { - "version": "https://registry.npm.alibaba-inc.com/raw-body/download/raw-body-2.4.0.tgz", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/bytes/download/bytes-3.1.0.tgz" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.2.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - } - } - }, - "raw-loader": { - "version": "0.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/raw-loader/download/raw-loader-0.5.1.tgz", - "dev": true - }, - "rc": { - "version": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/deep-extend/download/deep-extend-0.6.0.tgz" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/ini/download/ini-1.3.8.tgz" - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-2.0.1.tgz" - } - } - }, - "react": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react/download/react-16.14.0.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-addons-create-fragment": { - "version": "https://registry.npm.alibaba-inc.com/react-addons-create-fragment/download/react-addons-create-fragment-15.6.2.tgz", - "requires": { - "fbjs": "^0.8.4", - "loose-envify": "^1.3.1", - "object-assign": "^4.1.0" - }, - "dependencies": { - "fbjs": { - "version": "0.8.17", - "resolved": "https://registry.npm.alibaba-inc.com/fbjs/download/fbjs-0.8.17.tgz", - "requires": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.18" - }, - "dependencies": {} - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "react-clientside-effect": { - "version": "https://registry.npm.alibaba-inc.com/react-clientside-effect/download/react-clientside-effect-1.2.5.tgz", - "requires": { - "@babel/runtime": "^7.12.13" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "react-color": { - "version": "https://registry.npm.alibaba-inc.com/react-color/download/react-color-2.19.3.tgz", - "requires": { - "@icons/material": "^0.2.4", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15", - "material-colors": "^1.2.1", - "prop-types": "^15.5.10", - "reactcss": "^1.2.0", - "tinycolor2": "^1.4.1" - }, - "dependencies": { - "@icons/material": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/@icons/material/download/@icons/material-0.2.4.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash-es/download/lodash-es-4.17.21.tgz" - }, - "material-colors": { - "version": "1.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/material-colors/download/material-colors-1.2.6.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "reactcss": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/reactcss/download/reactcss-1.2.3.tgz", - "requires": { - "lodash": "^4.0.1" - }, - "dependencies": {} - }, - "tinycolor2": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/tinycolor2/download/tinycolor2-1.4.2.tgz" - } - } - }, - "react-dev-utils": { - "version": "https://registry.npm.alibaba-inc.com/react-dev-utils/download/react-dev-utils-9.1.0.tgz", - "requires": { - "@babel/code-frame": "7.5.5", - "address": "1.1.2", - "browserslist": "4.7.0", - "chalk": "2.4.2", - "cross-spawn": "6.0.5", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "1.0.5", - "filesize": "3.6.1", - "find-up": "3.0.0", - "fork-ts-checker-webpack-plugin": "1.5.0", - "global-modules": "2.0.0", - "globby": "8.0.2", - "gzip-size": "5.1.1", - "immer": "1.10.0", - "inquirer": "6.5.0", - "is-root": "2.1.0", - "loader-utils": "1.2.3", - "open": "^6.3.0", - "pkg-up": "2.0.0", - "react-error-overlay": "^6.0.3", - "recursive-readdir": "2.2.2", - "shell-quote": "1.7.2", - "sockjs-client": "1.4.0", - "strip-ansi": "5.2.0", - "text-table": "0.2.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz", - "requires": { - "@babel/highlight": "^7.0.0" - }, - "dependencies": {} - }, - "address": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/address/download/address-1.1.2.tgz" - }, - "browserslist": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.7.0.tgz", - "requires": { - "caniuse-lite": "^1.0.30000989", - "electron-to-chromium": "^1.3.247", - "node-releases": "^1.1.29" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/detect-port-alt/download/detect-port-alt-1.1.6.tgz", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": {} - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz" - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-3.0.0.tgz", - "requires": { - "locate-path": "^3.0.0" - }, - "dependencies": {} - }, - "fork-ts-checker-webpack-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/fork-ts-checker-webpack-plugin/download/fork-ts-checker-webpack-plugin-1.5.0.tgz", - "requires": { - "babel-code-frame": "^6.22.0", - "chalk": "^2.4.1", - "chokidar": "^2.0.4", - "micromatch": "^3.1.10", - "minimatch": "^3.0.4", - "semver": "^5.6.0", - "tapable": "^1.0.0", - "worker-rpc": "^0.1.0" - }, - "dependencies": {} - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "8.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-8.0.2.tgz", - "requires": { - "array-union": "^1.0.1", - "dir-glob": "2.0.0", - "fast-glob": "^2.0.2", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "dependencies": {} - }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": {} - }, - "immer": { - "version": "1.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/immer/download/immer-1.10.0.tgz" - }, - "inquirer": { - "version": "6.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/inquirer/download/inquirer-6.5.0.tgz", - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": {} - }, - "is-root": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-root/download/is-root-2.1.0.tgz" - }, - "loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.2.3.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/open/download/open-6.4.0.tgz", - "requires": { - "is-wsl": "^1.1.0" - }, - "dependencies": {} - }, - "pkg-up": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-up/download/pkg-up-2.0.0.tgz", - "requires": { - "find-up": "^2.1.0" - }, - "dependencies": {} - }, - "react-error-overlay": { - "version": "6.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.9.tgz" - }, - "recursive-readdir": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz", - "requires": { - "minimatch": "3.0.4" - }, - "dependencies": {} - }, - "shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "sockjs-client": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz", - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-5.2.0.tgz", - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": {} - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - } - } - }, - "react-docgen": { - "version": "https://registry.npm.alibaba-inc.com/react-docgen/download/react-docgen-5.3.1.tgz", - "requires": { - "@babel/core": "^7.7.5", - "@babel/runtime": "^7.7.6", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.13.1.tgz", - "requires": { - "@babel/code-frame": "^7.12.13", - "@babel/generator": "^7.13.0", - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-transforms": "^7.13.0", - "@babel/helpers": "^7.13.0", - "@babel/parser": "^7.13.0", - "@babel/template": "^7.12.13", - "@babel/traverse": "^7.13.0", - "@babel/types": "^7.13.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "semver": "7.0.0", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.14.2.tgz", - "requires": { - "tslib": "^2.0.1" - }, - "dependencies": {} - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/doctrine/download/doctrine-3.0.0.tgz", - "requires": { - "esutils": "^2.0.2" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npm.alibaba-inc.com/node-dir/download/node-dir-0.1.17.tgz", - "requires": { - "minimatch": "^3.0.2" - }, - "dependencies": {} - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "react-dom": { - "version": "16.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-dom/download/react-dom-16.14.0.tgz", - "dev": true, - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": {} - } - } - }, - "react-draggable": { - "version": "https://registry.npm.alibaba-inc.com/react-draggable/download/react-draggable-4.4.3.tgz", - "requires": { - "classnames": "^2.2.5", - "prop-types": "^15.6.0" - }, - "dependencies": { - "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/classnames/download/classnames-2.2.6.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-element-to-jsx-string": { - "version": "https://registry.npm.alibaba-inc.com/react-element-to-jsx-string/download/react-element-to-jsx-string-14.3.2.tgz", - "requires": { - "@base2/pretty-print-object": "1.0.0", - "is-plain-object": "3.0.1" - }, - "dependencies": { - "@base2/pretty-print-object": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@base2/pretty-print-object/download/@base2/pretty-print-object-1.0.0.tgz" - }, - "is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-3.0.1.tgz" - } - } - }, - "react-error-boundary": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/react-error-boundary/download/react-error-boundary-3.0.2.tgz", - "requires": { - "@babel/runtime": "^7.11.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "react-error-overlay": { - "version": "https://registry.npm.alibaba-inc.com/react-error-overlay/download/react-error-overlay-6.0.9.tgz" - }, - "react-fast-compare": { - "version": "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-3.2.0.tgz" - }, - "react-focus-lock": { - "version": "https://registry.npm.alibaba-inc.com/react-focus-lock/download/react-focus-lock-2.5.0.tgz", - "requires": { - "@babel/runtime": "^7.0.0", - "focus-lock": "^0.8.1", - "prop-types": "^15.6.2", - "react-clientside-effect": "^1.2.2", - "use-callback-ref": "^1.2.1", - "use-sidecar": "^1.0.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "focus-lock": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/focus-lock/download/focus-lock-0.8.1.tgz", - "requires": { - "tslib": "^1.9.3" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-clientside-effect": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/react-clientside-effect/download/react-clientside-effect-1.2.5.tgz", - "requires": { - "@babel/runtime": "^7.12.13" - }, - "dependencies": {} - }, - "use-callback-ref": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/use-callback-ref/download/use-callback-ref-1.2.5.tgz" - }, - "use-sidecar": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/use-sidecar/download/use-sidecar-1.0.4.tgz", - "requires": { - "detect-node-es": "^1.0.0", - "tslib": "^1.9.3" - }, - "dependencies": {} - } - } - }, - "react-helmet-async": { - "version": "https://registry.npm.alibaba-inc.com/react-helmet-async/download/react-helmet-async-1.0.7.tgz", - "requires": { - "@babel/runtime": "^7.11.2", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-fast-compare/download/react-fast-compare-3.2.0.tgz" - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - } - } - }, - "react-hotkeys": { - "version": "https://registry.npm.alibaba-inc.com/react-hotkeys/download/react-hotkeys-2.0.0.tgz", - "requires": { - "prop-types": "^15.6.1" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-input-autosize": { - "version": "https://registry.npm.alibaba-inc.com/react-input-autosize/download/react-input-autosize-3.0.0.tgz", - "requires": { - "prop-types": "^15.5.8" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-inspector": { - "version": "https://registry.npm.alibaba-inc.com/react-inspector/download/react-inspector-4.0.1.tgz", - "requires": { - "@babel/runtime": "^7.6.3", - "is-dom": "^1.0.9", - "prop-types": "^15.6.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "is-dom": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-dom/download/is-dom-1.1.0.tgz", - "requires": { - "is-object": "^1.0.1", - "is-window": "^1.0.2" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-is": { - "version": "https://registry.npm.alibaba-inc.com/react-is/download/react-is-17.0.1.tgz" - }, - "react-lifecycles-compat": { - "version": "https://registry.npm.alibaba-inc.com/react-lifecycles-compat/download/react-lifecycles-compat-3.0.4.tgz" - }, - "react-popper": { - "version": "https://registry.npm.alibaba-inc.com/react-popper/download/react-popper-1.3.10.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "@hypnosphi/create-react-context": "^0.3.1", - "popper.js": "^1.14.4", - "prop-types": "^15.6.1", - "typed-styles": "^0.0.7", - "warning": "^4.0.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@hypnosphi/create-react-context": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/@hypnosphi/create-react-context/download/@hypnosphi/create-react-context-0.3.1.tgz", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - }, - "dependencies": {} - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npm.alibaba-inc.com/popper.js/download/popper.js-1.16.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "typed-styles": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/typed-styles/download/typed-styles-0.0.7.tgz" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "react-popper-tooltip": { - "version": "https://registry.npm.alibaba-inc.com/react-popper-tooltip/download/react-popper-tooltip-2.11.1.tgz", - "requires": { - "@babel/runtime": "^7.9.2", - "react-popper": "^1.3.7" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "react-popper": { - "version": "1.3.10", - "resolved": "https://registry.npm.alibaba-inc.com/react-popper/download/react-popper-1.3.10.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "@hypnosphi/create-react-context": "^0.3.1", - "popper.js": "^1.14.4", - "prop-types": "^15.6.1", - "typed-styles": "^0.0.7", - "warning": "^4.0.2" - }, - "dependencies": {} - } - } - }, - "react-reconciler": { - "version": "0.25.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-reconciler/download/react-reconciler-0.25.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "scheduler": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": {} - } - } - }, - "react-select": { - "version": "https://registry.npm.alibaba-inc.com/react-select/download/react-select-3.2.0.tgz", - "requires": { - "@babel/runtime": "^7.4.4", - "@emotion/cache": "^10.0.9", - "@emotion/core": "^10.0.9", - "@emotion/css": "^10.0.9", - "memoize-one": "^5.0.0", - "prop-types": "^15.6.0", - "react-input-autosize": "^3.0.0", - "react-transition-group": "^4.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "@emotion/cache": { - "version": "10.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/cache/download/@emotion/cache-10.0.29.tgz", - "requires": { - "@emotion/sheet": "0.9.4", - "@emotion/stylis": "0.8.5", - "@emotion/utils": "0.11.3", - "@emotion/weak-memoize": "0.2.5" - }, - "dependencies": {} - }, - "@emotion/core": { - "version": "10.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/core/download/@emotion/core-10.1.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "@emotion/cache": "^10.0.27", - "@emotion/css": "^10.0.27", - "@emotion/serialize": "^0.11.15", - "@emotion/sheet": "0.9.4", - "@emotion/utils": "0.11.3" - }, - "dependencies": {} - }, - "@emotion/css": { - "version": "10.0.27", - "resolved": "https://registry.npm.alibaba-inc.com/@emotion/css/download/@emotion/css-10.0.27.tgz", - "requires": { - "@emotion/serialize": "^0.11.15", - "@emotion/utils": "0.11.3", - "babel-plugin-emotion": "^10.0.27" - }, - "dependencies": {} - }, - "memoize-one": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/memoize-one/download/memoize-one-5.1.1.tgz" - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "react-input-autosize": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-input-autosize/download/react-input-autosize-3.0.0.tgz", - "requires": { - "prop-types": "^15.5.8" - }, - "dependencies": {} - }, - "react-transition-group": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-transition-group/download/react-transition-group-4.4.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "dependencies": {} - } - } - }, - "react-sizeme": { - "version": "https://registry.npm.alibaba-inc.com/react-sizeme/download/react-sizeme-2.6.12.tgz", - "requires": { - "element-resize-detector": "^1.2.1", - "invariant": "^2.2.4", - "shallowequal": "^1.1.0", - "throttle-debounce": "^2.1.0" - }, - "dependencies": { - "element-resize-detector": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/element-resize-detector/download/element-resize-detector-1.2.1.tgz", - "requires": { - "batch-processor": "1.0.0" - }, - "dependencies": {} - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/invariant/download/invariant-2.2.4.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": {} - }, - "shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - }, - "throttle-debounce": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/throttle-debounce/download/throttle-debounce-2.3.0.tgz" - } - } - }, - "react-syntax-highlighter": { - "version": "https://registry.npm.alibaba-inc.com/react-syntax-highlighter/download/react-syntax-highlighter-11.0.2.tgz", - "requires": { - "@babel/runtime": "^7.3.1", - "highlight.js": "~9.13.0", - "lowlight": "~1.11.0", - "prismjs": "^1.8.4", - "refractor": "^2.4.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npm.alibaba-inc.com/highlight.js/download/highlight.js-9.13.1.tgz" - }, - "lowlight": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/lowlight/download/lowlight-1.11.0.tgz", - "requires": { - "fault": "^1.0.2", - "highlight.js": "~9.13.0" - }, - "dependencies": {} - }, - "prismjs": { - "version": "1.23.0", - "resolved": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.23.0.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": {} - }, - "refractor": { - "version": "2.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/refractor/download/refractor-2.10.1.tgz", - "requires": { - "hastscript": "^5.0.0", - "parse-entities": "^1.1.2", - "prismjs": "~1.17.0" - }, - "dependencies": {} - } - } - }, - "react-textarea-autosize": { - "version": "https://registry.npm.alibaba-inc.com/react-textarea-autosize/download/react-textarea-autosize-7.1.2.tgz", - "requires": { - "@babel/runtime": "^7.1.2", - "prop-types": "^15.6.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-transition-group": { - "version": "https://registry.npm.alibaba-inc.com/react-transition-group/download/react-transition-group-4.4.1.tgz", - "requires": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "dom-helpers": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dom-helpers/download/dom-helpers-5.2.0.tgz", - "requires": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - }, - "dependencies": {} - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - } - } - }, - "react-with-styles-interface-aphrodite": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-aphrodite/download/react-with-styles-interface-aphrodite-6.0.1.tgz", - "dev": true, - "requires": { - "array.prototype.flat": "^1.2.1", - "has": "^1.0.3", - "object.assign": "^4.1.0", - "object.entries": "^1.1.0", - "rtl-css-js": "^1.13.1" - }, - "dependencies": { - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/has/download/has-1.0.3.tgz", - "requires": { - "function-bind": "^1.1.1" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "rtl-css-js": { - "version": "1.14.0", - "resolved": "https://registry.npm.alibaba-inc.com/rtl-css-js/download/rtl-css-js-1.14.0.tgz", - "requires": { - "@babel/runtime": "^7.1.2" - }, - "dependencies": {} - } - } - }, - "react-with-styles-interface-css": { - "version": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-css/download/react-with-styles-interface-css-6.0.0.tgz", - "requires": { - "array.prototype.flat": "^1.2.1", - "global-cache": "^1.2.1" - }, - "dependencies": { - "array.prototype.flat": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/array.prototype.flat/download/array.prototype.flat-1.2.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - }, - "dependencies": {} - }, - "global-cache": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "react-with-styles-interface-css-compiler": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-css-compiler/download/react-with-styles-interface-css-compiler-2.2.0.tgz", - "dev": true, - "requires": { - "@babel/register": "^7.5.5", - "@babel/runtime": "^7.5.5", - "aphrodite": "^2.2.3", - "clean-css": "^4.2.1", - "global-cache": "^1.2.1", - "jsdom": "^11.12.0", - "object.entries": "^1.0.4", - "object.values": "^1.0.4", - "react-with-styles-interface-css": "^6.0.0" - }, - "dependencies": { - "@babel/register": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/register/download/@babel/register-7.13.0.tgz", - "requires": { - "find-cache-dir": "^2.0.0", - "lodash": "^4.17.19", - "make-dir": "^2.1.0", - "pirates": "^4.0.0", - "source-map-support": "^0.5.16" - }, - "dependencies": {} - }, - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - }, - "aphrodite": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/aphrodite/download/aphrodite-2.4.0.tgz", - "requires": { - "asap": "^2.0.3", - "inline-style-prefixer": "^5.1.0", - "string-hash": "^1.1.3" - }, - "dependencies": {} - }, - "clean-css": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/clean-css/download/clean-css-4.2.3.tgz", - "requires": { - "source-map": "~0.6.0" - }, - "dependencies": {} - }, - "global-cache": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/global-cache/download/global-cache-1.2.1.tgz", - "requires": { - "define-properties": "^1.1.2", - "is-symbol": "^1.0.1" - }, - "dependencies": {} - }, - "jsdom": { - "version": "11.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsdom/download/jsdom-11.12.0.tgz", - "requires": { - "abab": "^2.0.0", - "acorn": "^5.5.3", - "acorn-globals": "^4.1.0", - "array-equal": "^1.0.0", - "cssom": ">= 0.3.2 < 0.4.0", - "cssstyle": "^1.0.0", - "data-urls": "^1.0.0", - "domexception": "^1.0.1", - "escodegen": "^1.9.1", - "html-encoding-sniffer": "^1.0.2", - "left-pad": "^1.3.0", - "nwsapi": "^2.0.7", - "parse5": "4.0.0", - "pn": "^1.1.0", - "request": "^2.87.0", - "request-promise-native": "^1.0.5", - "sax": "^1.2.4", - "symbol-tree": "^3.2.2", - "tough-cookie": "^2.3.4", - "w3c-hr-time": "^1.0.1", - "webidl-conversions": "^4.0.2", - "whatwg-encoding": "^1.0.3", - "whatwg-mimetype": "^2.1.0", - "whatwg-url": "^6.4.1", - "ws": "^5.2.0", - "xml-name-validator": "^3.0.0" - }, - "dependencies": {} - }, - "object.entries": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.entries/download/object.entries-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "react-with-styles-interface-css": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/react-with-styles-interface-css/download/react-with-styles-interface-css-6.0.0.tgz", - "requires": { - "array.prototype.flat": "^1.2.1", - "global-cache": "^1.2.1" - }, - "dependencies": {} - } - } - }, - "reactcss": { - "version": "https://registry.npm.alibaba-inc.com/reactcss/download/reactcss-1.2.3.tgz", - "requires": { - "lodash": "^4.0.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "read-pkg": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "@types/normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.0.tgz" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-package-data/download/normalize-package-data-2.5.0.tgz", - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": {} - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/parse-json/download/parse-json-5.2.0.tgz", - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.6.0.tgz" - } - } - }, - "read-pkg-up": { - "version": "https://registry.npm.alibaba-inc.com/read-pkg-up/download/read-pkg-up-7.0.1.tgz", - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/find-up/download/find-up-4.1.0.tgz", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "dependencies": {} - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/read-pkg/download/read-pkg-5.2.0.tgz", - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": {} - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.8.1.tgz" - } - } - }, - "readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - } - } - }, - "readdirp": { - "version": "https://registry.npm.alibaba-inc.com/readdirp/download/readdirp-3.5.0.tgz", - "requires": { - "picomatch": "^2.2.1" - }, - "dependencies": { - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/picomatch/download/picomatch-2.2.2.tgz" - } - } - }, - "realpath-native": { - "version": "https://registry.npm.alibaba-inc.com/realpath-native/download/realpath-native-1.1.0.tgz", - "requires": { - "util.promisify": "^1.0.0" - }, - "dependencies": { - "util.promisify": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "recast": { - "version": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.19.1.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": { - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/esprima/download/esprima-4.0.1.tgz" - }, - "private": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/private/download/private-0.1.8.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "rechoir": { - "version": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": { - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - } - } - }, - "recursive-readdir": { - "version": "https://registry.npm.alibaba-inc.com/recursive-readdir/download/recursive-readdir-2.2.2.tgz", - "requires": { - "minimatch": "3.0.4" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "redent": { - "version": "https://registry.npm.alibaba-inc.com/redent/download/redent-3.0.0.tgz", - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "dependencies": { - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/indent-string/download/indent-string-4.0.0.tgz" - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "refractor": { - "version": "https://registry.npm.alibaba-inc.com/refractor/download/refractor-2.10.1.tgz", - "requires": { - "hastscript": "^5.0.0", - "parse-entities": "^1.1.2", - "prismjs": "~1.17.0" - }, - "dependencies": { - "hastscript": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/hastscript/download/hastscript-5.1.2.tgz", - "requires": { - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "dependencies": {} - }, - "parse-entities": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/parse-entities/download/parse-entities-1.2.2.tgz", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": {} - }, - "prismjs": { - "version": "1.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/prismjs/download/prismjs-1.17.1.tgz", - "requires": { - "clipboard": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "regenerate": { - "version": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - }, - "regenerate-unicode-properties": { - "version": "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.2.0.tgz", - "requires": { - "regenerate": "^1.4.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - } - } - }, - "regenerator-runtime": { - "version": "https://registry.npm.alibaba-inc.com/regenerator-runtime/download/regenerator-runtime-0.13.7.tgz" - }, - "regenerator-transform": { - "version": "https://registry.npm.alibaba-inc.com/regenerator-transform/download/regenerator-transform-0.14.5.tgz", - "requires": { - "@babel/runtime": "^7.8.4" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "regex-not": { - "version": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "regexp-tree": { - "version": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - }, - "regexp.prototype.flags": { - "version": "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "regexpp": { - "version": "https://registry.npm.alibaba-inc.com/regexpp/download/regexpp-3.1.0.tgz" - }, - "regexpu-core": { - "version": "https://registry.npm.alibaba-inc.com/regexpu-core/download/regexpu-core-4.7.1.tgz", - "requires": { - "regenerate": "^1.4.0", - "regenerate-unicode-properties": "^8.2.0", - "regjsgen": "^0.5.1", - "regjsparser": "^0.6.4", - "unicode-match-property-ecmascript": "^1.0.4", - "unicode-match-property-value-ecmascript": "^1.2.0" - }, - "dependencies": { - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate/download/regenerate-1.4.2.tgz" - }, - "regenerate-unicode-properties": { - "version": "8.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/regenerate-unicode-properties/download/regenerate-unicode-properties-8.2.0.tgz", - "requires": { - "regenerate": "^1.4.0" - }, - "dependencies": {} - }, - "regjsgen": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.2.tgz" - }, - "regjsparser": { - "version": "0.6.7", - "resolved": "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.7.tgz", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": {} - }, - "unicode-match-property-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz", - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - }, - "dependencies": {} - }, - "unicode-match-property-value-ecmascript": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.2.0.tgz" - } - } - }, - "registry-auth-token": { - "version": "https://registry.npm.alibaba-inc.com/registry-auth-token/download/registry-auth-token-4.2.1.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - } - } - }, - "registry-url": { - "version": "https://registry.npm.alibaba-inc.com/registry-url/download/registry-url-5.1.0.tgz", - "requires": { - "rc": "^1.2.8" - }, - "dependencies": { - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npm.alibaba-inc.com/rc/download/rc-1.2.8.tgz", - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": {} - } - } - }, - "regjsgen": { - "version": "https://registry.npm.alibaba-inc.com/regjsgen/download/regjsgen-0.5.2.tgz" - }, - "regjsparser": { - "version": "https://registry.npm.alibaba-inc.com/regjsparser/download/regjsparser-0.6.7.tgz", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jsesc/download/jsesc-0.5.0.tgz" - } - } - }, - "regression": { - "version": "https://registry.npm.alibaba-inc.com/regression/download/regression-2.0.1.tgz" - }, - "relateurl": { - "version": "https://registry.npm.alibaba-inc.com/relateurl/download/relateurl-0.2.7.tgz" - }, - "release-zalgo": { - "version": "https://registry.npm.alibaba-inc.com/release-zalgo/download/release-zalgo-1.0.0.tgz", - "requires": { - "es6-error": "^4.0.1" - }, - "dependencies": { - "es6-error": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/es6-error/download/es6-error-4.1.1.tgz" - } - } - }, - "remark": { - "version": "https://registry.npm.alibaba-inc.com/remark/download/remark-13.0.0.tgz", - "requires": { - "remark-parse": "^9.0.0", - "remark-stringify": "^9.0.0", - "unified": "^9.1.0" - }, - "dependencies": { - "remark-parse": { - "version": "9.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-9.0.0.tgz", - "requires": { - "mdast-util-from-markdown": "^0.8.0" - }, - "dependencies": {} - }, - "remark-stringify": { - "version": "9.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-9.0.1.tgz", - "requires": { - "mdast-util-to-markdown": "^0.6.0" - }, - "dependencies": {} - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "remark-external-links": { - "version": "https://registry.npm.alibaba-inc.com/remark-external-links/download/remark-external-links-5.0.0.tgz", - "requires": { - "extend": "^3.0.0", - "is-absolute-url": "^3.0.0", - "mdast-util-definitions": "^1.2.3", - "space-separated-tokens": "^1.1.2", - "unist-util-visit": "^1.4.0" - }, - "dependencies": { - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-absolute-url": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute-url/download/is-absolute-url-3.0.3.tgz" - }, - "mdast-util-definitions": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-definitions/download/mdast-util-definitions-1.2.5.tgz", - "requires": { - "unist-util-visit": "^1.0.0" - }, - "dependencies": {} - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "remark-footnotes": { - "version": "https://registry.npm.alibaba-inc.com/remark-footnotes/download/remark-footnotes-2.0.0.tgz" - }, - "remark-mdx": { - "version": "https://registry.npm.alibaba-inc.com/remark-mdx/download/remark-mdx-1.6.22.tgz", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/core/download/@babel/core-7.12.9.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "dependencies": {} - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.10.4.tgz" - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - }, - "dependencies": {} - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.1.tgz", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "dependencies": {} - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npm.alibaba-inc.com/@mdx-js/util/download/@mdx-js/util-1.6.22.tgz" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphabetical/download/is-alphabetical-1.0.4.tgz" - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-8.0.3.tgz", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": {} - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "remark-parse": { - "version": "https://registry.npm.alibaba-inc.com/remark-parse/download/remark-parse-9.0.0.tgz", - "requires": { - "mdast-util-from-markdown": "^0.8.0" - }, - "dependencies": { - "mdast-util-from-markdown": { - "version": "0.8.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-from-markdown/download/mdast-util-from-markdown-0.8.5.tgz", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-string": "^2.0.0", - "micromark": "~2.11.0", - "parse-entities": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "remark-slug": { - "version": "https://registry.npm.alibaba-inc.com/remark-slug/download/remark-slug-5.1.2.tgz", - "requires": { - "github-slugger": "^1.0.0", - "mdast-util-to-string": "^1.0.0", - "unist-util-visit": "^1.0.0" - }, - "dependencies": { - "github-slugger": { - "version": "1.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/github-slugger/download/github-slugger-1.3.0.tgz", - "requires": { - "emoji-regex": ">=6.0.0 <=6.1.1" - }, - "dependencies": {} - }, - "mdast-util-to-string": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-string/download/mdast-util-to-string-1.1.0.tgz" - }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-1.4.1.tgz", - "requires": { - "unist-util-visit-parents": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "remark-squeeze-paragraphs": { - "version": "https://registry.npm.alibaba-inc.com/remark-squeeze-paragraphs/download/remark-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "dependencies": { - "mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-squeeze-paragraphs/download/mdast-squeeze-paragraphs-4.0.0.tgz", - "requires": { - "unist-util-remove": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "remark-stringify": { - "version": "https://registry.npm.alibaba-inc.com/remark-stringify/download/remark-stringify-9.0.1.tgz", - "requires": { - "mdast-util-to-markdown": "^0.6.0" - }, - "dependencies": { - "mdast-util-to-markdown": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/mdast-util-to-markdown/download/mdast-util-to-markdown-0.6.5.tgz", - "requires": { - "@types/unist": "^2.0.0", - "longest-streak": "^2.0.0", - "mdast-util-to-string": "^2.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.0.0", - "zwitch": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "remove-bom-buffer": { - "version": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-1.1.6.tgz" - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-utf8/download/is-utf8-0.2.1.tgz" - } - } - }, - "remove-bom-stream": { - "version": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": { - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "remove-trailing-separator": { - "version": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "renderkid": { - "version": "https://registry.npm.alibaba-inc.com/renderkid/download/renderkid-2.0.5.tgz", - "requires": { - "css-select": "^2.0.2", - "dom-converter": "^0.2", - "htmlparser2": "^3.10.1", - "lodash": "^4.17.20", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/dom-converter/download/dom-converter-0.2.0.tgz", - "requires": { - "utila": "~0.4" - }, - "dependencies": {} - }, - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/htmlparser2/download/htmlparser2-3.10.1.tgz", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "repeat-element": { - "version": "https://registry.npm.alibaba-inc.com/repeat-element/download/repeat-element-1.1.3.tgz" - }, - "repeat-string": { - "version": "https://registry.npm.alibaba-inc.com/repeat-string/download/repeat-string-1.6.1.tgz" - }, - "repeating": { - "version": "https://registry.npm.alibaba-inc.com/repeating/download/repeating-2.0.1.tgz", - "requires": { - "is-finite": "^1.0.0" - }, - "dependencies": { - "is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-finite/download/is-finite-1.1.0.tgz" - } - } - }, - "replace-ext": { - "version": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - }, - "replace-homedir": { - "version": "https://registry.npm.alibaba-inc.com/replace-homedir/download/replace-homedir-1.0.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1", - "is-absolute": "^1.0.0", - "remove-trailing-separator": "^1.1.0" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - }, - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - } - } - }, - "request": { - "version": "https://registry.npm.alibaba-inc.com/request/download/request-2.88.2.tgz", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws-sign2/download/aws-sign2-0.7.0.tgz" - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npm.alibaba-inc.com/aws4/download/aws4-1.11.0.tgz" - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npm.alibaba-inc.com/caseless/download/caseless-0.12.0.tgz" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/combined-stream/download/combined-stream-1.0.8.tgz", - "requires": { - "delayed-stream": "~1.0.0" - }, - "dependencies": {} - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/forever-agent/download/forever-agent-0.6.1.tgz" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/form-data/download/form-data-2.3.3.tgz", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "dependencies": {} - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/har-validator/download/har-validator-5.1.5.tgz", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "dependencies": {} - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/http-signature/download/http-signature-1.2.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "dependencies": {} - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/isstream/download/isstream-0.1.2.tgz" - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/oauth-sign/download/oauth-sign-0.9.0.tgz" - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/performance-now/download/performance-now-2.1.0.tgz" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/qs/download/qs-6.5.2.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": {} - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "request-promise-core": { - "version": "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.4.tgz", - "requires": { - "lodash": "^4.17.19" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - } - } - }, - "request-promise-native": { - "version": "https://registry.npm.alibaba-inc.com/request-promise-native/download/request-promise-native-1.0.9.tgz", - "requires": { - "request-promise-core": "1.1.4", - "stealthy-require": "^1.1.1", - "tough-cookie": "^2.3.3" - }, - "dependencies": { - "request-promise-core": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/request-promise-core/download/request-promise-core-1.1.4.tgz", - "requires": { - "lodash": "^4.17.19" - }, - "dependencies": {} - }, - "stealthy-require": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz" - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-2.5.0.tgz", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "require-directory": { - "version": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "require-from-string": { - "version": "https://registry.npm.alibaba-inc.com/require-from-string/download/require-from-string-2.0.2.tgz" - }, - "require-main-filename": { - "version": "https://registry.npm.alibaba-inc.com/require-main-filename/download/require-main-filename-2.0.0.tgz" - }, - "requires-port": { - "version": "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz" - }, - "reserved-words": { - "version": "https://registry.npm.alibaba-inc.com/reserved-words/download/reserved-words-0.1.2.tgz" - }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz" - }, - "resolve": { - "version": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": { - "is-core-module": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-core-module/download/is-core-module-2.2.0.tgz", - "requires": { - "has": "^1.0.3" - }, - "dependencies": {} - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/path-parse/download/path-parse-1.0.6.tgz" - } - } - }, - "resolve-cwd": { - "version": "https://registry.npm.alibaba-inc.com/resolve-cwd/download/resolve-cwd-3.0.0.tgz", - "requires": { - "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - } - } - }, - "resolve-dir": { - "version": "https://registry.npm.alibaba-inc.com/resolve-dir/download/resolve-dir-1.0.1.tgz", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/expand-tilde/download/expand-tilde-2.0.2.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": {} - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-1.0.0.tgz", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "resolve-from": { - "version": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "resolve-options": { - "version": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": { - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - } - } - }, - "resolve-url": { - "version": "https://registry.npm.alibaba-inc.com/resolve-url/download/resolve-url-0.2.1.tgz" - }, - "responselike": { - "version": "https://registry.npm.alibaba-inc.com/responselike/download/responselike-1.0.2.tgz", - "requires": { - "lowercase-keys": "^1.0.0" - }, - "dependencies": { - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/lowercase-keys/download/lowercase-keys-1.0.1.tgz" - } - } - }, - "restore-cursor": { - "version": "https://registry.npm.alibaba-inc.com/restore-cursor/download/restore-cursor-3.1.0.tgz", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/onetime/download/onetime-5.1.2.tgz", - "requires": { - "mimic-fn": "^2.1.0" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - } - } - }, - "ret": { - "version": "https://registry.npm.alibaba-inc.com/ret/download/ret-0.1.15.tgz" - }, - "reusify": { - "version": "https://registry.npm.alibaba-inc.com/reusify/download/reusify-1.0.4.tgz" - }, - "rgb-regex": { - "version": "https://registry.npm.alibaba-inc.com/rgb-regex/download/rgb-regex-1.0.1.tgz" - }, - "rgba-regex": { - "version": "https://registry.npm.alibaba-inc.com/rgba-regex/download/rgba-regex-1.0.0.tgz" - }, - "right-align": { - "version": "https://registry.npm.alibaba-inc.com/right-align/download/right-align-0.1.3.tgz", - "requires": { - "align-text": "^0.1.1" - }, - "dependencies": { - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/align-text/download/align-text-0.1.4.tgz", - "requires": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "dependencies": {} - } - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-3.0.2.tgz", - "dev": true, - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "ripemd160": { - "version": "https://registry.npm.alibaba-inc.com/ripemd160/download/ripemd160-2.0.2.tgz", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - }, - "dependencies": { - "hash-base": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/hash-base/download/hash-base-3.1.0.tgz", - "requires": { - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "rollup": { - "version": "https://registry.npm.alibaba-inc.com/rollup/download/rollup-2.33.3.tgz", - "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": { - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/fsevents/download/fsevents-2.1.3.tgz", - "optional": true - } - } - }, - "rollup-plugin-postcss": { - "version": "https://registry.npm.alibaba-inc.com/rollup-plugin-postcss/download/rollup-plugin-postcss-3.1.8.tgz", - "requires": { - "chalk": "^4.0.0", - "concat-with-sourcemaps": "^1.1.0", - "cssnano": "^4.1.10", - "import-cwd": "^3.0.0", - "p-queue": "^6.3.0", - "pify": "^5.0.0", - "postcss": "^7.0.27", - "postcss-load-config": "^2.1.0", - "postcss-modules": "^2.0.0", - "promise.series": "^0.2.0", - "resolve": "^1.16.1", - "rollup-pluginutils": "^2.8.2", - "safe-identifier": "^0.4.1", - "style-inject": "^0.3.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "concat-with-sourcemaps": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/concat-with-sourcemaps/download/concat-with-sourcemaps-1.1.0.tgz", - "requires": { - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "cssnano": { - "version": "4.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/cssnano/download/cssnano-4.1.10.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "cssnano-preset-default": "^4.0.7", - "is-resolvable": "^1.0.0", - "postcss": "^7.0.0" - }, - "dependencies": {} - }, - "import-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-cwd/download/import-cwd-3.0.0.tgz", - "requires": { - "import-from": "^3.0.0" - }, - "dependencies": {} - }, - "p-queue": { - "version": "6.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/p-queue/download/p-queue-6.6.2.tgz", - "requires": { - "eventemitter3": "^4.0.4", - "p-timeout": "^3.2.0" - }, - "dependencies": {} - }, - "pify": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-5.0.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-load-config": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz", - "requires": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "dependencies": {} - }, - "postcss-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-modules/download/postcss-modules-2.0.0.tgz", - "requires": { - "css-modules-loader-core": "^1.1.0", - "generic-names": "^2.0.1", - "lodash.camelcase": "^4.3.0", - "postcss": "^7.0.1", - "string-hash": "^1.1.1" - }, - "dependencies": {} - }, - "promise.series": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/promise.series/download/promise.series-0.2.0.tgz" - }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.20.0.tgz", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": {} - }, - "safe-identifier": { - "version": "0.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/safe-identifier/download/safe-identifier-0.4.2.tgz" - }, - "style-inject": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-inject/download/style-inject-0.3.0.tgz" - } - } - }, - "rollup-plugin-terser": { - "version": "https://registry.npm.alibaba-inc.com/rollup-plugin-terser/download/rollup-plugin-terser-7.0.2.tgz", - "requires": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/code-frame/download/@babel/code-frame-7.12.13.tgz", - "requires": { - "@babel/highlight": "^7.12.13" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-26.6.2.tgz", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": {} - }, - "terser": { - "version": "5.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-5.6.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" - }, - "dependencies": {} - } - } - }, - "rollup-plugin-typescript2": { - "version": "https://registry.npm.alibaba-inc.com/rollup-plugin-typescript2/download/rollup-plugin-typescript2-0.29.0.tgz", - "requires": { - "@rollup/pluginutils": "^3.1.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "8.1.0", - "resolve": "1.17.0", - "tslib": "2.0.1" - }, - "dependencies": { - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/@rollup/pluginutils/download/@rollup/pluginutils-3.1.0.tgz", - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": {} - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-extra/download/fs-extra-8.1.0.tgz", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "dependencies": {} - }, - "resolve": { - "version": "1.17.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve/download/resolve-1.17.0.tgz", - "requires": { - "path-parse": "^1.0.6" - }, - "dependencies": {} - }, - "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.0.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "rollup-pluginutils": { - "version": "https://registry.npm.alibaba-inc.com/rollup-pluginutils/download/rollup-pluginutils-2.8.2.tgz", - "requires": { - "estree-walker": "^0.6.1" - }, - "dependencies": { - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/estree-walker/download/estree-walker-0.6.1.tgz" - } - } - }, - "rsvp": { - "version": "https://registry.npm.alibaba-inc.com/rsvp/download/rsvp-4.8.5.tgz" - }, - "rtl-css-js": { - "version": "https://registry.npm.alibaba-inc.com/rtl-css-js/download/rtl-css-js-1.14.0.tgz", - "requires": { - "@babel/runtime": "^7.1.2" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/runtime/download/@babel/runtime-7.13.6.tgz", - "requires": { - "regenerator-runtime": "^0.13.4" - }, - "dependencies": {} - } - } - }, - "run-async": { - "version": "https://registry.npm.alibaba-inc.com/run-async/download/run-async-2.4.1.tgz" - }, - "run-parallel": { - "version": "https://registry.npm.alibaba-inc.com/run-parallel/download/run-parallel-1.2.0.tgz", - "requires": { - "queue-microtask": "^1.2.2" - }, - "dependencies": { - "queue-microtask": { - "version": "1.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/queue-microtask/download/queue-microtask-1.2.2.tgz" - } - } - }, - "run-queue": { - "version": "https://registry.npm.alibaba-inc.com/run-queue/download/run-queue-1.0.3.tgz", - "requires": { - "aproba": "^1.1.1" - }, - "dependencies": { - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/aproba/download/aproba-1.2.0.tgz" - } - } - }, - "rw": { - "version": "https://registry.npm.alibaba-inc.com/rw/download/rw-1.3.3.tgz" - }, - "rxjs": { - "version": "https://registry.npm.alibaba-inc.com/rxjs/download/rxjs-6.6.3.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "safe-buffer": { - "version": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "safe-identifier": { - "version": "https://registry.npm.alibaba-inc.com/safe-identifier/download/safe-identifier-0.4.2.tgz" - }, - "safe-publish-latest": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/safe-publish-latest/download/safe-publish-latest-1.1.4.tgz", - "dev": true, - "requires": { - "in-publish": "^2.0.0", - "semver": "^5.7.1", - "yargs": "^7.1.0" - }, - "dependencies": { - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/in-publish/download/in-publish-2.0.1.tgz" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - }, - "yargs": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-7.1.1.tgz", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "5.0.0-security.0" - }, - "dependencies": {} - } - } - }, - "safe-regex": { - "version": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-2.1.1.tgz", - "requires": { - "regexp-tree": "~0.1.1" - }, - "dependencies": { - "regexp-tree": { - "version": "0.1.23", - "resolved": "https://registry.npm.alibaba-inc.com/regexp-tree/download/regexp-tree-0.1.23.tgz" - } - } - }, - "safer-buffer": { - "version": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - }, - "sane": { - "version": "https://registry.npm.alibaba-inc.com/sane/download/sane-4.1.0.tgz", - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/@cnakazawa/watch/download/@cnakazawa/watch-1.0.4.tgz", - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "dependencies": {} - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/anymatch/download/anymatch-2.0.0.tgz", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, - "dependencies": {} - }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/capture-exit/download/capture-exit-2.0.0.tgz", - "requires": { - "rsvp": "^4.8.4" - }, - "dependencies": {} - }, - "exec-sh": { - "version": "0.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/exec-sh/download/exec-sh-0.3.4.tgz" - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execa/download/execa-1.0.0.tgz", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": {} - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/fb-watchman/download/fb-watchman-2.0.1.tgz", - "requires": { - "bser": "2.1.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "walker": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": {} - } - } - }, - "sass-graph": { - "version": "https://registry.npm.alibaba-inc.com/sass-graph/download/sass-graph-2.2.5.tgz", - "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "scss-tokenizer": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz", - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": {} - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - }, - "sass-loader": { - "version": "7.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/sass-loader/download/sass-loader-7.3.1.tgz", - "dev": true, - "requires": { - "clone-deep": "^4.0.1", - "loader-utils": "^1.0.1", - "neo-async": "^2.5.0", - "pify": "^4.0.1", - "semver": "^6.3.0" - }, - "dependencies": { - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/clone-deep/download/clone-deep-4.0.1.tgz", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/pify/download/pify-4.0.1.tgz" - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-6.3.0.tgz" - } - } - }, - "sax": { - "version": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "saxes": { - "version": "https://registry.npm.alibaba-inc.com/saxes/download/saxes-5.0.1.tgz", - "requires": { - "xmlchars": "^2.2.0" - }, - "dependencies": { - "xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/xmlchars/download/xmlchars-2.2.0.tgz" - } - } - }, - "scheduler": { - "version": "https://registry.npm.alibaba-inc.com/scheduler/download/scheduler-0.19.1.tgz", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/object-assign/download/object-assign-4.1.1.tgz" - } - } - }, - "schema-utils": { - "version": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": { - "@types/json-schema": { - "version": "7.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json-schema/download/@types/json-schema-7.0.7.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - } - } - }, - "scoped-regex": { - "version": "https://registry.npm.alibaba-inc.com/scoped-regex/download/scoped-regex-2.1.0.tgz" - }, - "scss-tokenizer": { - "version": "https://registry.npm.alibaba-inc.com/scss-tokenizer/download/scss-tokenizer-0.2.3.tgz", - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": { - "js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npm.alibaba-inc.com/js-base64/download/js-base64-2.6.4.tgz" - }, - "source-map": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.4.4.tgz", - "requires": { - "amdefine": ">=0.0.4" - }, - "dependencies": {} - } - } - }, - "select": { - "version": "https://registry.npm.alibaba-inc.com/select/download/select-1.1.2.tgz" - }, - "semver": { - "version": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-6.0.0.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "semver-diff": { - "version": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-5.7.1.tgz" - } - } - }, - "semver-greatest-satisfied-range": { - "version": "https://registry.npm.alibaba-inc.com/semver-greatest-satisfied-range/download/semver-greatest-satisfied-range-1.1.0.tgz", - "requires": { - "sver-compat": "^1.5.0" - }, - "dependencies": { - "sver-compat": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/sver-compat/download/sver-compat-1.5.0.tgz", - "requires": { - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - } - } - }, - "send": { - "version": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/depd/download/depd-1.1.2.tgz" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/destroy/download/destroy-1.0.4.tgz" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-errors/download/http-errors-1.7.3.tgz", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": {} - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-1.6.0.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/on-finished/download/on-finished-2.3.0.tgz", - "requires": { - "ee-first": "1.1.1" - }, - "dependencies": {} - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - } - } - }, - "serialize-javascript": { - "version": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": { - "randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/randombytes/download/randombytes-2.1.0.tgz", - "requires": { - "safe-buffer": "^5.1.0" - }, - "dependencies": {} - } - } - }, - "serve-favicon": { - "version": "https://registry.npm.alibaba-inc.com/serve-favicon/download/serve-favicon-2.5.0.tgz", - "requires": { - "etag": "~1.8.1", - "fresh": "0.5.2", - "ms": "2.1.1", - "parseurl": "~1.3.2", - "safe-buffer": "5.1.1" - }, - "dependencies": { - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/etag/download/etag-1.8.1.tgz" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/fresh/download/fresh-0.5.2.tgz" - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ms/download/ms-2.1.1.tgz" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.1.1.tgz" - } - } - }, - "serve-static": { - "version": "https://registry.npm.alibaba-inc.com/serve-static/download/serve-static-1.14.1.tgz", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "dependencies": { - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/encodeurl/download/encodeurl-1.0.2.tgz" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/escape-html/download/escape-html-1.0.3.tgz" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/parseurl/download/parseurl-1.3.3.tgz" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/send/download/send-0.17.1.tgz", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": {} - } - } - }, - "set-blocking": { - "version": "https://registry.npm.alibaba-inc.com/set-blocking/download/set-blocking-2.0.0.tgz" - }, - "set-value": { - "version": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-object/download/is-plain-object-2.0.4.tgz", - "requires": { - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "setimmediate": { - "version": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - }, - "setprototypeof": { - "version": "https://registry.npm.alibaba-inc.com/setprototypeof/download/setprototypeof-1.1.1.tgz" - }, - "sha.js": { - "version": "https://registry.npm.alibaba-inc.com/sha.js/download/sha.js-2.4.11.tgz", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "shallow-clone": { - "version": "https://registry.npm.alibaba-inc.com/shallow-clone/download/shallow-clone-3.0.1.tgz", - "requires": { - "kind-of": "^6.0.2" - }, - "dependencies": { - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-6.0.3.tgz" - } - } - }, - "shallow-equal": { - "version": "https://registry.npm.alibaba-inc.com/shallow-equal/download/shallow-equal-1.2.1.tgz" - }, - "shallowequal": { - "version": "https://registry.npm.alibaba-inc.com/shallowequal/download/shallowequal-1.1.0.tgz" - }, - "shebang-command": { - "version": "https://registry.npm.alibaba-inc.com/shebang-command/download/shebang-command-2.0.0.tgz", - "requires": { - "shebang-regex": "^3.0.0" - }, - "dependencies": { - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-3.0.0.tgz" - } - } - }, - "shebang-regex": { - "version": "https://registry.npm.alibaba-inc.com/shebang-regex/download/shebang-regex-3.0.0.tgz" - }, - "shell-quote": { - "version": "https://registry.npm.alibaba-inc.com/shell-quote/download/shell-quote-1.7.2.tgz" - }, - "shelljs": { - "version": "https://registry.npm.alibaba-inc.com/shelljs/download/shelljs-0.8.4.tgz", - "requires": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/rechoir/download/rechoir-0.6.2.tgz", - "requires": { - "resolve": "^1.1.6" - }, - "dependencies": {} - } - } - }, - "shellwords": { - "version": "https://registry.npm.alibaba-inc.com/shellwords/download/shellwords-0.1.1.tgz" - }, - "side-channel": { - "version": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/get-intrinsic/download/get-intrinsic-1.1.1.tgz", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "object-inspect": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-inspect/download/object-inspect-1.9.0.tgz" - } - } - }, - "sigmund": { - "version": "https://registry.npm.alibaba-inc.com/sigmund/download/sigmund-1.0.1.tgz" - }, - "signal-exit": { - "version": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "signale": { - "version": "https://registry.npm.alibaba-inc.com/signale/download/signale-1.4.0.tgz", - "requires": { - "chalk": "^2.3.2", - "figures": "^2.0.0", - "pkg-conf": "^2.1.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/figures/download/figures-2.0.0.tgz", - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": {} - }, - "pkg-conf": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/pkg-conf/download/pkg-conf-2.1.0.tgz", - "requires": { - "find-up": "^2.0.0", - "load-json-file": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "simple-statistics": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/simple-statistics/download/simple-statistics-7.4.1.tgz" - }, - "simple-swizzle": { - "version": "https://registry.npm.alibaba-inc.com/simple-swizzle/download/simple-swizzle-0.2.2.tgz", - "requires": { - "is-arrayish": "^0.3.1" - }, - "dependencies": { - "is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-arrayish/download/is-arrayish-0.3.2.tgz" - } - } - }, - "simplebar": { - "version": "https://registry.npm.alibaba-inc.com/simplebar/download/simplebar-4.2.3.tgz", - "requires": { - "can-use-dom": "^0.1.0", - "core-js": "^3.0.1", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "lodash.throttle": "^4.1.1", - "resize-observer-polyfill": "^1.5.1" - }, - "dependencies": { - "can-use-dom": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/can-use-dom/download/can-use-dom-0.1.0.tgz" - }, - "core-js": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/core-js/download/core-js-3.9.0.tgz" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.memoize/download/lodash.memoize-4.1.2.tgz" - }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.throttle/download/lodash.throttle-4.1.1.tgz" - }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/resize-observer-polyfill/download/resize-observer-polyfill-1.5.1.tgz" - } - } - }, - "simplebar-react": { - "version": "https://registry.npm.alibaba-inc.com/simplebar-react/download/simplebar-react-1.2.3.tgz", - "requires": { - "prop-types": "^15.6.1", - "simplebar": "^4.2.3" - }, - "dependencies": { - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npm.alibaba-inc.com/prop-types/download/prop-types-15.7.2.tgz", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - }, - "dependencies": {} - }, - "simplebar": { - "version": "4.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/simplebar/download/simplebar-4.2.3.tgz", - "requires": { - "can-use-dom": "^0.1.0", - "core-js": "^3.0.1", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "lodash.throttle": "^4.1.1", - "resize-observer-polyfill": "^1.5.1" - }, - "dependencies": {} - } - } - }, - "single-line-log": { - "version": "https://registry.npm.alibaba-inc.com/single-line-log/download/single-line-log-1.1.2.tgz", - "requires": { - "string-width": "^1.0.1" - }, - "dependencies": { - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-1.0.2.tgz", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "sisteransi": { - "version": "https://registry.npm.alibaba-inc.com/sisteransi/download/sisteransi-1.0.5.tgz" - }, - "size-sensor": { - "version": "https://registry.npm.alibaba-inc.com/size-sensor/download/size-sensor-1.0.1.tgz" - }, - "slash": { - "version": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "slash2": { - "version": "https://registry.npm.alibaba-inc.com/slash2/download/slash2-2.0.0.tgz" - }, - "slice-ansi": { - "version": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-4.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/astral-regex/download/astral-regex-2.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - } - } - }, - "snapdragon": { - "version": "https://registry.npm.alibaba-inc.com/snapdragon/download/snapdragon-0.8.2.tgz", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "base": { - "version": "0.11.2", - "resolved": "https://registry.npm.alibaba-inc.com/base/download/base-0.11.2.tgz", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": {} - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-2.0.1.tgz", - "requires": { - "is-extendable": "^0.1.0" - }, - "dependencies": {} - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/map-cache/download/map-cache-0.2.2.tgz" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": {} - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - } - } - }, - "snapdragon-node": { - "version": "https://registry.npm.alibaba-inc.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-1.0.0.tgz", - "requires": { - "is-descriptor": "^1.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": {} - } - } - }, - "snapdragon-util": { - "version": "https://registry.npm.alibaba-inc.com/snapdragon-util/download/snapdragon-util-3.0.1.tgz", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "snapshot-diff": { - "version": "0.8.1", - "resolved": "https://registry.npm.alibaba-inc.com/snapshot-diff/download/snapshot-diff-0.8.1.tgz", - "dev": true, - "requires": { - "jest-diff": "^26.1.0", - "jest-snapshot": "^26.1.0", - "pretty-format": "^26.1.0" - }, - "dependencies": { - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-diff/download/jest-diff-26.6.2.tgz", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "dependencies": {} - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-snapshot/download/jest-snapshot-26.6.2.tgz", - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": {} - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/pretty-format/download/pretty-format-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "dependencies": {} - } - } - }, - "sockjs-client": { - "version": "https://registry.npm.alibaba-inc.com/sockjs-client/download/sockjs-client-1.4.0.tgz", - "requires": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - }, - "eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/eventsource/download/eventsource-1.0.7.tgz", - "requires": { - "original": "^1.0.0" - }, - "dependencies": {} - }, - "faye-websocket": { - "version": "0.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/faye-websocket/download/faye-websocket-0.11.3.tgz", - "requires": { - "websocket-driver": ">=0.5.1" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "json3": { - "version": "3.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/json3/download/json3-3.3.3.tgz" - }, - "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "sort-keys": { - "version": "https://registry.npm.alibaba-inc.com/sort-keys/download/sort-keys-1.1.2.tgz", - "requires": { - "is-plain-obj": "^1.0.0" - }, - "dependencies": { - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-1.1.0.tgz" - } - } - }, - "source-list-map": { - "version": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "source-map-resolve": { - "version": "https://registry.npm.alibaba-inc.com/source-map-resolve/download/source-map-resolve-0.5.3.tgz", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - }, - "dependencies": { - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/atob/download/atob-2.1.2.tgz" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/decode-uri-component/download/decode-uri-component-0.2.0.tgz" - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-url/download/resolve-url-0.2.1.tgz" - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-url/download/source-map-url-0.4.1.tgz" - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/urix/download/urix-0.1.0.tgz" - } - } - }, - "source-map-support": { - "version": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": { - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "source-map-url": { - "version": "https://registry.npm.alibaba-inc.com/source-map-url/download/source-map-url-0.4.1.tgz" - }, - "sourcemap-codec": { - "version": "https://registry.npm.alibaba-inc.com/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz" - }, - "space-separated-tokens": { - "version": "https://registry.npm.alibaba-inc.com/space-separated-tokens/download/space-separated-tokens-1.1.5.tgz" - }, - "sparkles": { - "version": "https://registry.npm.alibaba-inc.com/sparkles/download/sparkles-1.0.1.tgz" - }, - "spawn-sync": { - "version": "https://registry.npm.alibaba-inc.com/spawn-sync/download/spawn-sync-1.0.15.tgz", - "requires": { - "concat-stream": "^1.4.7", - "os-shim": "^0.1.2" - }, - "dependencies": { - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/concat-stream/download/concat-stream-1.6.2.tgz", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - }, - "dependencies": {} - }, - "os-shim": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/os-shim/download/os-shim-0.1.3.tgz" - } - } - }, - "spawn-wrap": { - "version": "https://registry.npm.alibaba-inc.com/spawn-wrap/download/spawn-wrap-1.4.3.tgz", - "requires": { - "foreground-child": "^1.5.6", - "mkdirp": "^0.5.0", - "os-homedir": "^1.0.1", - "rimraf": "^2.6.2", - "signal-exit": "^3.0.2", - "which": "^1.3.0" - }, - "dependencies": { - "foreground-child": { - "version": "1.5.6", - "resolved": "https://registry.npm.alibaba-inc.com/foreground-child/download/foreground-child-1.5.6.tgz", - "requires": { - "cross-spawn": "^4", - "signal-exit": "^3.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-homedir/download/os-homedir-1.0.2.tgz" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.7.1.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/which/download/which-1.3.1.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "spdx-correct": { - "version": "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.1.tgz", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - }, - "spdx-exceptions": { - "version": "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz" - }, - "spdx-expression-parse": { - "version": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": { - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-exceptions/download/spdx-exceptions-2.3.0.tgz" - }, - "spdx-license-ids": { - "version": "3.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - } - } - }, - "spdx-license-ids": { - "version": "https://registry.npm.alibaba-inc.com/spdx-license-ids/download/spdx-license-ids-3.0.7.tgz" - }, - "specificity": { - "version": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "speedometer": { - "version": "https://registry.npm.alibaba-inc.com/speedometer/download/speedometer-0.1.4.tgz" - }, - "split": { - "version": "https://registry.npm.alibaba-inc.com/split/download/split-1.0.1.tgz", - "requires": { - "through": "2" - }, - "dependencies": { - "through": { - "version": "2.3.8", - "resolved": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - } - } - }, - "split-string": { - "version": "https://registry.npm.alibaba-inc.com/split-string/download/split-string-3.1.0.tgz", - "requires": { - "extend-shallow": "^3.0.0" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "split2": { - "version": "https://registry.npm.alibaba-inc.com/split2/download/split2-0.2.1.tgz", - "requires": { - "through2": "~0.6.1" - }, - "dependencies": { - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-0.6.5.tgz", - "requires": { - "readable-stream": ">=1.0.33-1 <1.1.0-0", - "xtend": ">=4.0.0 <4.1.0-0" - }, - "dependencies": {} - } - } - }, - "sprintf-js": { - "version": "https://registry.npm.alibaba-inc.com/sprintf-js/download/sprintf-js-1.0.3.tgz" - }, - "sshpk": { - "version": "https://registry.npm.alibaba-inc.com/sshpk/download/sshpk-1.16.1.tgz", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "dependencies": { - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/asn1/download/asn1-0.2.4.tgz", - "requires": { - "safer-buffer": "~2.1.0" - }, - "dependencies": {} - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/bcrypt-pbkdf/download/bcrypt-pbkdf-1.0.2.tgz", - "requires": { - "tweetnacl": "^0.14.3" - }, - "dependencies": {} - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/dashdash/download/dashdash-1.14.1.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": {} - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/ecc-jsbn/download/ecc-jsbn-0.1.2.tgz", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - }, - "dependencies": {} - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npm.alibaba-inc.com/getpass/download/getpass-0.1.7.tgz", - "requires": { - "assert-plus": "^1.0.0" - }, - "dependencies": {} - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/jsbn/download/jsbn-0.1.1.tgz" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/safer-buffer/download/safer-buffer-2.1.2.tgz" - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - } - } - }, - "ssri": { - "version": "https://registry.npm.alibaba-inc.com/ssri/download/ssri-7.1.0.tgz", - "requires": { - "figgy-pudding": "^3.5.1", - "minipass": "^3.1.1" - }, - "dependencies": { - "figgy-pudding": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/figgy-pudding/download/figgy-pudding-3.5.2.tgz" - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/minipass/download/minipass-3.1.3.tgz", - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "stable": { - "version": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "stack-trace": { - "version": "https://registry.npm.alibaba-inc.com/stack-trace/download/stack-trace-0.0.10.tgz" - }, - "stack-utils": { - "version": "https://registry.npm.alibaba-inc.com/stack-utils/download/stack-utils-2.0.3.tgz", - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/escape-string-regexp/download/escape-string-regexp-2.0.0.tgz" - } - } - }, - "state-toggle": { - "version": "https://registry.npm.alibaba-inc.com/state-toggle/download/state-toggle-1.0.3.tgz" - }, - "static-extend": { - "version": "https://registry.npm.alibaba-inc.com/static-extend/download/static-extend-0.1.2.tgz", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-0.2.5.tgz", - "requires": { - "is-descriptor": "^0.1.0" - }, - "dependencies": {} - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object-copy/download/object-copy-0.1.0.tgz", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": {} - } - } - }, - "statuses": { - "version": "https://registry.npm.alibaba-inc.com/statuses/download/statuses-1.5.0.tgz" - }, - "stdout-stream": { - "version": "https://registry.npm.alibaba-inc.com/stdout-stream/download/stdout-stream-1.4.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "stealthy-require": { - "version": "https://registry.npm.alibaba-inc.com/stealthy-require/download/stealthy-require-1.1.1.tgz" - }, - "store2": { - "version": "https://registry.npm.alibaba-inc.com/store2/download/store2-2.12.0.tgz" - }, - "stream-browserify": { - "version": "https://registry.npm.alibaba-inc.com/stream-browserify/download/stream-browserify-2.0.2.tgz", - "requires": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "stream-each": { - "version": "https://registry.npm.alibaba-inc.com/stream-each/download/stream-each-1.2.3.tgz", - "requires": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/end-of-stream/download/end-of-stream-1.4.4.tgz", - "requires": { - "once": "^1.4.0" - }, - "dependencies": {} - }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - } - } - }, - "stream-exhaust": { - "version": "https://registry.npm.alibaba-inc.com/stream-exhaust/download/stream-exhaust-1.0.2.tgz" - }, - "stream-http": { - "version": "https://registry.npm.alibaba-inc.com/stream-http/download/stream-http-2.8.3.tgz", - "requires": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz" - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "to-arraybuffer": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "stream-shift": { - "version": "https://registry.npm.alibaba-inc.com/stream-shift/download/stream-shift-1.0.1.tgz" - }, - "strict-uri-encode": { - "version": "https://registry.npm.alibaba-inc.com/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz" - }, - "string-hash": { - "version": "https://registry.npm.alibaba-inc.com/string-hash/download/string-hash-1.1.3.tgz" - }, - "string-length": { - "version": "https://registry.npm.alibaba-inc.com/string-length/download/string-length-4.0.1.tgz", - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/char-regex/download/char-regex-1.0.2.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "string-width": { - "version": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/emoji-regex/download/emoji-regex-8.0.0.tgz" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-fullwidth-code-point/download/is-fullwidth-code-point-3.0.0.tgz" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "string.prototype.matchall": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.matchall/download/string.prototype.matchall-4.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.3.1", - "side-channel": "^1.0.4" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/internal-slot/download/internal-slot-1.0.3.tgz", - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "dependencies": {} - }, - "regexp.prototype.flags": { - "version": "1.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/regexp.prototype.flags/download/regexp.prototype.flags-1.3.1.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": {} - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/side-channel/download/side-channel-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "dependencies": {} - } - } - }, - "string.prototype.padend": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.padend/download/string.prototype.padend-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "string.prototype.padstart": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.padstart/download/string.prototype.padstart-3.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - } - } - }, - "string.prototype.trimend": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.trimend/download/string.prototype.trimend-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "string.prototype.trimstart": { - "version": "https://registry.npm.alibaba-inc.com/string.prototype.trimstart/download/string.prototype.trimstart-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - } - } - }, - "string_decoder": { - "version": "https://registry.npm.alibaba-inc.com/string_decoder/download/string_decoder-1.3.0.tgz", - "requires": { - "safe-buffer": "~5.2.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "stringify-entities": { - "version": "https://registry.npm.alibaba-inc.com/stringify-entities/download/stringify-entities-1.3.2.tgz", - "requires": { - "character-entities-html4": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "dependencies": { - "character-entities-html4": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-html4/download/character-entities-html4-1.1.4.tgz" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/character-entities-legacy/download/character-entities-legacy-1.1.4.tgz" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-alphanumerical/download/is-alphanumerical-1.0.4.tgz", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "dependencies": {} - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/is-hexadecimal/download/is-hexadecimal-1.0.4.tgz" - } - } - }, - "strip-ansi": { - "version": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-regex/download/ansi-regex-5.0.0.tgz" - } - } - }, - "strip-bom": { - "version": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-4.0.0.tgz" - }, - "strip-eof": { - "version": "https://registry.npm.alibaba-inc.com/strip-eof/download/strip-eof-1.0.0.tgz" - }, - "strip-final-newline": { - "version": "https://registry.npm.alibaba-inc.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz" - }, - "strip-indent": { - "version": "https://registry.npm.alibaba-inc.com/strip-indent/download/strip-indent-3.0.0.tgz", - "requires": { - "min-indent": "^1.0.0" - }, - "dependencies": { - "min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/min-indent/download/min-indent-1.0.1.tgz" - } - } - }, - "strip-json-comments": { - "version": "https://registry.npm.alibaba-inc.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz" - }, - "style-inject": { - "version": "https://registry.npm.alibaba-inc.com/style-inject/download/style-inject-0.3.0.tgz" - }, - "style-loader": { - "version": "0.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/style-loader/download/style-loader-0.20.3.tgz", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "schema-utils": "^0.4.5" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "0.4.7", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-0.4.7.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - } - } - }, - "style-search": { - "version": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "style-to-object": { - "version": "https://registry.npm.alibaba-inc.com/style-to-object/download/style-to-object-0.3.0.tgz", - "requires": { - "inline-style-parser": "0.1.1" - }, - "dependencies": { - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/inline-style-parser/download/inline-style-parser-0.1.1.tgz" - } - } - }, - "stylehacks": { - "version": "https://registry.npm.alibaba-inc.com/stylehacks/download/stylehacks-4.0.3.tgz", - "requires": { - "browserslist": "^4.0.0", - "postcss": "^7.0.0", - "postcss-selector-parser": "^3.0.0" - }, - "dependencies": { - "browserslist": { - "version": "4.16.3", - "resolved": "https://registry.npm.alibaba-inc.com/browserslist/download/browserslist-4.16.3.tgz", - "requires": { - "caniuse-lite": "^1.0.30001181", - "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.649", - "escalade": "^3.1.1", - "node-releases": "^1.1.70" - }, - "dependencies": {} - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "3.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz", - "requires": { - "dot-prop": "^5.2.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "stylelint": { - "version": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-13.11.0.tgz", - "requires": { - "@stylelint/postcss-css-in-js": "^0.37.2", - "@stylelint/postcss-markdown": "^0.36.2", - "autoprefixer": "^9.8.6", - "balanced-match": "^1.0.0", - "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", - "debug": "^4.3.1", - "execall": "^2.0.0", - "fast-glob": "^3.2.5", - "fastest-levenshtein": "^1.0.12", - "file-entry-cache": "^6.0.0", - "get-stdin": "^8.0.0", - "global-modules": "^2.0.0", - "globby": "^11.0.2", - "globjoin": "^0.1.4", - "html-tags": "^3.1.0", - "ignore": "^5.1.8", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.21.0", - "lodash": "^4.17.20", - "log-symbols": "^4.0.0", - "mathml-tag-names": "^2.1.3", - "meow": "^9.0.0", - "micromatch": "^4.0.2", - "normalize-selector": "^0.2.0", - "postcss": "^7.0.35", - "postcss-html": "^0.36.0", - "postcss-less": "^3.1.4", - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.2", - "postcss-sass": "^0.4.4", - "postcss-scss": "^2.1.1", - "postcss-selector-parser": "^6.0.4", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^4.1.0", - "resolve-from": "^5.0.0", - "slash": "^3.0.0", - "specificity": "^0.4.1", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^6.0.7", - "v8-compile-cache": "^2.2.0", - "write-file-atomic": "^3.0.3" - }, - "dependencies": { - "@stylelint/postcss-css-in-js": { - "version": "0.37.2", - "resolved": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-css-in-js/download/@stylelint/postcss-css-in-js-0.37.2.tgz", - "requires": { - "@babel/core": ">=7.9.0" - }, - "dependencies": {} - }, - "@stylelint/postcss-markdown": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/@stylelint/postcss-markdown/download/@stylelint/postcss-markdown-0.36.2.tgz", - "requires": { - "remark": "^13.0.0", - "unist-util-find-all-after": "^3.0.2" - }, - "dependencies": {} - }, - "autoprefixer": { - "version": "9.8.6", - "resolved": "https://registry.npm.alibaba-inc.com/autoprefixer/download/autoprefixer-9.8.6.tgz", - "requires": { - "browserslist": "^4.12.0", - "caniuse-lite": "^1.0.30001109", - "colorette": "^1.2.1", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.32", - "postcss-value-parser": "^4.1.0" - }, - "dependencies": {} - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/balanced-match/download/balanced-match-1.0.0.tgz" - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/cosmiconfig/download/cosmiconfig-7.0.0.tgz", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": {} - }, - "debug": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-4.3.1.tgz", - "requires": { - "ms": "2.1.2" - }, - "dependencies": {} - }, - "execall": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/execall/download/execall-2.0.0.tgz", - "requires": { - "clone-regexp": "^2.1.0" - }, - "dependencies": {} - }, - "fast-glob": { - "version": "3.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/fast-glob/download/fast-glob-3.2.5.tgz", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.0", - "merge2": "^1.3.0", - "micromatch": "^4.0.2", - "picomatch": "^2.2.1" - }, - "dependencies": {} - }, - "fastest-levenshtein": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fastest-levenshtein/download/fastest-levenshtein-1.0.12.tgz" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/file-entry-cache/download/file-entry-cache-6.0.1.tgz", - "requires": { - "flat-cache": "^3.0.4" - }, - "dependencies": {} - }, - "get-stdin": { - "version": "8.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/get-stdin/download/get-stdin-8.0.0.tgz" - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "globby": { - "version": "11.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/globby/download/globby-11.0.2.tgz", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": {} - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/globjoin/download/globjoin-0.1.4.tgz" - }, - "html-tags": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-tags/download/html-tags-3.1.0.tgz" - }, - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/ignore/download/ignore-5.1.8.tgz" - }, - "import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-4.0.0.tgz" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "known-css-properties": { - "version": "0.21.0", - "resolved": "https://registry.npm.alibaba-inc.com/known-css-properties/download/known-css-properties-0.21.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "log-symbols": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/log-symbols/download/log-symbols-4.0.0.tgz", - "requires": { - "chalk": "^4.0.0" - }, - "dependencies": {} - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/mathml-tag-names/download/mathml-tag-names-2.1.3.tgz" - }, - "meow": { - "version": "9.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/meow/download/meow-9.0.0.tgz", - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-selector/download/normalize-selector-0.2.0.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-html": { - "version": "0.36.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-html/download/postcss-html-0.36.0.tgz", - "requires": { - "htmlparser2": "^3.10.0" - }, - "dependencies": {} - }, - "postcss-less": { - "version": "3.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-less/download/postcss-less-3.1.4.tgz", - "requires": { - "postcss": "^7.0.14" - }, - "dependencies": {} - }, - "postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-media-query-parser/download/postcss-media-query-parser-0.2.3.tgz" - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-resolve-nested-selector/download/postcss-resolve-nested-selector-0.1.1.tgz" - }, - "postcss-safe-parser": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz", - "requires": { - "postcss": "^7.0.26" - }, - "dependencies": {} - }, - "postcss-sass": { - "version": "0.4.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sass/download/postcss-sass-0.4.4.tgz", - "requires": { - "gonzales-pe": "^4.3.0", - "postcss": "^7.0.21" - }, - "dependencies": {} - }, - "postcss-scss": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-scss/download/postcss-scss-2.1.1.tgz", - "requires": { - "postcss": "^7.0.6" - }, - "dependencies": {} - }, - "postcss-selector-parser": { - "version": "6.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-selector-parser/download/postcss-selector-parser-6.0.4.tgz", - "requires": { - "cssesc": "^3.0.0", - "indexes-of": "^1.0.1", - "uniq": "^1.0.1", - "util-deprecate": "^1.0.2" - }, - "dependencies": {} - }, - "postcss-syntax": { - "version": "0.36.2", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-syntax/download/postcss-syntax-0.36.2.tgz", - "dependencies": {} - }, - "postcss-value-parser": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz" - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-from/download/resolve-from-5.0.0.tgz" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slash/download/slash-3.0.0.tgz" - }, - "specificity": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/specificity/download/specificity-0.4.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/style-search/download/style-search-0.1.0.tgz" - }, - "sugarss": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": {} - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "table": { - "version": "6.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": {} - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": {} - } - } - }, - "stylelint-config-css-modules": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-css-modules/download/stylelint-config-css-modules-2.2.0.tgz" - }, - "stylelint-config-prettier": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-prettier/download/stylelint-config-prettier-8.0.2.tgz" - }, - "stylelint-config-rational-order": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-rational-order/download/stylelint-config-rational-order-0.1.2.tgz", - "requires": { - "stylelint": "^9.10.1", - "stylelint-order": "^2.2.1" - }, - "dependencies": { - "stylelint": { - "version": "9.10.1", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint/download/stylelint-9.10.1.tgz", - "requires": { - "autoprefixer": "^9.0.0", - "balanced-match": "^1.0.0", - "chalk": "^2.4.1", - "cosmiconfig": "^5.0.0", - "debug": "^4.0.0", - "execall": "^1.0.0", - "file-entry-cache": "^4.0.0", - "get-stdin": "^6.0.0", - "global-modules": "^2.0.0", - "globby": "^9.0.0", - "globjoin": "^0.1.4", - "html-tags": "^2.0.0", - "ignore": "^5.0.4", - "import-lazy": "^3.1.0", - "imurmurhash": "^0.1.4", - "known-css-properties": "^0.11.0", - "leven": "^2.1.0", - "lodash": "^4.17.4", - "log-symbols": "^2.0.0", - "mathml-tag-names": "^2.0.1", - "meow": "^5.0.0", - "micromatch": "^3.1.10", - "normalize-selector": "^0.2.0", - "pify": "^4.0.0", - "postcss": "^7.0.13", - "postcss-html": "^0.36.0", - "postcss-jsx": "^0.36.0", - "postcss-less": "^3.1.0", - "postcss-markdown": "^0.36.0", - "postcss-media-query-parser": "^0.2.3", - "postcss-reporter": "^6.0.0", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^4.0.0", - "postcss-sass": "^0.3.5", - "postcss-scss": "^2.0.0", - "postcss-selector-parser": "^3.1.0", - "postcss-syntax": "^0.36.2", - "postcss-value-parser": "^3.3.0", - "resolve-from": "^4.0.0", - "signal-exit": "^3.0.2", - "slash": "^2.0.0", - "specificity": "^0.4.1", - "string-width": "^3.0.0", - "style-search": "^0.1.0", - "sugarss": "^2.0.0", - "svg-tags": "^1.0.0", - "table": "^5.0.0" - }, - "dependencies": {} - }, - "stylelint-order": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-2.2.1.tgz", - "requires": { - "lodash": "^4.17.10", - "postcss": "^7.0.2", - "postcss-sorting": "^4.1.0" - }, - "dependencies": {} - } - } - }, - "stylelint-config-recommended": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz" - }, - "stylelint-config-standard": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-config-standard/download/stylelint-config-standard-20.0.0.tgz", - "requires": { - "stylelint-config-recommended": "^3.0.0" - }, - "dependencies": { - "stylelint-config-recommended": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz" - } - } - }, - "stylelint-declaration-block-no-ignored-properties": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-declaration-block-no-ignored-properties/download/stylelint-declaration-block-no-ignored-properties-2.3.0.tgz", - "requires": { - "postcss": "^7.0.27" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "stylelint-no-unsupported-browser-features": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-no-unsupported-browser-features/download/stylelint-no-unsupported-browser-features-4.1.4.tgz", - "requires": { - "doiuse": "^4.3.1", - "lodash": "^4.17.15", - "postcss": "^8.1.4" - }, - "dependencies": { - "doiuse": { - "version": "4.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/doiuse/download/doiuse-4.4.1.tgz", - "requires": { - "browserslist": "^4.16.1", - "caniuse-lite": "^1.0.30001179", - "css-rule-stream": "^1.1.0", - "duplexer2": "0.0.2", - "ldjson-stream": "^1.2.1", - "multimatch": "^5.0.0", - "postcss": "^8.2.4", - "source-map": "^0.7.3", - "through2": "^4.0.2", - "yargs": "^16.2.0" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "8.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-8.2.6.tgz", - "requires": { - "colorette": "^1.2.1", - "nanoid": "^3.1.20", - "source-map": "^0.6.1" - }, - "dependencies": {} - } - } - }, - "stylelint-order": { - "version": "https://registry.npm.alibaba-inc.com/stylelint-order/download/stylelint-order-4.1.0.tgz", - "requires": { - "lodash": "^4.17.15", - "postcss": "^7.0.31", - "postcss-sorting": "^5.0.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - }, - "postcss-sorting": { - "version": "5.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/postcss-sorting/download/postcss-sorting-5.0.1.tgz", - "requires": { - "lodash": "^4.17.14", - "postcss": "^7.0.17" - }, - "dependencies": {} - } - } - }, - "sugarss": { - "version": "https://registry.npm.alibaba-inc.com/sugarss/download/sugarss-2.0.0.tgz", - "requires": { - "postcss": "^7.0.2" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npm.alibaba-inc.com/postcss/download/postcss-7.0.35.tgz", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": {} - } - } - }, - "sumchecker": { - "version": "https://registry.npm.alibaba-inc.com/sumchecker/download/sumchecker-2.0.2.tgz", - "requires": { - "debug": "^2.2.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-2.6.9.tgz", - "requires": { - "ms": "2.0.0" - }, - "dependencies": {} - } - } - }, - "supports-color": { - "version": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - } - } - }, - "supports-hyperlinks": { - "version": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-flag/download/has-flag-4.0.0.tgz" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-7.2.0.tgz", - "requires": { - "has-flag": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "sver-compat": { - "version": "https://registry.npm.alibaba-inc.com/sver-compat/download/sver-compat-1.5.0.tgz", - "requires": { - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - }, - "dependencies": { - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-iterator/download/es6-iterator-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-symbol/download/es6-symbol-3.1.3.tgz", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - }, - "dependencies": {} - } - } - }, - "svg-parser": { - "version": "https://registry.npm.alibaba-inc.com/svg-parser/download/svg-parser-2.0.4.tgz" - }, - "svg-tags": { - "version": "https://registry.npm.alibaba-inc.com/svg-tags/download/svg-tags-1.0.0.tgz" - }, - "svgo": { - "version": "https://registry.npm.alibaba-inc.com/svgo/download/svgo-1.3.2.tgz", - "requires": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "coa": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/coa/download/coa-2.0.2.tgz", - "requires": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "dependencies": {} - }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/css-select/download/css-select-2.1.0.tgz", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - }, - "dependencies": {} - }, - "css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz" - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npm.alibaba-inc.com/css-tree/download/css-tree-1.0.0-alpha.37.tgz", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/csso/download/csso-4.2.0.tgz", - "requires": { - "css-tree": "^1.1.2" - }, - "dependencies": {} - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/js-yaml/download/js-yaml-3.14.1.tgz", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "object.values": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/object.values/download/object.values-1.1.3.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2", - "has": "^1.0.3" - }, - "dependencies": {} - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/sax/download/sax-1.2.4.tgz" - }, - "stable": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/stable/download/stable-0.1.8.tgz" - }, - "unquote": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.0.1.tgz", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "dependencies": {} - } - } - }, - "symbol-observable": { - "version": "https://registry.npm.alibaba-inc.com/symbol-observable/download/symbol-observable-1.2.0.tgz" - }, - "symbol-tree": { - "version": "https://registry.npm.alibaba-inc.com/symbol-tree/download/symbol-tree-3.2.4.tgz" - }, - "symbol.prototype.description": { - "version": "https://registry.npm.alibaba-inc.com/symbol.prototype.description/download/symbol.prototype.description-1.0.4.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-abstract": "^1.18.0-next.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.2" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "es-abstract": { - "version": "1.18.0-next.2", - "resolved": "https://registry.npm.alibaba-inc.com/es-abstract/download/es-abstract-1.18.0-next.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.1", - "object-inspect": "^1.9.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.3", - "string.prototype.trimstart": "^1.0.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "table": { - "version": "https://registry.npm.alibaba-inc.com/table/download/table-6.0.7.tgz", - "requires": { - "ajv": "^7.0.2", - "lodash": "^4.17.20", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0" - }, - "dependencies": { - "ajv": { - "version": "7.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-7.1.1.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/slice-ansi/download/slice-ansi-4.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "tapable": { - "version": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "tar": { - "version": "https://registry.npm.alibaba-inc.com/tar/download/tar-2.2.2.tgz", - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - }, - "dependencies": { - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npm.alibaba-inc.com/block-stream/download/block-stream-0.0.9.tgz", - "requires": { - "inherits": "~2.0.0" - }, - "dependencies": {} - }, - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npm.alibaba-inc.com/fstream/download/fstream-1.0.12.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": {} - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - } - } - }, - "telejson": { - "version": "https://registry.npm.alibaba-inc.com/telejson/download/telejson-3.3.0.tgz", - "requires": { - "@types/is-function": "^1.0.0", - "global": "^4.4.0", - "is-function": "^1.0.1", - "is-regex": "^1.0.4", - "is-symbol": "^1.0.3", - "isobject": "^4.0.0", - "lodash": "^4.17.15", - "memoizerific": "^1.11.3" - }, - "dependencies": { - "@types/is-function": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/@types/is-function/download/@types/is-function-1.0.0.tgz" - }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/global/download/global-4.4.0.tgz", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - }, - "dependencies": {} - }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-function/download/is-function-1.0.2.tgz" - }, - "is-regex": { - "version": "1.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/is-regex/download/is-regex-1.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/is-symbol/download/is-symbol-1.0.3.tgz", - "requires": { - "has-symbols": "^1.0.1" - }, - "dependencies": {} - }, - "isobject": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-4.0.0.tgz" - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "memoizerific": { - "version": "1.11.3", - "resolved": "https://registry.npm.alibaba-inc.com/memoizerific/download/memoizerific-1.11.3.tgz", - "requires": { - "map-or-similar": "^1.5.0" - }, - "dependencies": {} - } - } - }, - "temp": { - "version": "https://registry.npm.alibaba-inc.com/temp/download/temp-0.8.4.tgz", - "requires": { - "rimraf": "~2.6.2" - }, - "dependencies": { - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npm.alibaba-inc.com/rimraf/download/rimraf-2.6.3.tgz", - "requires": { - "glob": "^7.1.3" - }, - "dependencies": {} - } - } - }, - "temp-dir": { - "version": "https://registry.npm.alibaba-inc.com/temp-dir/download/temp-dir-2.0.0.tgz" - }, - "term-size": { - "version": "https://registry.npm.alibaba-inc.com/term-size/download/term-size-2.2.1.tgz" - }, - "terminal-link": { - "version": "https://registry.npm.alibaba-inc.com/terminal-link/download/terminal-link-2.1.1.tgz", - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "dependencies": { - "ansi-escapes": { - "version": "4.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-escapes/download/ansi-escapes-4.3.1.tgz", - "requires": { - "type-fest": "^0.11.0" - }, - "dependencies": {} - }, - "supports-hyperlinks": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-hyperlinks/download/supports-hyperlinks-2.1.0.tgz", - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - } - } - }, - "ternary-stream": { - "version": "https://registry.npm.alibaba-inc.com/ternary-stream/download/ternary-stream-2.1.1.tgz", - "requires": { - "duplexify": "^3.5.0", - "fork-stream": "^0.0.4", - "merge-stream": "^1.0.0", - "through2": "^2.0.1" - }, - "dependencies": { - "duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/duplexify/download/duplexify-3.7.1.tgz", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - }, - "dependencies": {} - }, - "fork-stream": { - "version": "0.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/fork-stream/download/fork-stream-0.0.4.tgz" - }, - "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/merge-stream/download/merge-stream-1.0.1.tgz", - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "terser": { - "version": "https://registry.npm.alibaba-inc.com/terser/download/terser-5.6.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.7.2", - "source-map-support": "~0.5.19" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - }, - "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npm.alibaba-inc.com/source-map-support/download/source-map-support-0.5.19.tgz", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - }, - "dependencies": {} - } - } - }, - "terser-webpack-plugin": { - "version": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-2.3.8.tgz", - "requires": { - "cacache": "^13.0.1", - "find-cache-dir": "^3.3.1", - "jest-worker": "^25.4.0", - "p-limit": "^2.3.0", - "schema-utils": "^2.6.6", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.6.12", - "webpack-sources": "^1.4.3" - }, - "dependencies": { - "cacache": { - "version": "13.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/cacache/download/cacache-13.0.1.tgz", - "requires": { - "chownr": "^1.1.2", - "figgy-pudding": "^3.5.1", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.2", - "infer-owner": "^1.0.4", - "lru-cache": "^5.1.1", - "minipass": "^3.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "p-map": "^3.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^2.7.1", - "ssri": "^7.0.0", - "unique-filename": "^1.1.1" - }, - "dependencies": {} - }, - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/find-cache-dir/download/find-cache-dir-3.3.1.tgz", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "dependencies": {} - }, - "jest-worker": { - "version": "25.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/jest-worker/download/jest-worker-25.5.0.tgz", - "requires": { - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "dependencies": {} - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/p-limit/download/p-limit-2.3.0.tgz", - "requires": { - "p-try": "^2.0.0" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - }, - "serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz", - "requires": { - "randombytes": "^2.1.0" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - }, - "terser": { - "version": "4.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/terser/download/terser-4.8.0.tgz", - "requires": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "test-exclude": { - "version": "https://registry.npm.alibaba-inc.com/test-exclude/download/test-exclude-6.0.0.tgz", - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "dependencies": { - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/@istanbuljs/schema/download/@istanbuljs/schema-0.1.3.tgz" - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/minimatch/download/minimatch-3.0.4.tgz", - "requires": { - "brace-expansion": "^1.1.7" - }, - "dependencies": {} - } - } - }, - "text-table": { - "version": "https://registry.npm.alibaba-inc.com/text-table/download/text-table-0.2.0.tgz" - }, - "throat": { - "version": "https://registry.npm.alibaba-inc.com/throat/download/throat-5.0.0.tgz" - }, - "throttle-debounce": { - "version": "https://registry.npm.alibaba-inc.com/throttle-debounce/download/throttle-debounce-2.3.0.tgz" - }, - "throttleit": { - "version": "https://registry.npm.alibaba-inc.com/throttleit/download/throttleit-0.0.2.tgz" - }, - "through": { - "version": "https://registry.npm.alibaba-inc.com/through/download/through-2.3.8.tgz" - }, - "through2": { - "version": "https://registry.npm.alibaba-inc.com/through2/download/through2-4.0.2.tgz", - "requires": { - "readable-stream": "3" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-3.6.0.tgz", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "dependencies": {} - } - } - }, - "through2-filter": { - "version": "https://registry.npm.alibaba-inc.com/through2-filter/download/through2-filter-3.0.0.tgz", - "requires": { - "through2": "~2.0.0", - "xtend": "~4.0.0" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "time-stamp": { - "version": "https://registry.npm.alibaba-inc.com/time-stamp/download/time-stamp-1.1.0.tgz" - }, - "timers-browserify": { - "version": "https://registry.npm.alibaba-inc.com/timers-browserify/download/timers-browserify-2.0.12.tgz", - "requires": { - "setimmediate": "^1.0.4" - }, - "dependencies": { - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/setimmediate/download/setimmediate-1.0.5.tgz" - } - } - }, - "timsort": { - "version": "https://registry.npm.alibaba-inc.com/timsort/download/timsort-0.3.0.tgz" - }, - "tiny-emitter": { - "version": "https://registry.npm.alibaba-inc.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz" - }, - "tinycolor2": { - "version": "https://registry.npm.alibaba-inc.com/tinycolor2/download/tinycolor2-1.4.2.tgz" - }, - "tlds": { - "version": "https://registry.npm.alibaba-inc.com/tlds/download/tlds-1.218.0.tgz" - }, - "tmp": { - "version": "https://registry.npm.alibaba-inc.com/tmp/download/tmp-0.0.33.tgz", - "requires": { - "os-tmpdir": "~1.0.2" - }, - "dependencies": { - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/os-tmpdir/download/os-tmpdir-1.0.2.tgz" - } - } - }, - "tmpl": { - "version": "https://registry.npm.alibaba-inc.com/tmpl/download/tmpl-1.0.4.tgz" - }, - "to-absolute-glob": { - "version": "https://registry.npm.alibaba-inc.com/to-absolute-glob/download/to-absolute-glob-2.0.2.tgz", - "requires": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" - }, - "dependencies": { - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-absolute/download/is-absolute-1.0.0.tgz", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "dependencies": {} - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-negated-glob/download/is-negated-glob-1.0.0.tgz" - } - } - }, - "to-arraybuffer": { - "version": "https://registry.npm.alibaba-inc.com/to-arraybuffer/download/to-arraybuffer-1.0.1.tgz" - }, - "to-fast-properties": { - "version": "https://registry.npm.alibaba-inc.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz" - }, - "to-object-path": { - "version": "https://registry.npm.alibaba-inc.com/to-object-path/download/to-object-path-0.3.0.tgz", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npm.alibaba-inc.com/kind-of/download/kind-of-3.2.2.tgz", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": {} - } - } - }, - "to-readable-stream": { - "version": "https://registry.npm.alibaba-inc.com/to-readable-stream/download/to-readable-stream-1.0.0.tgz" - }, - "to-regex": { - "version": "https://registry.npm.alibaba-inc.com/to-regex/download/to-regex-3.0.2.tgz", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": { - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/define-property/download/define-property-2.0.2.tgz", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": {} - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend-shallow/download/extend-shallow-3.0.2.tgz", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": {} - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/regex-not/download/regex-not-1.0.2.tgz", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "dependencies": {} - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/safe-regex/download/safe-regex-1.1.0.tgz", - "requires": { - "ret": "~0.1.10" - }, - "dependencies": {} - } - } - }, - "to-regex-range": { - "version": "https://registry.npm.alibaba-inc.com/to-regex-range/download/to-regex-range-5.0.1.tgz", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": { - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-number/download/is-number-7.0.0.tgz" - } - } - }, - "to-through": { - "version": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": { - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - } - } - }, - "toggle-selection": { - "version": "https://registry.npm.alibaba-inc.com/toggle-selection/download/toggle-selection-1.0.6.tgz" - }, - "toidentifier": { - "version": "https://registry.npm.alibaba-inc.com/toidentifier/download/toidentifier-1.0.0.tgz" - }, - "token-stream": { - "version": "https://registry.npm.alibaba-inc.com/token-stream/download/token-stream-1.0.0.tgz" - }, - "topojson-client": { - "version": "https://registry.npm.alibaba-inc.com/topojson-client/download/topojson-client-3.1.0.tgz", - "requires": { - "commander": "2" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - } - } - }, - "tough-cookie": { - "version": "https://registry.npm.alibaba-inc.com/tough-cookie/download/tough-cookie-3.0.1.tgz", - "requires": { - "ip-regex": "^2.1.0", - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "dependencies": { - "ip-regex": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-2.1.0.tgz" - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npm.alibaba-inc.com/psl/download/psl-1.8.0.tgz" - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "tr46": { - "version": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-2.0.2.tgz", - "requires": { - "punycode": "^2.1.1" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "trim": { - "version": "https://registry.npm.alibaba-inc.com/trim/download/trim-0.0.1.tgz" - }, - "trim-newlines": { - "version": "https://registry.npm.alibaba-inc.com/trim-newlines/download/trim-newlines-3.0.0.tgz" - }, - "trim-right": { - "version": "https://registry.npm.alibaba-inc.com/trim-right/download/trim-right-1.0.1.tgz" - }, - "trim-trailing-lines": { - "version": "https://registry.npm.alibaba-inc.com/trim-trailing-lines/download/trim-trailing-lines-1.1.4.tgz" - }, - "trough": { - "version": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "true-case-path": { - "version": "https://registry.npm.alibaba-inc.com/true-case-path/download/true-case-path-1.0.3.tgz", - "requires": { - "glob": "^7.1.2" - }, - "dependencies": { - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npm.alibaba-inc.com/glob/download/glob-7.1.6.tgz", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "tryer": { - "version": "https://registry.npm.alibaba-inc.com/tryer/download/tryer-1.0.1.tgz" - }, - "ts-dedent": { - "version": "https://registry.npm.alibaba-inc.com/ts-dedent/download/ts-dedent-1.2.0.tgz" - }, - "ts-jest": { - "version": "26.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ts-jest/download/ts-jest-26.5.2.tgz", - "dev": true, - "requires": { - "@types/jest": "26.x", - "bs-logger": "0.x", - "buffer-from": "1.x", - "fast-json-stable-stringify": "2.x", - "jest-util": "^26.1.0", - "json5": "2.x", - "lodash": "4.x", - "make-error": "1.x", - "mkdirp": "1.x", - "semver": "7.x", - "yargs-parser": "20.x" - }, - "dependencies": { - "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npm.alibaba-inc.com/@types/jest/download/@types/jest-26.0.20.tgz", - "requires": { - "jest-diff": "^26.0.0", - "pretty-format": "^26.0.0" - }, - "dependencies": {} - }, - "bs-logger": { - "version": "0.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/bs-logger/download/bs-logger-0.2.6.tgz", - "requires": { - "fast-json-stable-stringify": "2.x" - }, - "dependencies": {} - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-from/download/buffer-from-1.1.1.tgz" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz" - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/jest-util/download/jest-util-26.6.2.tgz", - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": {} - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-2.2.0.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "make-error": { - "version": "1.3.6", - "resolved": "https://registry.npm.alibaba-inc.com/make-error/download/make-error-1.3.6.tgz" - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-1.0.4.tgz" - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "ts-loader": { - "version": "https://registry.npm.alibaba-inc.com/ts-loader/download/ts-loader-8.0.17.tgz", - "requires": { - "chalk": "^4.1.0", - "enhanced-resolve": "^4.0.0", - "loader-utils": "^2.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-4.1.0.tgz", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-2.0.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "dependencies": {} - }, - "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-4.0.2.tgz", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" - }, - "dependencies": {} - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npm.alibaba-inc.com/semver/download/semver-7.3.4.tgz", - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": {} - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "ts-map": { - "version": "https://registry.npm.alibaba-inc.com/ts-map/download/ts-map-1.0.3.tgz" - }, - "ts-pnp": { - "version": "https://registry.npm.alibaba-inc.com/ts-pnp/download/ts-pnp-1.2.0.tgz" - }, - "tsconfig-paths": { - "version": "https://registry.npm.alibaba-inc.com/tsconfig-paths/download/tsconfig-paths-3.9.0.tgz", - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.0", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npm.alibaba-inc.com/@types/json5/download/@types/json5-0.0.29.tgz" - }, - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json5/download/json5-1.0.1.tgz", - "requires": { - "minimist": "^1.2.0" - }, - "dependencies": {} - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npm.alibaba-inc.com/minimist/download/minimist-1.2.5.tgz" - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-bom/download/strip-bom-3.0.0.tgz" - } - } - }, - "tslib": { - "version": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-2.1.0.tgz" - }, - "tsutils": { - "version": "https://registry.npm.alibaba-inc.com/tsutils/download/tsutils-3.20.0.tgz", - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - }, - "typescript": { - "version": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-4.2.2.tgz" - } - } - }, - "tty-browserify": { - "version": "https://registry.npm.alibaba-inc.com/tty-browserify/download/tty-browserify-0.0.0.tgz" - }, - "tunnel-agent": { - "version": "https://registry.npm.alibaba-inc.com/tunnel-agent/download/tunnel-agent-0.6.0.tgz", - "requires": { - "safe-buffer": "^5.0.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - } - } - }, - "tweetnacl": { - "version": "https://registry.npm.alibaba-inc.com/tweetnacl/download/tweetnacl-0.14.5.tgz" - }, - "type": { - "version": "https://registry.npm.alibaba-inc.com/type/download/type-2.3.0.tgz" - }, - "type-check": { - "version": "https://registry.npm.alibaba-inc.com/type-check/download/type-check-0.4.0.tgz", - "requires": { - "prelude-ls": "^1.2.1" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/prelude-ls/download/prelude-ls-1.2.1.tgz" - } - } - }, - "type-detect": { - "version": "https://registry.npm.alibaba-inc.com/type-detect/download/type-detect-4.0.8.tgz" - }, - "type-fest": { - "version": "https://registry.npm.alibaba-inc.com/type-fest/download/type-fest-0.18.1.tgz" - }, - "type-is": { - "version": "https://registry.npm.alibaba-inc.com/type-is/download/type-is-1.6.18.tgz", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "dependencies": { - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/media-typer/download/media-typer-0.3.0.tgz" - }, - "mime-types": { - "version": "2.1.29", - "resolved": "https://registry.npm.alibaba-inc.com/mime-types/download/mime-types-2.1.29.tgz", - "requires": { - "mime-db": "1.46.0" - }, - "dependencies": {} - } - } - }, - "typed-styles": { - "version": "https://registry.npm.alibaba-inc.com/typed-styles/download/typed-styles-0.0.7.tgz" - }, - "typedarray": { - "version": "https://registry.npm.alibaba-inc.com/typedarray/download/typedarray-0.0.6.tgz" - }, - "typedarray-to-buffer": { - "version": "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", - "requires": { - "is-typedarray": "^1.0.0" - }, - "dependencies": { - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - } - } - }, - "typescript": { - "version": "3.9.9", - "resolved": "https://registry.npm.alibaba-inc.com/typescript/download/typescript-3.9.9.tgz", - "dev": true - }, - "ua-parser-js": { - "version": "https://registry.npm.alibaba-inc.com/ua-parser-js/download/ua-parser-js-0.7.24.tgz" - }, - "uglify-js": { - "version": "https://registry.npm.alibaba-inc.com/uglify-js/download/uglify-js-2.8.29.tgz", - "requires": { - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz", - "optional": true - }, - "yargs": { - "version": "3.10.0", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-3.10.0.tgz", - "requires": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - }, - "dependencies": {} - } - } - }, - "uglify-to-browserify": { - "version": "https://registry.npm.alibaba-inc.com/uglify-to-browserify/download/uglify-to-browserify-1.0.2.tgz" - }, - "unc-path-regex": { - "version": "https://registry.npm.alibaba-inc.com/unc-path-regex/download/unc-path-regex-0.1.2.tgz" - }, - "undertaker": { - "version": "https://registry.npm.alibaba-inc.com/undertaker/download/undertaker-1.3.0.tgz", - "requires": { - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "bach": "^1.0.0", - "collection-map": "^1.0.0", - "es6-weak-map": "^2.0.1", - "fast-levenshtein": "^1.0.0", - "last-run": "^1.1.0", - "object.defaults": "^1.0.0", - "object.reduce": "^1.0.0", - "undertaker-registry": "^1.0.0" - }, - "dependencies": { - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-flatten/download/arr-flatten-1.1.0.tgz" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/arr-map/download/arr-map-2.0.2.tgz", - "requires": { - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "bach": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/bach/download/bach-1.2.0.tgz", - "requires": { - "arr-filter": "^1.1.1", - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "array-each": "^1.0.0", - "array-initial": "^1.0.0", - "array-last": "^1.1.1", - "async-done": "^1.2.2", - "async-settle": "^1.0.0", - "now-and-later": "^2.0.0" - }, - "dependencies": {} - }, - "collection-map": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/collection-map/download/collection-map-1.0.0.tgz", - "requires": { - "arr-map": "^2.0.2", - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "es6-weak-map": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/es6-weak-map/download/es6-weak-map-2.0.3.tgz", - "requires": { - "d": "1", - "es5-ext": "^0.10.46", - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.1" - }, - "dependencies": {} - }, - "fast-levenshtein": { - "version": "1.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/fast-levenshtein/download/fast-levenshtein-1.1.4.tgz" - }, - "last-run": { - "version": "1.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/last-run/download/last-run-1.1.1.tgz", - "requires": { - "default-resolution": "^2.0.0", - "es6-weak-map": "^2.0.1" - }, - "dependencies": {} - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/object.defaults/download/object.defaults-1.1.0.tgz", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "dependencies": {} - }, - "object.reduce": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/object.reduce/download/object.reduce-1.0.1.tgz", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - }, - "dependencies": {} - }, - "undertaker-registry": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/undertaker-registry/download/undertaker-registry-1.0.1.tgz" - } - } - }, - "undertaker-registry": { - "version": "https://registry.npm.alibaba-inc.com/undertaker-registry/download/undertaker-registry-1.0.1.tgz" - }, - "unfetch": { - "version": "https://registry.npm.alibaba-inc.com/unfetch/download/unfetch-4.2.0.tgz" - }, - "unherit": { - "version": "https://registry.npm.alibaba-inc.com/unherit/download/unherit-1.1.3.tgz", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.4.tgz" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - } - } - }, - "unicode-canonical-property-names-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-canonical-property-names-ecmascript/download/unicode-canonical-property-names-ecmascript-1.0.4.tgz" - }, - "unicode-match-property-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-match-property-ecmascript/download/unicode-match-property-ecmascript-1.0.4.tgz", - "requires": { - "unicode-canonical-property-names-ecmascript": "^1.0.4", - "unicode-property-aliases-ecmascript": "^1.0.4" - }, - "dependencies": { - "unicode-canonical-property-names-ecmascript": { - "version": "1.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-canonical-property-names-ecmascript/download/unicode-canonical-property-names-ecmascript-1.0.4.tgz" - }, - "unicode-property-aliases-ecmascript": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-1.1.0.tgz" - } - } - }, - "unicode-match-property-value-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-match-property-value-ecmascript/download/unicode-match-property-value-ecmascript-1.2.0.tgz" - }, - "unicode-property-aliases-ecmascript": { - "version": "https://registry.npm.alibaba-inc.com/unicode-property-aliases-ecmascript/download/unicode-property-aliases-ecmascript-1.1.0.tgz" - }, - "unified": { - "version": "https://registry.npm.alibaba-inc.com/unified/download/unified-9.2.0.tgz", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/bail/download/bail-1.0.5.tgz" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/extend/download/extend-3.0.2.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-plain-obj/download/is-plain-obj-2.1.0.tgz" - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/trough/download/trough-1.0.5.tgz" - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "union-value": { - "version": "https://registry.npm.alibaba-inc.com/union-value/download/union-value-1.0.1.tgz", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "dependencies": { - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/arr-union/download/arr-union-3.1.0.tgz" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npm.alibaba-inc.com/get-value/download/get-value-2.0.6.tgz" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/is-extendable/download/is-extendable-0.1.1.tgz" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/set-value/download/set-value-2.0.1.tgz", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": {} - } - } - }, - "uniq": { - "version": "https://registry.npm.alibaba-inc.com/uniq/download/uniq-1.0.1.tgz" - }, - "uniqs": { - "version": "https://registry.npm.alibaba-inc.com/uniqs/download/uniqs-2.0.0.tgz" - }, - "unique-filename": { - "version": "https://registry.npm.alibaba-inc.com/unique-filename/download/unique-filename-1.1.1.tgz", - "requires": { - "unique-slug": "^2.0.0" - }, - "dependencies": { - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz", - "requires": { - "imurmurhash": "^0.1.4" - }, - "dependencies": {} - } - } - }, - "unique-slug": { - "version": "https://registry.npm.alibaba-inc.com/unique-slug/download/unique-slug-2.0.2.tgz", - "requires": { - "imurmurhash": "^0.1.4" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - } - } - }, - "unique-stream": { - "version": "https://registry.npm.alibaba-inc.com/unique-stream/download/unique-stream-2.3.1.tgz", - "requires": { - "json-stable-stringify-without-jsonify": "^1.0.1", - "through2-filter": "^3.0.0" - }, - "dependencies": { - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/json-stable-stringify-without-jsonify/download/json-stable-stringify-without-jsonify-1.0.1.tgz" - }, - "through2-filter": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/through2-filter/download/through2-filter-3.0.0.tgz", - "requires": { - "through2": "~2.0.0", - "xtend": "~4.0.0" - }, - "dependencies": {} - } - } - }, - "unique-string": { - "version": "https://registry.npm.alibaba-inc.com/unique-string/download/unique-string-1.0.0.tgz", - "requires": { - "crypto-random-string": "^1.0.0" - }, - "dependencies": { - "crypto-random-string": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/crypto-random-string/download/crypto-random-string-1.0.0.tgz" - } - } - }, - "unist-builder": { - "version": "https://registry.npm.alibaba-inc.com/unist-builder/download/unist-builder-2.0.3.tgz" - }, - "unist-util-find-all-after": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-find-all-after/download/unist-util-find-all-after-3.0.2.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - }, - "unist-util-generated": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-generated/download/unist-util-generated-1.1.6.tgz" - }, - "unist-util-is": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-position/download/unist-util-position-3.1.0.tgz" - }, - "unist-util-remove": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-remove/download/unist-util-remove-2.0.1.tgz", - "requires": { - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - }, - "unist-util-remove-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-remove-position/download/unist-util-remove-position-2.0.1.tgz", - "requires": { - "unist-util-visit": "^2.0.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "unist-util-stringify-position": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - } - } - }, - "unist-util-visit": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-visit/download/unist-util-visit-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "unist-util-visit-parents": { - "version": "https://registry.npm.alibaba-inc.com/unist-util-visit-parents/download/unist-util-visit-parents-3.1.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-is": { - "version": "4.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-is/download/unist-util-is-4.0.4.tgz" - } - } - }, - "universalify": { - "version": "https://registry.npm.alibaba-inc.com/universalify/download/universalify-0.1.2.tgz" - }, - "unpipe": { - "version": "https://registry.npm.alibaba-inc.com/unpipe/download/unpipe-1.0.0.tgz" - }, - "unquote": { - "version": "https://registry.npm.alibaba-inc.com/unquote/download/unquote-1.1.1.tgz" - }, - "unset-value": { - "version": "https://registry.npm.alibaba-inc.com/unset-value/download/unset-value-1.0.0.tgz", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-value/download/has-value-0.3.1.tgz", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": {} - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/isobject/download/isobject-3.0.1.tgz" - } - } - }, - "upath": { - "version": "https://registry.npm.alibaba-inc.com/upath/download/upath-1.2.0.tgz" - }, - "update-notifier": { - "version": "https://registry.npm.alibaba-inc.com/update-notifier/download/update-notifier-3.0.1.tgz", - "requires": { - "boxen": "^3.0.0", - "chalk": "^2.0.1", - "configstore": "^4.0.0", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.1.0", - "is-npm": "^3.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "semver-diff": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": { - "boxen": { - "version": "3.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/boxen/download/boxen-3.2.0.tgz", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^2.4.2", - "cli-boxes": "^2.2.0", - "string-width": "^3.0.0", - "term-size": "^1.2.0", - "type-fest": "^0.3.0", - "widest-line": "^2.0.0" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "configstore": { - "version": "4.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/configstore/download/configstore-4.0.0.tgz", - "requires": { - "dot-prop": "^4.1.0", - "graceful-fs": "^4.1.2", - "make-dir": "^1.0.0", - "unique-string": "^1.0.0", - "write-file-atomic": "^2.0.0", - "xdg-basedir": "^3.0.0" - }, - "dependencies": {} - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/has-yarn/download/has-yarn-2.1.0.tgz" - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-lazy/download/import-lazy-2.1.0.tgz" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-ci/download/is-ci-2.0.0.tgz", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": {} - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-installed-globally/download/is-installed-globally-0.1.0.tgz", - "requires": { - "global-dirs": "^0.1.0", - "is-path-inside": "^1.0.0" - }, - "dependencies": {} - }, - "is-npm": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-npm/download/is-npm-3.0.0.tgz" - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-yarn-global/download/is-yarn-global-0.3.0.tgz" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/latest-version/download/latest-version-5.1.0.tgz", - "requires": { - "package-json": "^6.3.0" - }, - "dependencies": {} - }, - "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/semver-diff/download/semver-diff-2.1.0.tgz", - "requires": { - "semver": "^5.0.3" - }, - "dependencies": {} - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - } - } - }, - "uri-js": { - "version": "https://registry.npm.alibaba-inc.com/uri-js/download/uri-js-4.4.1.tgz", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-2.1.1.tgz" - } - } - }, - "urix": { - "version": "https://registry.npm.alibaba-inc.com/urix/download/urix-0.1.0.tgz" - }, - "url": { - "version": "https://registry.npm.alibaba-inc.com/url/download/url-0.11.0.tgz", - "requires": { - "punycode": "1.3.2", - "querystring": "0.2.0" - }, - "dependencies": { - "punycode": { - "version": "1.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/punycode/download/punycode-1.3.2.tgz" - }, - "querystring": { - "version": "0.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.0.tgz" - } - } - }, - "url-loader": { - "version": "https://registry.npm.alibaba-inc.com/url-loader/download/url-loader-2.3.0.tgz", - "requires": { - "loader-utils": "^1.2.3", - "mime": "^2.4.4", - "schema-utils": "^2.5.0" - }, - "dependencies": { - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-2.7.1.tgz", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "dependencies": {} - } - } - }, - "url-parse": { - "version": "https://registry.npm.alibaba-inc.com/url-parse/download/url-parse-1.5.1.tgz", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - }, - "dependencies": { - "querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/querystringify/download/querystringify-2.2.0.tgz" - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/requires-port/download/requires-port-1.0.0.tgz" - } - } - }, - "url-parse-lax": { - "version": "https://registry.npm.alibaba-inc.com/url-parse-lax/download/url-parse-lax-3.0.0.tgz", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": { - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/prepend-http/download/prepend-http-2.0.0.tgz" - } - } - }, - "url-regex": { - "version": "https://registry.npm.alibaba-inc.com/url-regex/download/url-regex-5.0.0.tgz", - "requires": { - "ip-regex": "^4.1.0", - "tlds": "^1.203.0" - }, - "dependencies": { - "ip-regex": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ip-regex/download/ip-regex-4.3.0.tgz" - }, - "tlds": { - "version": "1.218.0", - "resolved": "https://registry.npm.alibaba-inc.com/tlds/download/tlds-1.218.0.tgz" - } - } - }, - "use": { - "version": "https://registry.npm.alibaba-inc.com/use/download/use-3.1.1.tgz" - }, - "use-callback-ref": { - "version": "https://registry.npm.alibaba-inc.com/use-callback-ref/download/use-callback-ref-1.2.5.tgz" - }, - "use-sidecar": { - "version": "https://registry.npm.alibaba-inc.com/use-sidecar/download/use-sidecar-1.0.4.tgz", - "requires": { - "detect-node-es": "^1.0.0", - "tslib": "^1.9.3" - }, - "dependencies": { - "detect-node-es": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/detect-node-es/download/detect-node-es-1.0.0.tgz" - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npm.alibaba-inc.com/tslib/download/tslib-1.14.1.tgz" - } - } - }, - "util": { - "version": "https://registry.npm.alibaba-inc.com/util/download/util-0.11.1.tgz", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/inherits/download/inherits-2.0.3.tgz" - } - } - }, - "util-deprecate": { - "version": "https://registry.npm.alibaba-inc.com/util-deprecate/download/util-deprecate-1.0.2.tgz" - }, - "util.promisify": { - "version": "https://registry.npm.alibaba-inc.com/util.promisify/download/util.promisify-1.1.1.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "for-each": "^0.3.3", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.1" - }, - "dependencies": { - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/call-bind/download/call-bind-1.0.2.tgz", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "dependencies": {} - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/define-properties/download/define-properties-1.1.3.tgz", - "requires": { - "object-keys": "^1.0.12" - }, - "dependencies": {} - }, - "for-each": { - "version": "0.3.3", - "resolved": "https://registry.npm.alibaba-inc.com/for-each/download/for-each-0.3.3.tgz", - "requires": { - "is-callable": "^1.1.3" - }, - "dependencies": {} - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/has-symbols/download/has-symbols-1.0.1.tgz" - }, - "object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.2.tgz", - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "dependencies": {} - } - } - }, - "utila": { - "version": "https://registry.npm.alibaba-inc.com/utila/download/utila-0.4.0.tgz" - }, - "utils-merge": { - "version": "https://registry.npm.alibaba-inc.com/utils-merge/download/utils-merge-1.0.1.tgz" - }, - "uuid": { - "version": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-8.3.2.tgz" - }, - "v8-compile-cache": { - "version": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "v8-to-istanbul": { - "version": "https://registry.npm.alibaba-inc.com/v8-to-istanbul/download/v8-to-istanbul-7.1.0.tgz", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/istanbul-lib-coverage/download/@types/istanbul-lib-coverage-2.0.3.tgz" - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.7.3.tgz" - } - } - }, - "v8flags": { - "version": "https://registry.npm.alibaba-inc.com/v8flags/download/v8flags-3.2.0.tgz", - "requires": { - "homedir-polyfill": "^1.0.1" - }, - "dependencies": { - "homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/homedir-polyfill/download/homedir-polyfill-1.0.3.tgz", - "requires": { - "parse-passwd": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "validate-npm-package-license": { - "version": "https://registry.npm.alibaba-inc.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "dependencies": { - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-correct/download/spdx-correct-3.1.1.tgz", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/spdx-expression-parse/download/spdx-expression-parse-3.0.1.tgz", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "dependencies": {} - } - } - }, - "validate-npm-package-name": { - "version": "https://registry.npm.alibaba-inc.com/validate-npm-package-name/download/validate-npm-package-name-3.0.0.tgz", - "requires": { - "builtins": "^1.0.3" - }, - "dependencies": { - "builtins": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/builtins/download/builtins-1.0.3.tgz" - } - } - }, - "value-or-function": { - "version": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vary": { - "version": "https://registry.npm.alibaba-inc.com/vary/download/vary-1.1.2.tgz" - }, - "vendors": { - "version": "https://registry.npm.alibaba-inc.com/vendors/download/vendors-1.0.4.tgz" - }, - "verror": { - "version": "https://registry.npm.alibaba-inc.com/verror/download/verror-1.10.0.tgz", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/assert-plus/download/assert-plus-1.0.0.tgz" - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/core-util-is/download/core-util-is-1.0.2.tgz" - }, - "extsprintf": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/extsprintf/download/extsprintf-1.4.0.tgz" - } - } - }, - "vfile": { - "version": "https://registry.npm.alibaba-inc.com/vfile/download/vfile-4.2.1.tgz", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/is-buffer/download/is-buffer-2.0.5.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "vfile-location": { - "version": "https://registry.npm.alibaba-inc.com/vfile-location/download/vfile-location-3.2.0.tgz" - }, - "vfile-message": { - "version": "https://registry.npm.alibaba-inc.com/vfile-message/download/vfile-message-2.0.4.tgz", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "dependencies": { - "@types/unist": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/@types/unist/download/@types/unist-2.0.3.tgz" - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/unist-util-stringify-position/download/unist-util-stringify-position-2.0.3.tgz", - "requires": { - "@types/unist": "^2.0.2" - }, - "dependencies": {} - } - } - }, - "vinyl": { - "version": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-buffer/download/clone-buffer-1.0.0.tgz" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/clone-stats/download/clone-stats-1.0.0.tgz" - }, - "cloneable-readable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/cloneable-readable/download/cloneable-readable-1.1.3.tgz", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": {} - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-trailing-separator/download/remove-trailing-separator-1.1.0.tgz" - }, - "replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/replace-ext/download/replace-ext-1.0.1.tgz" - } - } - }, - "vinyl-fs": { - "version": "https://registry.npm.alibaba-inc.com/vinyl-fs/download/vinyl-fs-3.0.3.tgz", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - }, - "dependencies": { - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/fs-mkdirp-stream/download/fs-mkdirp-stream-1.0.0.tgz", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/glob-stream/download/glob-stream-6.1.0.tgz", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-valid-glob/download/is-valid-glob-1.0.0.tgz" - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lazystream/download/lazystream-1.0.0.tgz", - "requires": { - "readable-stream": "^2.0.5" - }, - "dependencies": {} - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/lead/download/lead-1.0.0.tgz", - "requires": { - "flush-write-stream": "^1.0.2" - }, - "dependencies": {} - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/object.assign/download/object.assign-4.1.2.tgz", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": {} - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/pumpify/download/pumpify-1.5.1.tgz", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - }, - "dependencies": {} - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npm.alibaba-inc.com/readable-stream/download/readable-stream-2.3.7.tgz", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-stream/download/remove-bom-stream-1.2.0.tgz", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/resolve-options/download/resolve-options-1.1.0.tgz", - "requires": { - "value-or-function": "^3.0.0" - }, - "dependencies": {} - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/through2/download/through2-2.0.5.tgz", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": {} - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/to-through/download/to-through-2.0.0.tgz", - "requires": { - "through2": "^2.0.3" - }, - "dependencies": {} - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/value-or-function/download/value-or-function-3.0.0.tgz" - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "vinyl-sourcemap": { - "version": "https://registry.npm.alibaba-inc.com/vinyl-sourcemap/download/vinyl-sourcemap-1.1.0.tgz", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - }, - "dependencies": { - "append-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/append-buffer/download/append-buffer-1.0.2.tgz", - "requires": { - "buffer-equal": "^1.0.0" - }, - "dependencies": {} - }, - "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/convert-source-map/download/convert-source-map-1.7.0.tgz", - "requires": { - "safe-buffer": "~5.1.1" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/normalize-path/download/normalize-path-2.1.1.tgz", - "requires": { - "remove-trailing-separator": "^1.0.1" - }, - "dependencies": {} - }, - "now-and-later": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/now-and-later/download/now-and-later-2.0.1.tgz", - "requires": { - "once": "^1.3.2" - }, - "dependencies": {} - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/remove-bom-buffer/download/remove-bom-buffer-3.0.0.tgz", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - }, - "dependencies": {} - }, - "vinyl": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/vinyl/download/vinyl-2.2.1.tgz", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "vinyl-sourcemaps-apply": { - "version": "https://registry.npm.alibaba-inc.com/vinyl-sourcemaps-apply/download/vinyl-sourcemaps-apply-0.2.1.tgz", - "requires": { - "source-map": "^0.5.1" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.5.7.tgz" - } - } - }, - "vm-browserify": { - "version": "https://registry.npm.alibaba-inc.com/vm-browserify/download/vm-browserify-1.1.2.tgz" - }, - "void-elements": { - "version": "https://registry.npm.alibaba-inc.com/void-elements/download/void-elements-3.1.0.tgz" - }, - "vue-docgen-api": { - "version": "https://registry.npm.alibaba-inc.com/vue-docgen-api/download/vue-docgen-api-4.35.0.tgz", - "requires": { - "@babel/parser": "^7.6.0", - "@babel/types": "^7.6.0", - "@vue/compiler-dom": "^3.0.0-rc.6", - "@vue/compiler-sfc": "^3.0.0-rc.6", - "ast-types": "0.13.3", - "hash-sum": "^1.0.2", - "lru-cache": "^4.1.5", - "pug": "^3.0.0", - "recast": "0.19.1", - "ts-map": "^1.0.3", - "vue-inbrowser-compiler-utils": "^4.33.6" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "@vue/compiler-dom": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-dom/download/@vue/compiler-dom-3.0.5.tgz", - "requires": { - "@vue/compiler-core": "3.0.5", - "@vue/shared": "3.0.5" - }, - "dependencies": {} - }, - "@vue/compiler-sfc": { - "version": "3.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.0.5.tgz", - "requires": { - "@babel/parser": "^7.12.0", - "@babel/types": "^7.12.0", - "@vue/compiler-core": "3.0.5", - "@vue/compiler-dom": "3.0.5", - "@vue/compiler-ssr": "3.0.5", - "@vue/shared": "3.0.5", - "consolidate": "^0.16.0", - "estree-walker": "^2.0.1", - "hash-sum": "^2.0.0", - "lru-cache": "^5.1.1", - "magic-string": "^0.25.7", - "merge-source-map": "^1.1.0", - "postcss": "^7.0.32", - "postcss-modules": "^3.2.2", - "postcss-selector-parser": "^6.0.4", - "source-map": "^0.6.1" - }, - "dependencies": {} - }, - "ast-types": { - "version": "0.13.3", - "resolved": "https://registry.npm.alibaba-inc.com/ast-types/download/ast-types-0.13.3.tgz" - }, - "hash-sum": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/hash-sum/download/hash-sum-1.0.2.tgz" - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/lru-cache/download/lru-cache-4.1.5.tgz", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - }, - "dependencies": {} - }, - "pug": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/pug/download/pug-3.0.0.tgz", - "requires": { - "pug-code-gen": "^3.0.0", - "pug-filters": "^4.0.0", - "pug-lexer": "^5.0.0", - "pug-linker": "^4.0.0", - "pug-load": "^3.0.0", - "pug-parser": "^6.0.0", - "pug-runtime": "^3.0.0", - "pug-strip-comments": "^2.0.0" - }, - "dependencies": {} - }, - "recast": { - "version": "0.19.1", - "resolved": "https://registry.npm.alibaba-inc.com/recast/download/recast-0.19.1.tgz", - "requires": { - "ast-types": "0.13.3", - "esprima": "~4.0.0", - "private": "^0.1.8", - "source-map": "~0.6.1" - }, - "dependencies": {} - }, - "ts-map": { - "version": "1.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/ts-map/download/ts-map-1.0.3.tgz" - }, - "vue-inbrowser-compiler-utils": { - "version": "4.33.6", - "resolved": "https://registry.npm.alibaba-inc.com/vue-inbrowser-compiler-utils/download/vue-inbrowser-compiler-utils-4.33.6.tgz", - "requires": { - "camelcase": "^5.3.1" - }, - "dependencies": {} - } - } - }, - "vue-docgen-loader": { - "version": "https://registry.npm.alibaba-inc.com/vue-docgen-loader/download/vue-docgen-loader-1.5.0.tgz", - "requires": { - "clone": "^2.1.2", - "jscodeshift": "^0.7.0", - "loader-utils": "^1.2.3", - "querystring": "^0.2.0" - }, - "dependencies": { - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/clone/download/clone-2.1.2.tgz" - }, - "jscodeshift": { - "version": "0.7.1", - "resolved": "https://registry.npm.alibaba-inc.com/jscodeshift/download/jscodeshift-0.7.1.tgz", - "requires": { - "@babel/core": "^7.1.6", - "@babel/parser": "^7.1.6", - "@babel/plugin-proposal-class-properties": "^7.1.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/preset-env": "^7.1.6", - "@babel/preset-flow": "^7.0.0", - "@babel/preset-typescript": "^7.1.0", - "@babel/register": "^7.0.0", - "babel-core": "^7.0.0-bridge.0", - "colors": "^1.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.18.1", - "temp": "^0.8.1", - "write-file-atomic": "^2.3.0" - }, - "dependencies": {} - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - } - } - }, - "vue-inbrowser-compiler-utils": { - "version": "https://registry.npm.alibaba-inc.com/vue-inbrowser-compiler-utils/download/vue-inbrowser-compiler-utils-4.33.6.tgz", - "requires": { - "camelcase": "^5.3.1" - }, - "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npm.alibaba-inc.com/camelcase/download/camelcase-5.3.1.tgz" - } - } - }, - "w3c-hr-time": { - "version": "https://registry.npm.alibaba-inc.com/w3c-hr-time/download/w3c-hr-time-1.0.2.tgz", - "requires": { - "browser-process-hrtime": "^1.0.0" - }, - "dependencies": { - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/browser-process-hrtime/download/browser-process-hrtime-1.0.0.tgz" - } - } - }, - "w3c-xmlserializer": { - "version": "https://registry.npm.alibaba-inc.com/w3c-xmlserializer/download/w3c-xmlserializer-2.0.0.tgz", - "requires": { - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - } - } - }, - "walker": { - "version": "https://registry.npm.alibaba-inc.com/walker/download/walker-1.0.7.tgz", - "requires": { - "makeerror": "1.0.x" - }, - "dependencies": { - "makeerror": { - "version": "1.0.11", - "resolved": "https://registry.npm.alibaba-inc.com/makeerror/download/makeerror-1.0.11.tgz", - "requires": { - "tmpl": "1.0.x" - }, - "dependencies": {} - } - } - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/warning/download/warning-4.0.3.tgz", - "requires": { - "loose-envify": "^1.0.0" - }, - "dependencies": { - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loose-envify/download/loose-envify-1.4.0.tgz", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "dependencies": {} - } - } - }, - "watchpack": { - "version": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": { - "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-3.5.1.tgz", - "optional": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" - }, - "dependencies": {} - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/graceful-fs/download/graceful-fs-4.2.6.tgz" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "watchpack-chokidar2": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz", - "optional": true, - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": {} - } - } - }, - "watchpack-chokidar2": { - "version": "https://registry.npm.alibaba-inc.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz", - "requires": { - "chokidar": "^2.1.8" - }, - "dependencies": { - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/chokidar/download/chokidar-2.1.8.tgz", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": {} - } - } - }, - "web-namespaces": { - "version": "https://registry.npm.alibaba-inc.com/web-namespaces/download/web-namespaces-1.1.4.tgz" - }, - "webidl-conversions": { - "version": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - }, - "webpack": { - "version": "4.46.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack/download/webpack-4.46.0.tgz", - "dev": true, - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/wasm-edit": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.4.1", - "ajv": "^6.10.2", - "ajv-keywords": "^3.4.1", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.5.0", - "eslint-scope": "^4.0.3", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.4.0", - "loader-utils": "^1.2.3", - "memory-fs": "^0.4.1", - "micromatch": "^3.1.10", - "mkdirp": "^0.5.3", - "neo-async": "^2.6.1", - "node-libs-browser": "^2.2.1", - "schema-utils": "^1.0.0", - "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.7.4", - "webpack-sources": "^1.4.1" - }, - "dependencies": { - "@webassemblyjs/ast": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz", - "requires": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/helper-module-context": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/helper-module-context/download/@webassemblyjs/helper-module-context-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-buffer": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/helper-wasm-section": "1.9.0", - "@webassemblyjs/wasm-gen": "1.9.0", - "@webassemblyjs/wasm-opt": "1.9.0", - "@webassemblyjs/wasm-parser": "1.9.0", - "@webassemblyjs/wast-printer": "1.9.0" - }, - "dependencies": {} - }, - "@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz", - "requires": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/helper-api-error": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/ieee754": "1.9.0", - "@webassemblyjs/leb128": "1.9.0", - "@webassemblyjs/utf8": "1.9.0" - }, - "dependencies": {} - }, - "acorn": { - "version": "6.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-6.4.2.tgz" - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npm.alibaba-inc.com/ajv/download/ajv-6.12.6.tgz", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "dependencies": {} - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/ajv-keywords/download/ajv-keywords-3.5.2.tgz", - "dependencies": {} - }, - "chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/chrome-trace-event/download/chrome-trace-event-1.0.2.tgz", - "requires": { - "tslib": "^1.9.0" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/eslint-scope/download/eslint-scope-4.0.3.tgz", - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "dependencies": {} - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz" - }, - "loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-runner/download/loader-runner-2.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npm.alibaba-inc.com/micromatch/download/micromatch-3.1.10.tgz", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "dependencies": {} - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npm.alibaba-inc.com/neo-async/download/neo-async-2.6.2.tgz" - }, - "node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/node-libs-browser/download/node-libs-browser-2.2.1.tgz", - "requires": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - }, - "dependencies": {} - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/schema-utils/download/schema-utils-1.0.0.tgz", - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "dependencies": {} - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npm.alibaba-inc.com/tapable/download/tapable-1.1.3.tgz" - }, - "terser-webpack-plugin": { - "version": "1.4.5", - "resolved": "https://registry.npm.alibaba-inc.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz", - "requires": { - "cacache": "^12.0.2", - "find-cache-dir": "^2.1.0", - "is-wsl": "^1.1.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^4.0.0", - "source-map": "^0.6.1", - "terser": "^4.1.2", - "webpack-sources": "^1.4.0", - "worker-farm": "^1.7.0" - }, - "dependencies": {} - }, - "watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npm.alibaba-inc.com/watchpack/download/watchpack-1.7.5.tgz", - "requires": { - "chokidar": "^3.4.1", - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.1" - }, - "dependencies": {} - }, - "webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": {} - } - } - }, - "webpack-bundle-analyzer": { - "version": "3.9.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz", - "dev": true, - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1", - "bfj": "^6.1.1", - "chalk": "^2.4.1", - "commander": "^2.18.0", - "ejs": "^2.6.1", - "express": "^4.16.3", - "filesize": "^3.6.1", - "gzip-size": "^5.0.0", - "lodash": "^4.17.19", - "mkdirp": "^0.5.1", - "opener": "^1.5.1", - "ws": "^6.0.0" - }, - "dependencies": { - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/acorn/download/acorn-7.4.1.tgz" - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/acorn-walk/download/acorn-walk-7.2.0.tgz" - }, - "bfj": { - "version": "6.1.2", - "resolved": "https://registry.npm.alibaba-inc.com/bfj/download/bfj-6.1.2.tgz", - "requires": { - "bluebird": "^3.5.5", - "check-types": "^8.0.3", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, - "dependencies": {} - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npm.alibaba-inc.com/commander/download/commander-2.20.3.tgz" - }, - "ejs": { - "version": "2.7.4", - "resolved": "https://registry.npm.alibaba-inc.com/ejs/download/ejs-2.7.4.tgz" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npm.alibaba-inc.com/express/download/express-4.17.1.tgz", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": {} - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/filesize/download/filesize-3.6.1.tgz" - }, - "gzip-size": { - "version": "5.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/gzip-size/download/gzip-size-5.1.1.tgz", - "requires": { - "duplexer": "^0.1.1", - "pify": "^4.0.1" - }, - "dependencies": {} - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npm.alibaba-inc.com/lodash/download/lodash-4.17.21.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "opener": { - "version": "1.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/opener/download/opener-1.5.2.tgz" - }, - "ws": { - "version": "6.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/ws/download/ws-6.2.1.tgz", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": {} - } - } - }, - "webpack-cli": { - "version": "3.3.12", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-cli/download/webpack-cli-3.3.12.tgz", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "cross-spawn": "^6.0.5", - "enhanced-resolve": "^4.1.1", - "findup-sync": "^3.0.0", - "global-modules": "^2.0.0", - "import-local": "^2.0.0", - "interpret": "^1.4.0", - "loader-utils": "^1.4.0", - "supports-color": "^6.1.0", - "v8-compile-cache": "^2.1.1", - "yargs": "^13.3.2" - }, - "dependencies": { - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npm.alibaba-inc.com/chalk/download/chalk-2.4.2.tgz", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": {} - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/cross-spawn/download/cross-spawn-6.0.5.tgz", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "dependencies": {} - }, - "enhanced-resolve": { - "version": "4.5.0", - "resolved": "https://registry.npm.alibaba-inc.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz", - "requires": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "dependencies": {} - }, - "findup-sync": { - "version": "3.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/findup-sync/download/findup-sync-3.0.0.tgz", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": {} - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/global-modules/download/global-modules-2.0.0.tgz", - "requires": { - "global-prefix": "^3.0.0" - }, - "dependencies": {} - }, - "import-local": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/import-local/download/import-local-2.0.0.tgz", - "requires": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "dependencies": {} - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/interpret/download/interpret-1.4.0.tgz" - }, - "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/loader-utils/download/loader-utils-1.4.0.tgz", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": {} - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/supports-color/download/supports-color-6.1.0.tgz", - "requires": { - "has-flag": "^3.0.0" - }, - "dependencies": {} - }, - "v8-compile-cache": { - "version": "2.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/v8-compile-cache/download/v8-compile-cache-2.2.0.tgz" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-13.3.2.tgz", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - }, - "dependencies": {} - } - } - }, - "webpack-dev-middleware": { - "version": "https://registry.npm.alibaba-inc.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz", - "requires": { - "memory-fs": "^0.4.1", - "mime": "^2.4.4", - "mkdirp": "^0.5.1", - "range-parser": "^1.2.1", - "webpack-log": "^2.0.0" - }, - "dependencies": { - "memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npm.alibaba-inc.com/memory-fs/download/memory-fs-0.4.1.tgz", - "requires": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - }, - "dependencies": {} - }, - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npm.alibaba-inc.com/mime/download/mime-2.5.2.tgz" - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/range-parser/download/range-parser-1.2.1.tgz" - }, - "webpack-log": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-2.0.0.tgz", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": {} - } - } - }, - "webpack-hot-middleware": { - "version": "https://registry.npm.alibaba-inc.com/webpack-hot-middleware/download/webpack-hot-middleware-2.25.0.tgz", - "requires": { - "ansi-html": "0.0.7", - "html-entities": "^1.2.0", - "querystring": "^0.2.0", - "strip-ansi": "^3.0.0" - }, - "dependencies": { - "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-html/download/ansi-html-0.0.7.tgz" - }, - "html-entities": { - "version": "1.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/html-entities/download/html-entities-1.4.0.tgz" - }, - "querystring": { - "version": "0.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/querystring/download/querystring-0.2.1.tgz" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-3.0.1.tgz", - "requires": { - "ansi-regex": "^2.0.0" - }, - "dependencies": {} - } - } - }, - "webpack-log": { - "version": "https://registry.npm.alibaba-inc.com/webpack-log/download/webpack-log-2.0.0.tgz", - "requires": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "dependencies": { - "ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-colors/download/ansi-colors-3.2.4.tgz" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npm.alibaba-inc.com/uuid/download/uuid-3.4.0.tgz" - } - } - }, - "webpack-sources": { - "version": "https://registry.npm.alibaba-inc.com/webpack-sources/download/webpack-sources-1.4.3.tgz", - "requires": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-list-map/download/source-list-map-2.0.1.tgz" - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npm.alibaba-inc.com/source-map/download/source-map-0.6.1.tgz" - } - } - }, - "webpack-virtual-modules": { - "version": "https://registry.npm.alibaba-inc.com/webpack-virtual-modules/download/webpack-virtual-modules-0.2.2.tgz", - "requires": { - "debug": "^3.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npm.alibaba-inc.com/debug/download/debug-3.2.7.tgz", - "requires": { - "ms": "^2.1.1" - }, - "dependencies": {} - } - } - }, - "websocket-driver": { - "version": "https://registry.npm.alibaba-inc.com/websocket-driver/download/websocket-driver-0.7.4.tgz", - "requires": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "dependencies": { - "http-parser-js": { - "version": "0.5.3", - "resolved": "https://registry.npm.alibaba-inc.com/http-parser-js/download/http-parser-js-0.5.3.tgz" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/safe-buffer/download/safe-buffer-5.2.1.tgz" - }, - "websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/websocket-extensions/download/websocket-extensions-0.1.4.tgz" - } - } - }, - "websocket-extensions": { - "version": "https://registry.npm.alibaba-inc.com/websocket-extensions/download/websocket-extensions-0.1.4.tgz" - }, - "whatwg-encoding": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-encoding/download/whatwg-encoding-1.0.5.tgz", - "requires": { - "iconv-lite": "0.4.24" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npm.alibaba-inc.com/iconv-lite/download/iconv-lite-0.4.24.tgz", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "dependencies": {} - } - } - }, - "whatwg-fetch": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-fetch/download/whatwg-fetch-3.6.1.tgz" - }, - "whatwg-mimetype": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-mimetype/download/whatwg-mimetype-2.3.0.tgz" - }, - "whatwg-url": { - "version": "https://registry.npm.alibaba-inc.com/whatwg-url/download/whatwg-url-8.4.0.tgz", - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^2.0.2", - "webidl-conversions": "^6.1.0" - }, - "dependencies": { - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npm.alibaba-inc.com/lodash.sortby/download/lodash.sortby-4.7.0.tgz" - }, - "tr46": { - "version": "2.0.2", - "resolved": "https://registry.npm.alibaba-inc.com/tr46/download/tr46-2.0.2.tgz", - "requires": { - "punycode": "^2.1.1" - }, - "dependencies": {} - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/webidl-conversions/download/webidl-conversions-6.1.0.tgz" - } - } - }, - "when": { - "version": "https://registry.npm.alibaba-inc.com/when/download/when-3.7.8.tgz" - }, - "whet.extend": { - "version": "https://registry.npm.alibaba-inc.com/whet.extend/download/whet.extend-0.9.9.tgz" - }, - "which": { - "version": "https://registry.npm.alibaba-inc.com/which/download/which-2.0.2.tgz", - "requires": { - "isexe": "^2.0.0" - }, - "dependencies": { - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/isexe/download/isexe-2.0.0.tgz" - } - } - }, - "which-module": { - "version": "https://registry.npm.alibaba-inc.com/which-module/download/which-module-2.0.0.tgz" - }, - "wide-align": { - "version": "https://registry.npm.alibaba-inc.com/wide-align/download/wide-align-1.1.3.tgz", - "requires": { - "string-width": "^1.0.2 || 2" - }, - "dependencies": { - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-2.1.1.tgz", - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": {} - } - } - }, - "widest-line": { - "version": "https://registry.npm.alibaba-inc.com/widest-line/download/widest-line-3.1.0.tgz", - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": { - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - } - } - }, - "window-size": { - "version": "https://registry.npm.alibaba-inc.com/window-size/download/window-size-0.1.0.tgz" - }, - "with": { - "version": "https://registry.npm.alibaba-inc.com/with/download/with-7.0.2.tgz", - "requires": { - "@babel/parser": "^7.9.6", - "@babel/types": "^7.9.6", - "assert-never": "^1.2.1", - "babel-walk": "3.0.0-canary-5" - }, - "dependencies": { - "@babel/parser": { - "version": "7.13.4", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/parser/download/@babel/parser-7.13.4.tgz" - }, - "@babel/types": { - "version": "7.13.0", - "resolved": "https://registry.npm.alibaba-inc.com/@babel/types/download/@babel/types-7.13.0.tgz", - "requires": { - "@babel/helper-validator-identifier": "^7.12.11", - "lodash": "^4.17.19", - "to-fast-properties": "^2.0.0" - }, - "dependencies": {} - }, - "assert-never": { - "version": "1.2.1", - "resolved": "https://registry.npm.alibaba-inc.com/assert-never/download/assert-never-1.2.1.tgz" - }, - "babel-walk": { - "version": "3.0.0-canary-5", - "resolved": "https://registry.npm.alibaba-inc.com/babel-walk/download/babel-walk-3.0.0-canary-5.tgz", - "requires": { - "@babel/types": "^7.9.6" - }, - "dependencies": {} - } - } - }, - "wolfy87-eventemitter": { - "version": "https://registry.npm.alibaba-inc.com/wolfy87-eventemitter/download/wolfy87-eventemitter-5.2.9.tgz" - }, - "word-wrap": { - "version": "https://registry.npm.alibaba-inc.com/word-wrap/download/word-wrap-1.2.3.tgz" - }, - "wordwrap": { - "version": "https://registry.npm.alibaba-inc.com/wordwrap/download/wordwrap-0.0.2.tgz" - }, - "worker-farm": { - "version": "https://registry.npm.alibaba-inc.com/worker-farm/download/worker-farm-1.7.0.tgz", - "requires": { - "errno": "~0.1.7" - }, - "dependencies": { - "errno": { - "version": "0.1.8", - "resolved": "https://registry.npm.alibaba-inc.com/errno/download/errno-0.1.8.tgz", - "requires": { - "prr": "~1.0.1" - }, - "dependencies": {} - } - } - }, - "worker-rpc": { - "version": "https://registry.npm.alibaba-inc.com/worker-rpc/download/worker-rpc-0.1.1.tgz", - "requires": { - "microevent.ts": "~0.1.1" - }, - "dependencies": { - "microevent.ts": { - "version": "0.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/microevent.ts/download/microevent.ts-0.1.1.tgz" - } - } - }, - "wrap-ansi": { - "version": "https://registry.npm.alibaba-inc.com/wrap-ansi/download/wrap-ansi-7.0.0.tgz", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npm.alibaba-inc.com/ansi-styles/download/ansi-styles-4.3.0.tgz", - "requires": { - "color-convert": "^2.0.1" - }, - "dependencies": {} - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/strip-ansi/download/strip-ansi-6.0.0.tgz", - "requires": { - "ansi-regex": "^5.0.0" - }, - "dependencies": {} - } - } - }, - "wrappy": { - "version": "https://registry.npm.alibaba-inc.com/wrappy/download/wrappy-1.0.2.tgz" - }, - "write": { - "version": "https://registry.npm.alibaba-inc.com/write/download/write-1.0.3.tgz", - "requires": { - "mkdirp": "^0.5.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npm.alibaba-inc.com/mkdirp/download/mkdirp-0.5.5.tgz", - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": {} - } - } - }, - "write-file-atomic": { - "version": "https://registry.npm.alibaba-inc.com/write-file-atomic/download/write-file-atomic-3.0.3.tgz", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - }, - "dependencies": { - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npm.alibaba-inc.com/imurmurhash/download/imurmurhash-0.1.4.tgz" - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npm.alibaba-inc.com/is-typedarray/download/is-typedarray-1.0.0.tgz" - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npm.alibaba-inc.com/signal-exit/download/signal-exit-3.0.3.tgz" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npm.alibaba-inc.com/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz", - "requires": { - "is-typedarray": "^1.0.0" - }, - "dependencies": {} - } - } - }, - "ws": { - "version": "https://registry.npm.alibaba-inc.com/ws/download/ws-7.4.3.tgz" - }, - "x-is-string": { - "version": "https://registry.npm.alibaba-inc.com/x-is-string/download/x-is-string-0.1.0.tgz" - }, - "xdg-basedir": { - "version": "https://registry.npm.alibaba-inc.com/xdg-basedir/download/xdg-basedir-3.0.0.tgz" - }, - "xml-name-validator": { - "version": "https://registry.npm.alibaba-inc.com/xml-name-validator/download/xml-name-validator-3.0.0.tgz" - }, - "xmlchars": { - "version": "https://registry.npm.alibaba-inc.com/xmlchars/download/xmlchars-2.2.0.tgz" - }, - "xtend": { - "version": "https://registry.npm.alibaba-inc.com/xtend/download/xtend-4.0.2.tgz" - }, - "y18n": { - "version": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-5.0.5.tgz" - }, - "yallist": { - "version": "https://registry.npm.alibaba-inc.com/yallist/download/yallist-4.0.0.tgz" - }, - "yaml": { - "version": "https://registry.npm.alibaba-inc.com/yaml/download/yaml-1.10.0.tgz" - }, - "yargs": { - "version": "https://registry.npm.alibaba-inc.com/yargs/download/yargs-16.2.0.tgz", - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "dependencies": { - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npm.alibaba-inc.com/cliui/download/cliui-7.0.4.tgz", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": {} - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/escalade/download/escalade-3.1.1.tgz" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/get-caller-file/download/get-caller-file-2.0.5.tgz" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npm.alibaba-inc.com/require-directory/download/require-directory-2.1.1.tgz" - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npm.alibaba-inc.com/string-width/download/string-width-4.2.0.tgz", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": {} - }, - "y18n": { - "version": "5.0.5", - "resolved": "https://registry.npm.alibaba-inc.com/y18n/download/y18n-5.0.5.tgz" - }, - "yargs-parser": { - "version": "20.2.6", - "resolved": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - } - } - }, - "yargs-parser": { - "version": "https://registry.npm.alibaba-inc.com/yargs-parser/download/yargs-parser-20.2.6.tgz" - }, - "yauzl": { - "version": "https://registry.npm.alibaba-inc.com/yauzl/download/yauzl-2.10.0.tgz", - "requires": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - }, - "dependencies": { - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npm.alibaba-inc.com/buffer-crc32/download/buffer-crc32-0.2.13.tgz" - }, - "fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npm.alibaba-inc.com/fd-slicer/download/fd-slicer-1.1.0.tgz", - "requires": { - "pend": "~1.2.0" - }, - "dependencies": {} - } - } - }, - "zwitch": { - "version": "https://registry.npm.alibaba-inc.com/zwitch/download/zwitch-1.0.5.tgz" - } - } -} diff --git a/package.json b/package.json index 2ab08e25..351099ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bizcharts", - "version": "4.1.8", + "version": "4.1.9", "description": "bizcharts", "keywords": [ "bizcharts", @@ -61,8 +61,6 @@ }, "peerDependencies": {}, "devDependencies": { - "bx-jest-electron": "^0.1.0", - "ts-loader": "^8.0.17", "@antv/data-set": "^0.11.4", "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", @@ -96,6 +94,7 @@ "babel-preset-react": "^6.24.1", "babel-preset-umi": "^1.8.1", "babel-runtime": "^6.26.0", + "bx-jest-electron": "^0.1.0", "clean-css": "^4.2.1", "coveralls": "^3.0.6", "cross-env": "^5.2.0", @@ -108,7 +107,6 @@ "imports-loader": "^0.8.0", "in-publish": "^2.0.0", "jest": "^26.0.1", - "@alife/bx-jest-electron": "^0.1.0", "jest-extended": "^0.11.5", "js-beautify": "^1.10.2", "moment": "^2.24.0", @@ -131,6 +129,7 @@ "snapshot-diff": "^0.8.1", "style-loader": "^0.20.3", "ts-jest": "^26.1.0", + "ts-loader": "^8.0.17", "typescript": "^3.6.4", "webpack": "^4.41.2", "webpack-bundle-analyzer": "^3.6.0", diff --git a/src/core.ts b/src/core.ts index efae88d5..bdbef304 100644 --- a/src/core.ts +++ b/src/core.ts @@ -14,7 +14,7 @@ registerEngine('svg', SVGEngine); // @ts-ignore export * from '@antv/g2/lib/core'; -export const VERSION = '4.1.8'; +export const VERSION = '4.1.9'; // fixme: supportCSSTransform 在g2@4.1.0 后支持